Commit 409cd076 authored by Muhammad Suleman's avatar Muhammad Suleman

Update Jenkinsfile

parent 93641ea6
......@@ -11,7 +11,7 @@ pipeline {
stage('Build and Create Docker Image') {
steps {
script {
def branchName = currentBuild.displayName
def branchName = BRANCH_NAME
def imageName
echo branchName;
......
Markdown is supported
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