1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-03 15:02:35 +02:00

Fix missing reference

This commit is contained in:
Sven Merk 2019-03-22 12:11:20 +01:00
parent b7afea0127
commit a7f257dfe3

View File

@ -200,7 +200,7 @@ private String generatePodSpec(Map config) {
]
podSpec.spec.securityContext = getSecurityContext(config)
return new JsonUtils().getPrettyJsonString(podSpec)
return new JsonUtils().groovyObjectToPrettyJsonString(podSpec)
}