This commit is contained in:
Hyatt 2024-11-11 00:34:21 -06:00
parent c9bf1062fc
commit cc3fe7c77f
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -52,6 +52,7 @@ ENTRYPOINT [ "/bin/bash", "-c", "/usr/local/bin/darkice" ]
stage ('Build & Push') {
steps {
container ('kaniko') {
script {
def ws = pwd()
writeFile (file: ws + "/Dockerfile", text: config.dockerFile)
withCredentials([usernameColonPassword(
@ -66,3 +67,4 @@ ENTRYPOINT [ "/bin/bash", "-c", "/usr/local/bin/darkice" ]
}
}
}
}