updated Jenkinsfile
nclazz/api-cli/pipeline/head Something is wrong with the build of this commit Details

master
Niclas Thobaben 2021-07-07 16:06:13 +02:00
parent 5c6c772def
commit faaced90bc
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -20,6 +20,7 @@ pipeline {
when { branch 'master' }
steps {
sh 'npm version patch'
sh 'git status'
sh 'git push'
}
}