does " vs \' matter?
jenkinsfiles_play/declarative_branch There was a failure building this commit Details

declarative_branch
Denes Matetelki 6 years ago
parent d3aeeeee1c
commit 98e05497cf

2
Jenkinsfile vendored

@ -31,7 +31,7 @@ pipeline {
}
stage('archiving test results') {
junit: "testresults.xml"
junit: 'testresults.xml'
}
}

Loading…
Cancel
Save