Commit 93641ea6 authored by Muhammad Suleman's avatar Muhammad Suleman

Update Jenkinsfile

parent 067d8ac7
...@@ -14,7 +14,7 @@ pipeline { ...@@ -14,7 +14,7 @@ pipeline {
def branchName = currentBuild.displayName def branchName = currentBuild.displayName
def imageName def imageName
echo 'branchName'; echo branchName;
if (branchName == 'dev') { if (branchName == 'dev') {
imageName = 'sulemantalpur6/frontend:dev' imageName = 'sulemantalpur6/frontend:dev'
......
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