Jenkinsfile fixes
This commit is contained in:
parent
51a701c7f4
commit
98a62bed2d
|
@ -135,7 +135,7 @@ pipeline {
|
|||
post {
|
||||
always {
|
||||
script {
|
||||
if (!['master', 'test'].contains(env.BRANCH_NAME) {
|
||||
if (!['master', 'test'].contains(env.BRANCH_NAME)) {
|
||||
try {
|
||||
junit '*/junitresults.xml'
|
||||
junit 'junitresults.xml'
|
||||
|
|
Loading…
Reference in New Issue