Add trailing '-v' option to "Test" stage step
This commit is contained in:
parent
239cbae188
commit
d250e72627
1 changed files with 1 additions and 1 deletions
2
jenkins/Jenkinsfile
vendored
2
jenkins/Jenkinsfile
vendored
|
@ -18,7 +18,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
steps {
|
||||
sh 'python sources/test_calc.py'
|
||||
sh 'python sources/test_calc.py -v'
|
||||
}
|
||||
}
|
||||
stage('Deliver') {
|
||||
|
|
Loading…
Reference in a new issue