Skip to content
Snippets Groups Projects
Commit d885eb5b authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: hotfix in Jenkins pipeline script

parent 2bccdeb5
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,7 @@ pipeline {
copyArtifacts(projectName: 'eNB-CI-FDD-Band7-B210',
filter: 'test_results*.html',
selector: specific("${FDD_Band7_B210_Status.number}"))
if (fileExist('test_results-eNB-CI-FDD-Band7-B210.html')) {
if (fileExists('test_results-eNB-CI-FDD-Band7-B210.html')) {
archiveArtifacts artifacts: 'test_results-eNB-CI-FDD-Band7-B210.html'
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment