the semicolon was the problem
jenkinsfiles_play/declarative_branch There was a failure building this commit Details

declarative_branch
Denes Matetelki 6 years ago
parent 10fcd12bbc
commit b171971a89

3
Jenkinsfile vendored

@ -33,8 +33,7 @@ pipeline {
stage('archiving test results') { stage('archiving test results') {
steps { steps {
echo "here is a step" junit 'testresults.xml'
junit: 'testresults.xml'
} }
} }

Loading…
Cancel
Save