Skip to content

Commit

Permalink
adding run_id to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Whitley authored and chaitanyaenr committed Dec 2, 2020
1 parent d242960 commit 3b547c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def kraken = KRAKEN.toString().toUpperCase()
def node_label = NODE_LABEL.toString()

node (node_label) {
env.RUN_ID = "${env.JOB_NAME}-${env.BUILD_NUMBER}"
// setup the repo containing the pipeline scripts
stage('cloning pipeline repo') {
checkout scm
Expand Down

0 comments on commit 3b547c8

Please sign in to comment.