Add more columns to the report.

This commit is contained in:
Manuele Simi 2019-10-22 22:56:48 -04:00
parent d191329eb7
commit d355a673c3
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -125,8 +125,7 @@ pipeline {
echo "#Release ${GCUBE_RELEASE_NUMBER}" >> ${AGENT_ROOT_FOLDER}/build_commits.csv
date=`date`
echo "#StartTime ${date}" >> ${AGENT_ROOT_FOLDER}/build_commits.csv
echo -e "Component,Version,URL,Build Number" >> ${AGENT_ROOT_FOLDER}/build_commits.csv
echo -e "GroupID,ArtifactID,Version,SCM URL,Branch,Build Number,Distribution URL,Filename" >> ${AGENT_ROOT_FOLDER}/build_commits.csv
'''
}
}