Skip to content
Snippets Groups Projects
Commit 93641ea6 authored by Muhammad Suleman's avatar Muhammad Suleman
Browse files

Update Jenkinsfile

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