Jenkinsfile aktualisiert
This commit is contained in:
parent
c269039480
commit
dd464c27a8
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -35,7 +35,7 @@ pipeline {
|
|||||||
container(name: 'kaniko', shell: '/busybox/sh') {
|
container(name: 'kaniko', shell: '/busybox/sh') {
|
||||||
sh '''#!/busybox/sh
|
sh '''#!/busybox/sh
|
||||||
|
|
||||||
/kaniko/executor --dockerfile `pwd`/Dockerfile --context `pwd` --destination=andreas/rsyncd:latest
|
/kaniko/executor --dockerfile `pwd`/Dockerfile --context `pwd` --destination="andreas/rsyncd:latest"
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user