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