generated from gCubeCI/Pipeline-Docker-Template
fix if
This commit is contained in:
parent
1e3270999f
commit
cf61dba571
|
@ -10,9 +10,9 @@
|
|||
|
||||
def agent_root_folder = '/var/lib/jenkins'
|
||||
|
||||
// load the build report's content if present
|
||||
def text
|
||||
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"
|
||||
if (reportURL){
|
||||
println "Pulling the report from Git at ${reportURL}"
|
||||
|
|
Loading…
Reference in New Issue