Skip to content
Snippets Groups Projects
Commit 22741de0 authored by Shweta Shrivastava's avatar Shweta Shrivastava
Browse files

Remove comments as env variables not getting printed

parent a8960721
No related branches found
No related tags found
No related merge requests found
......@@ -54,18 +54,16 @@ pipeline {
stages {
stage ("print latest commit info") {
steps {
script {
echo "Building on: "
echo " Repository -- ${GIT_URL}"
echo " Branch -- ${GIT_BRANCH}"
script {
echo "Building on: "
echo " Repository -- ${GIT_URL}"
echo " Branch -- ${GIT_BRANCH}"
echo " Commit -- ${GIT_COMMIT}"
//sh 'printenv'
//echo "ENV request type: ${env.gitlabMergeRequestIid}"
echo "ENV eNB_mergeRequest: ${eNB_mergeRequest}"
echo "ENV eNB_Repository: ${eNB_Repository}"
echo "ENV source branch: ${eNB_Branch}"
echo "ENV target branch: ${eNB_TargetBranch}"
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment