Automatically merged delta branch to master.

This commit is contained in:
Jenkins 2022-01-11 01:07:23 -06:00
commit ba3da6b761
2 changed files with 1 additions and 12 deletions

11
Jenkinsfile vendored
View File

@ -19,17 +19,6 @@ pipeline {
sh 'git reset --hard'
}
}
stage('update') {
steps {
load './server_ver.groovy'
sh 'git checkout delta'
sh 'sed -i "s/env.VER_PATCH=$VER_PATCH/env.VER_PATCH=$((VER_PATCH + 1))/" ./server_ver.groovy'
sh 'git commit -am "Updated version number for next patch."'
sshagent(['2e60e630-b240-4c78-87ce-cb2c33d70180']) {
sh 'git push origin delta'
}
}
}
stage('queue') {
steps {
load './server_ver.groovy'

View File

@ -1,3 +1,3 @@
env.VER_MAJOR=0
env.VER_MINOR=0
env.VER_PATCH=14
env.VER_PATCH=15