Update branch to master in Jenkinsfile

This commit is contained in:
bandesz
2017-01-27 13:57:11 +00:00
parent 2057fcdbdd
commit 568d93e67f

2
Jenkinsfile vendored
View File

@@ -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