Skip to content

Commit

Permalink
Ensure Cypresss tests are running against DC2 production instance
Browse files Browse the repository at this point in the history
  • Loading branch information
asset-web committed Dec 18, 2023
1 parent e0bf227 commit 80f9702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile.dc2.prod
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 80f9702

Please sign in to comment.