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 {
|
steps {
|
||||||
sh 'python sources/test_calc.py'
|
sh 'python sources/test_calc.py -v'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deliver') {
|
stage('Deliver') {
|
||||||
|
|
Loading…
Reference in a new issue