Skip to content

Commit

Permalink
Disabling Jenkins deployment to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo-Lala84 authored Mar 31, 2020
1 parent feff5b1 commit 8631d3a
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 = false // set to true if only deploy upto AAT, set to false will deploy all the way to production
def deployToAatOnly = true // 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 8631d3a

Please sign in to comment.