From c0ce9ddef383e9d506974ada7643b1f6c56f7059 Mon Sep 17 00:00:00 2001 From: "roberto.cirillo" Date: Thu, 6 Oct 2022 13:32:48 +0200 Subject: [PATCH] fix syntax --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a8db433..d414967 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ def agent_root_folder = '/var/lib/jenkins' -if (${params.report_number}){ +if ("${params.report_number}"){ // load the build report's content if present def text String reportURL = "https://code-repo.d4science.org/gCubeCI/gCubeReleases/raw/branch/master/open/${gCube_release_version}/build_commits.${params.report_number}.csv"