Jenkinsfile fixes
gitea/salix/PR-6 Build started... Details
gitea/salix/PR-7 This commit has test failures Details

This commit is contained in:
Juan Ferrer 2019-02-17 19:30:35 +01:00
parent 51a701c7f4
commit 98a62bed2d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -135,7 +135,7 @@ pipeline {
post { post {
always { always {
script { script {
if (!['master', 'test'].contains(env.BRANCH_NAME) { if (!['master', 'test'].contains(env.BRANCH_NAME)) {
try { try {
junit '*/junitresults.xml' junit '*/junitresults.xml'
junit 'junitresults.xml' junit 'junitresults.xml'