'update files with ansible'

This commit is contained in:
jonny 2021-04-02 13:21:29 +00:00
parent 3347b34c7d
commit 298527429a
2 changed files with 2 additions and 2 deletions

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-watcher.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/watcher:v3.10.7-541713'
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/alpine/watcher:v3.10.7-02042021'
}
}
stage('Notify gchat') {

View File

@ -18,6 +18,6 @@ version: 0.1.13
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: v3.10.7-541713
appVersion: v3.10.7-02042021
icon: "https://git.ervine.org/jonny/x86_64-alpine-watcher/raw/branch/master/watcher.png"