updated Jenkinsfile
nclazz/api-cli/pipeline/head This commit looks good Details

master
Niclas Thobaben 2021-07-07 16:25:12 +02:00
parent ba0d77f276
commit 0b07ee747f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
when { branch 'master' }
steps {
sh 'npm version patch -f'
sh 'git push origin HEAD:develop --follow-tags --force'
sh 'git push origin HEAD:master --follow-tags --force'
}
}
stage('Deploy') {