change report organization to TestActions

master
ROBERTO CIRILLO 1 year ago
parent 3292abe76a
commit 15f2b68d57

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/gCubeCI/release_test/raw/branch/master/build_commits.1375.csv"
String reportURL="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