Skip to content

Commit

Permalink
Merge pull request #2 from SmartColumbusOS/smrt-960
Browse files Browse the repository at this point in the history
SMRT-960 Removed release candidate number
  • Loading branch information
ScottMillard authored Feb 26, 2019
2 parents e455516 + d012204 commit 1cf56cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ node ('infrastructure') {
}

doStageIfPromoted('Deploy to Staging') {
def promotionTag = scos.releaseCandidateNumber()
def environment = 'staging'

deployProxiesTo(environment: 'staging')
scos.applyAndPushGitHubTag(promotionTag)
deployProxiesTo(environment: environment)

scos.applyAndPushGitHubTag(environment)

}

Expand Down

0 comments on commit 1cf56cf

Please sign in to comment.