diff --git a/Jenkinsfile b/Jenkinsfile index 3c1c5b0f5..13a04d6e0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -117,7 +117,7 @@ def buildJobWithRetry(jobName) { try { node { stage('Build') { - git url: 'git@github.com:alphagov/notifications-api.git', branch: 'cloudfoundry', credentialsId: 'github_com_and_gds' + git url: 'git@github.com:alphagov/notifications-api.git', branch: 'master', credentialsId: 'github_com_and_gds' checkout scm milestone 10