Skip to content

Commit

Permalink
Thank You for Choosing to Learn from in28Minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranga Karanam authored and Ranga Karanam committed Feb 7, 2020
1 parent 91bf24e commit 5b129bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Jenkinsfile
Expand Up @@ -82,12 +82,12 @@ pipeline {
steps {
checkout scm
echo "$PATH"
echo "$BRANCH_NAME"
echo "$env.BRANCH_NAME"
echo $BUILD_NUMBER
echo '$BUILD_ID'
echo '$JOB_NAME'
echo '$BUILD_TAG'
echo '$BUILD_URL'
echo "$env.BUILD_ID"
echo "$env.JOB_NAME"
echo "$env.BUILD_TAG"
echo "$env.BUILD_URL"
}
}

Expand Down

0 comments on commit 5b129bc

Please sign in to comment.