generated from gCubeCI/Pipeline-Docker-Template
fix syntax
This commit is contained in:
parent
4c3029cb0b
commit
c0ce9ddef3
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
def agent_root_folder = '/var/lib/jenkins'
|
def agent_root_folder = '/var/lib/jenkins'
|
||||||
|
|
||||||
if (${params.report_number}){
|
if ("${params.report_number}"){
|
||||||
// load the build report's content if present
|
// load the build report's content if present
|
||||||
def text
|
def text
|
||||||
String reportURL = "https://code-repo.d4science.org/gCubeCI/gCubeReleases/raw/branch/master/open/${gCube_release_version}/build_commits.${params.report_number}.csv"
|
String reportURL = "https://code-repo.d4science.org/gCubeCI/gCubeReleases/raw/branch/master/open/${gCube_release_version}/build_commits.${params.report_number}.csv"
|
||||||
|
|
Loading…
Reference in New Issue