This commit is contained in:
Roberto Cirillo 2022-10-06 12:49:33 +02:00
parent 1e3270999f
commit cf61dba571
1 changed files with 3 additions and 3 deletions

2
Jenkinsfile vendored
View File

@ -10,9 +10,9 @@
def agent_root_folder = '/var/lib/jenkins'
if (${params.report_number}){
// load the build report's content if present
def text
if (params.report_number){
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}"