'update files with ansible'

This commit is contained in:
jonny 2021-04-02 14:39:58 +00:00
parent 48774584eb
commit 69ec7a6eb1

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ spec:
stage('Build with Kaniko') {
git url: 'ssh://git@git.ervine.org/jonny/x86_64-alpine-radarr.git', credentialsId: 'jenkins-to-git'
container('kaniko') {
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine//radarr:v3.0.2.4552 --destination=harbor.ervine.dev/public/x86_64/alpine//radarr:v3.0'
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v3.0.2.4552 --destination=harbor.ervine.dev/public/x86_64/alpine/radarr:v3.0'
}
}
stage('Notify gchat') {