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

Update Jenkinsfile

parent 93641ea6
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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;
......
Supports Markdown
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