change repo url address

master
ROBERTO CIRILLO 1 year ago
parent 41967f83fd
commit d3f0c49872

2
Jenkinsfile vendored

@ -11,7 +11,7 @@ println "Type of build: ${params.Type}"
//locate the build file
//String reportURL = "https://code-repo.d4science.org/gCubeCI/gCubeReleaseConfigs/raw/branch/master/closed/${gCube_release_version}/build_commits.${report_number}.csv"
//just for test a fake build file
String reportURL="https://code-repo.d4science.org/TestActions/release_test/raw/branch/master/build_commits.1375.csv"
String reportURL="https://code-repo.d4science.org/gCubeCI/gCubeReleases/raw/branch/master/closed/5.14.3/build_commits.1375.csv" //"https://code-repo.d4science.org/TestActions/release_test/raw/branch/master/build_commits.1375.csv"
println "Querying ${reportURL}"
//load and parse the release file

Loading…
Cancel
Save