From 80f970279b0daeb1e610b617ee8d7a4ccd5733ac Mon Sep 17 00:00:00 2001 From: Tessa Alexander Date: Mon, 18 Dec 2023 11:09:55 +0000 Subject: [PATCH] Ensure Cypresss tests are running against DC2 production instance --- Jenkinsfile.dc2.prod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile.dc2.prod b/Jenkinsfile.dc2.prod index ea5d677f..63559c10 100644 --- a/Jenkinsfile.dc2.prod +++ b/Jenkinsfile.dc2.prod @@ -18,11 +18,11 @@ pipeline { agent { docker { image 'cypress/included:13.6.1' - args '--add-host www.temmpo.org.uk:172.26.10.142 --entrypoint=""' + args '--add-host temmpo-dc2-vip.epi.bris.ac.uk:172.26.10.142 --entrypoint=""' } } steps { - sh 'cypress run --browser chrome --config baseUrl=https://www.temmpo.org.uk' + sh 'cypress run --browser chrome --config baseUrl=https://temmpo-dc2-vip.epi.bris.ac.uk' } post { success {