From 5b129bc8fb0a4bc6bf7d8862517263f17f752bc8 Mon Sep 17 00:00:00 2001 From: Ranga Karanam Date: Fri, 7 Feb 2020 19:14:34 +0530 Subject: [PATCH] Thank You for Choosing to Learn from in28Minutes --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8835549..6a4bd7e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" } }