fix syntax

This commit is contained in:
Roberto Cirillo 2022-10-06 13:32:48 +02:00
parent 4c3029cb0b
commit c0ce9ddef3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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"