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:
parent
b7afea0127
commit
a7f257dfe3
@ -200,7 +200,7 @@ private String generatePodSpec(Map config) {
|
||||
]
|
||||
podSpec.spec.securityContext = getSecurityContext(config)
|
||||
|
||||
return new JsonUtils().getPrettyJsonString(podSpec)
|
||||
return new JsonUtils().groovyObjectToPrettyJsonString(podSpec)
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user