From d885eb5bc2e649f879a675ee56b9dd723d0e93bc Mon Sep 17 00:00:00 2001 From: Raphael Defosseux <raphael.defosseux@eurecom.fr> Date: Fri, 3 Aug 2018 13:24:30 +0200 Subject: [PATCH] CI: hotfix in Jenkins pipeline script Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr> --- ci-scripts/Jenkinsfile-gitlab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-scripts/Jenkinsfile-gitlab b/ci-scripts/Jenkinsfile-gitlab index cf3ad11f93..f83ee6faf0 100644 --- a/ci-scripts/Jenkinsfile-gitlab +++ b/ci-scripts/Jenkinsfile-gitlab @@ -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' } } -- GitLab