variable correction.

This commit is contained in:
Hyatt 2024-11-11 00:36:38 -06:00
parent cc3fe7c77f
commit 5b13a4af8b
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -54,9 +54,9 @@ ENTRYPOINT [ "/bin/bash", "-c", "/usr/local/bin/darkice" ]
container ('kaniko') {
script {
def ws = pwd()
writeFile (file: ws + "/Dockerfile", text: config.dockerFile)
writeFile (file: ws + "/Dockerfile", text: dockerFile)
withCredentials([usernameColonPassword(
credentialsId: config.repoCreds,
credentialsId: repositoryCreds,
variable: "dCreds"
)]) {
sh "set +x; printf '{\"auths\":{\"%s\":{\"auth\": \"%s\"}}}' \"registry.c.test-chamber-13.lan\" \"${dcreds.bytes.encodeBase64().toString()}\" > /kaniko/.docker/config.json"