From feff5b1dca25c0edfef08543cf5d8cb91a984149 Mon Sep 17 00:00:00 2001 From: Mo-Lala84 <49687052+Mo-Lala84@users.noreply.github.com> Date: Mon, 30 Mar 2020 17:42:20 +0100 Subject: [PATCH] enabling Jenkins deployment to prod --- Jenkinsfile_CNP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_CNP b/Jenkinsfile_CNP index 11eb9b91a4..8ba6ec7318 100644 --- a/Jenkinsfile_CNP +++ b/Jenkinsfile_CNP @@ -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)