mentioning junit
jenkinsfiles_play/scripted_branch There was a failure building this commit Details
giteee/jenkinsfile_play/scripted_branch There was a failure building this commit Details

scripted_branch
Denes Matetelki 6 years ago
parent 973b337830
commit c785aff92b

5
Jenkinsfile vendored

@ -43,4 +43,9 @@ node('master') {
junit 'testresults.xml'
}
stage('archiving test results') {
sh "touch testresults.xml"
junit 'testresults.xml'
}
}

Loading…
Cancel
Save