updated Jenkinsfile
nclazz/api-cli/pipeline/head There was a failure building this commit Details

master
Niclas Thobaben 2021-07-07 16:15:16 +02:00
parent 59d129cf26
commit 8984410317
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
stage('Set Version') {
when { branch 'master' }
steps {
sh 'npm version patch'
sh 'npm version patch -f'
sh 'git push'
}
}