Unverified Commit 2ddb5ed6 authored by Keshav Prasad's avatar Keshav Prasad Committed by GitHub
Browse files

feat #000: Adding job description

Showing with 1 addition and 1 deletion
+1 -1
......@@ -54,7 +54,7 @@ def call() {
stage('Archive artifacts') {
sh "cp ${JENKINS_HOME}/summary/${envDir}/summary.txt ."
archiveArtifacts artifacts: 'summary.txt', fingerprint: true, onlyIfSuccessful: true
currentBuild.description = "${module}-${jobname}"
currentBuild.description = "${module}-${jobnNme}"
}
}
......
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