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

declarative_branch
Denes Matetelki 6 years ago
parent c64e4ade15
commit 10fcd12bbc

1
Jenkinsfile vendored

@ -33,6 +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