variable correction.
This commit is contained in:
parent
cc3fe7c77f
commit
5b13a4af8b
@ -54,9 +54,9 @@ ENTRYPOINT [ "/bin/bash", "-c", "/usr/local/bin/darkice" ]
|
|||||||
container ('kaniko') {
|
container ('kaniko') {
|
||||||
script {
|
script {
|
||||||
def ws = pwd()
|
def ws = pwd()
|
||||||
writeFile (file: ws + "/Dockerfile", text: config.dockerFile)
|
writeFile (file: ws + "/Dockerfile", text: dockerFile)
|
||||||
withCredentials([usernameColonPassword(
|
withCredentials([usernameColonPassword(
|
||||||
credentialsId: config.repoCreds,
|
credentialsId: repositoryCreds,
|
||||||
variable: "dCreds"
|
variable: "dCreds"
|
||||||
)]) {
|
)]) {
|
||||||
sh "set +x; printf '{\"auths\":{\"%s\":{\"auth\": \"%s\"}}}' \"registry.c.test-chamber-13.lan\" \"${dcreds.bytes.encodeBase64().toString()}\" > /kaniko/.docker/config.json"
|
sh "set +x; printf '{\"auths\":{\"%s\":{\"auth\": \"%s\"}}}' \"registry.c.test-chamber-13.lan\" \"${dcreds.bytes.encodeBase64().toString()}\" > /kaniko/.docker/config.json"
|
||||||
|
Reference in New Issue
Block a user