diff --git a/Jenkinsfile_nightly b/Jenkinsfile_nightly index 9fc07a63..6dd1d849 100644 --- a/Jenkinsfile_nightly +++ b/Jenkinsfile_nightly @@ -49,11 +49,11 @@ def pipelineConf = new AppPipelineConfig() pipelineConf.vaultSecrets = secrets withNightlyPipeline(type, product, component) { - env.TEST_URL = "https://fis-ds-web.aat.platform.hmcts.net/?edgecaseType=FMP" - env.DS_UI_URL = params.FRONTEND_URL - enableCrossBrowserTest(60) + //env.TEST_URL = "https://fis-ds-web.aat.platform.hmcts.net/?edgecaseType=FMP" + //env.DS_UI_URL = params.FRONTEND_URL + //enableCrossBrowserTest(60) //enableFullFunctionalTest(120) - loadVaultSecrets(secrets) + //loadVaultSecrets(secrets) // enablePactAs([ AppPipelineDsl.PactRoles.CONSUMER ]) // enableFortifyScan() // enableSecurityScan()