This commit is contained in:
Vendored
+3
-3
@@ -20,10 +20,10 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Run kaniko') {
|
stage('Run kaniko') {
|
||||||
steps {
|
steps {
|
||||||
container('kaniko') {
|
container(name: 'kaniko', shell: '/busybox/sh') {
|
||||||
ansiColor('xterm') {
|
ansiColor('xterm') {
|
||||||
sh '''
|
sh '''#!/busybox/sh
|
||||||
/kaniko/executor --dockerfile="Dockerfile" --no-push
|
/kaniko/executor --dockerfile="Dockerfile" --context=`pwd` --no-push
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user