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

pull/2/head
Niclas Thobaben 2021-07-07 22:44:43 +02:00
parent 3c2d743b18
commit f62d234670
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -21,7 +21,9 @@ pipeline {
}
}
stage('Checks') {
sh 'npm run test'
steps {
sh 'npm run test'
}
}
stage('Set Version') {