step?
This commit is contained in:
parent
c9bf1062fc
commit
cc3fe7c77f
@ -52,6 +52,7 @@ ENTRYPOINT [ "/bin/bash", "-c", "/usr/local/bin/darkice" ]
|
|||||||
stage ('Build & Push') {
|
stage ('Build & Push') {
|
||||||
steps {
|
steps {
|
||||||
container ('kaniko') {
|
container ('kaniko') {
|
||||||
|
script {
|
||||||
def ws = pwd()
|
def ws = pwd()
|
||||||
writeFile (file: ws + "/Dockerfile", text: config.dockerFile)
|
writeFile (file: ws + "/Dockerfile", text: config.dockerFile)
|
||||||
withCredentials([usernameColonPassword(
|
withCredentials([usernameColonPassword(
|
||||||
@ -66,3 +67,4 @@ ENTRYPOINT [ "/bin/bash", "-c", "/usr/local/bin/darkice" ]
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user