Commit 067d8ac7 authored by Muhammad Suleman's avatar Muhammad Suleman

Update Jenkinsfile

parent 5b7aea5f
...@@ -14,8 +14,7 @@ pipeline { ...@@ -14,8 +14,7 @@ pipeline {
def branchName = currentBuild.displayName def branchName = currentBuild.displayName
def imageName def imageName
echo $branchName; echo 'branchName';
echo $imageName;
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