Unverified Commit 845f7d9f authored by G33tha's avatar G33tha Committed by GitHub
Browse files

Update summary.groovy

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -38,7 +38,7 @@ def call() {
if (jobType == "Provision" || jobType == "OpsAdministration") {
sh """
sed -i "s/${jobType}/${module}/${jobName}.*//g" ${JENKINS_HOME}/summary/${envDir}/summary.txt
sed -i "s/${jobType}\/${module}\/${jobName}.*//g" ${JENKINS_HOME}/summary/${envDir}/summary.txt
sed -i "/^\\\$/d" ${JENKINS_HOME}/summary/${envDir}/summary.txt
echo "${jobType}/${module}/${jobName}, privatebranch:${privateBranch}, publicbranch:${publicBranch}" >> $JENKINS_HOME/summary/${envDir}/summary.txt
"""
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment