'update files with ansible'
This commit is contained in:
parent
fa74d405ad
commit
3ec9cff98d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ spec:
|
||||
|
||||
node(POD_LABEL) {
|
||||
stage('Build with Kaniko') {
|
||||
git 'ssh://git@git.ervine.org/jonny/x86_64-alpine.git'
|
||||
git 'ssh://git@git.ervine.org/jonny/x86_64-alpine.git', credentialsId: 'jenkins-to-git'
|
||||
container('kaniko') {
|
||||
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine:v3.13.1 --destination=harbor.ervine.dev/public/x86_64/alpine:v3.13'
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user