Update branch to master in Jenkinsfile

This commit is contained in:
bandesz
2017-01-27 13:56:39 +00:00
parent 49ce146790
commit 10883176e0

2
Jenkinsfile vendored
View File

@@ -51,7 +51,7 @@ def buildJobWithRetry(jobName) {
try {
node {
stage('Build') {
git url: 'git@github.com:alphagov/notifications-admin.git', branch: 'cloudfoundry', credentialsId: 'github_com_and_gds'
git url: 'git@github.com:alphagov/notifications-admin.git', branch: 'master', credentialsId: 'github_com_and_gds'
checkout scm
milestone 10