simplify
jenkinsfiles_play/declarative_branch There was a failure building this commit Details

declarative_branch
Denes Matetelki 6 years ago
parent 55001e55b2
commit aab1de59fe

8
Jenkinsfile vendored

@ -14,6 +14,7 @@ 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,11 +32,6 @@ pipeline {
} }
stage('archiving test results') {
steps {
junit: 'testresults.xml'
}
}
}
} }

Loading…
Cancel
Save