Skip to content

Commit

Permalink
enabling Jenkins deployment to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo-Lala84 authored Mar 30, 2020
1 parent 7d0b81c commit feff5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def product = "xui"
def component = "webapp"
def vault = "rpx"
def channel = '#xui-pipeline'
def deployToAatOnly = true // set to true if only deploy upto AAT, set to false will deploy all the way to production
def deployToAatOnly = false // set to true if only deploy upto AAT, set to false will deploy all the way to production

def yarnBuilder = new uk.gov.hmcts.contino.YarnBuilder(this)

Expand Down

0 comments on commit feff5b1

Please sign in to comment.