Revert "Fix Jenkinsfile"

This reverts commit 295d243c16.
This commit is contained in:
2026-06-01 20:17:05 +01:00
parent 4f6d6d8f4b
commit 96bea1cfc5

2
Jenkinsfile vendored
View File

@@ -33,7 +33,7 @@ pipeline {
git branch: 'master', git branch: 'master',
credentialsId: 'Git', credentialsId: 'Git',
url: 'git@git.jakecharman.co.uk:jake/jc-ng.git' url: 'git@git.jakecharman.co.uk:jake/jc-ng.git'
sh "sed -i s/dummy/$NEWRELIC_KEY/ src/newrelic.ini" sh "sed -i s/dummy/$NEWRELIC_KEY/"
sh "./build.sh git.jakecharman.co.uk/jake/jakecharman.co.uk $BUILD_NUMBER" sh "./build.sh git.jakecharman.co.uk/jake/jakecharman.co.uk $BUILD_NUMBER"
sh "./build.sh europe-west2-docker.pkg.dev/jakecharman/web/jakecharman.co.uk $BUILD_NUMBER" sh "./build.sh europe-west2-docker.pkg.dev/jakecharman/web/jakecharman.co.uk $BUILD_NUMBER"
} }