Jenkins file fixes
gitea/salix/PR-6 There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2019-02-17 19:29:02 +01:00
parent 3a56044634
commit 51a701c7f4
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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'