no idea
jenkinsfiles_play/declarative_branch There was a failure building this commit Details

declarative_branch
Denes Matetelki 6 years ago
parent df46d35c37
commit c64e4ade15

8
Jenkinsfile vendored

@ -14,7 +14,6 @@ pipeline {
post { post {
always { always {
echo 'One way or another, I have finished' echo 'One way or another, I have finished'
junit: 'testresults.xml'
} }
success { success {
echo 'I succeeeded!' echo 'I succeeeded!'
@ -31,7 +30,12 @@ pipeline {
} }
} }
}
stage('archiving test results') {
steps {
junit: 'testresults.xml'
}
}
} }
}

Loading…
Cancel
Save