Remove unrelated code.

This commit is contained in:
Manuele Simi 2020-06-06 15:13:23 -04:00
parent 48e1460a22
commit 6757cfd05e
1 changed files with 1 additions and 3 deletions

View File

@ -10,7 +10,7 @@ def agent_root_folder = '/var/lib/jenkins/.m2'
println "Type of build: ${params.Type}"
//locate the build file
String reportURL = "https://code-repo.d4science.org/gCubeCI/gCubeReleaseConfigs/raw/branch/master/open/${gCube_release_version}/build_commits.${report_number}.csv"
String reportURL = "https://code-repo.d4science.org/gCubeCI/gCubeReleaseConfigs/raw/branch/master/closed/${gCube_release_version}/build_commits.${report_number}.csv"
println "Querying ${reportURL}"
//load and parse the release file
@ -84,8 +84,6 @@ pipeline {
always {
script {
sh '''
cp $TAG_REPORT ./build_jobs.${PIPELINE_BUILD_NUMBER}.csv
cat ./build_jobs.${PIPELINE_BUILD_NUMBER}.csv
cp $RELEASE_NOTES ./release_notes.${PIPELINE_BUILD_NUMBER}.md
cat ./release_notes.${PIPELINE_BUILD_NUMBER}.md
'''