'update files with ansible'

This commit is contained in:
jonny 2022-01-09 08:49:53 +00:00
parent befc4eeb05
commit 5f64da0608

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ spec:
node(POD_LABEL) { node(POD_LABEL) {
stage('Build with Kaniko') { stage('Build with Kaniko') {
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine.git', credentialsId: 'jenkins-to-git' git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine.git', credentialsId: 'jenkins2git'
container('kaniko') { container('kaniko') {
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine:v3.14.1 --destination=harbor.ervine.dev/public/x86_64/alpine:v3.14' sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/alpine:v3.14.1 --destination=harbor.ervine.dev/public/x86_64/alpine:v3.14'
} }