generated from gCubeCI/Pipeline-Docker-Template
add params. to var report_number
This commit is contained in:
parent
5b34d2b1a8
commit
2577fa7ac8
|
@ -12,7 +12,7 @@ def agent_root_folder = '/var/lib/jenkins'
|
|||
|
||||
// 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.${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"
|
||||
if (reportURL){
|
||||
println "Pulling the report from Git at ${reportURL}"
|
||||
text = reportURL.toURL().getText()
|
||||
|
@ -25,11 +25,6 @@ if (reportURL){
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
def deployList
|
||||
def backupList
|
||||
if (params.deployFile) {
|
||||
|
|
Loading…
Reference in New Issue