Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeebh authored Jan 17, 2022
1 parent 24df51d commit b35a72e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ def branchTagFriendly
OGAgentPipeline(containers) {
stage('Setup') {
scmVars = checkout scm
tags = [branchTagFriendly]

if (!ogGit.currentBuildIsPullRequest(params.BRANCH_NAME)) {
tags << scmVars.GIT_COMMIT

if (params.BRANCH_NAME == 'master') {
tags << 'latest'
}
}

Expand Down

0 comments on commit b35a72e

Please sign in to comment.