Commit 5b7aea5f authored by Muhammad Suleman's avatar Muhammad Suleman

Update Jenkinsfile

parent c689b6a2
......@@ -14,6 +14,9 @@ pipeline {
def branchName = currentBuild.displayName
def imageName
echo $branchName;
echo $imageName;
if (branchName == 'dev') {
imageName = 'sulemantalpur6/frontend:dev'
} else if (branchName == 'master') {
......
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