Remove unrelated code.

This commit is contained in:
Manuele Simi 2020-06-06 15:45:31 -04:00
parent 53a541f5b0
commit f3b2056822
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ pipeline {
appendHeading(components[i]['name'], components[i]['version'])
createNotes(components[i]['name'], components[i]['gitRepo'],
components[i]['commitID'], components[i]['version'], gCube_release_version)
sh "echo -e ${components[i]['name']},${components[i]['version']},${components[i]['gitRepo']},${components[i]['commitID']},v${components[i]['version']},r${gCube_release_version} >> $TAG_REPORT"
}
}
appendFooter()