the steps were missing
jenkinsfiles_play/declarative_branch There was a failure building this commit Details

declarative_branch
Denes Matetelki 6 years ago
parent 98e05497cf
commit 55001e55b2

3
Jenkinsfile vendored

@ -28,11 +28,14 @@ pipeline {
echo 'Things were different before...' echo 'Things were different before...'
} }
} }
} }
stage('archiving test results') { stage('archiving test results') {
steps {
junit: 'testresults.xml' junit: 'testresults.xml'
} }
}
} }
} }

Loading…
Cancel
Save