Jenkins file fixes
gitea/salix/PR-6 There was a failure building this commit
Details
gitea/salix/PR-6 There was a failure building this commit
Details
This commit is contained in:
parent
3a56044634
commit
51a701c7f4
|
@ -135,7 +135,7 @@ pipeline {
|
|||
post {
|
||||
always {
|
||||
script {
|
||||
if (env.BRANCH_NAME == 'dev') {
|
||||
if (!['master', 'test'].contains(env.BRANCH_NAME) {
|
||||
try {
|
||||
junit '*/junitresults.xml'
|
||||
junit 'junitresults.xml'
|
||||
|
|
Loading…
Reference in New Issue