From d355a673c3f1222ae9a3b361094f02a355098c7e Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Tue, 22 Oct 2019 22:56:48 -0400 Subject: [PATCH] Add more columns to the report. --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index eb17b22..0a75f05 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 ''' } }