mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
Update branch to master in Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -117,7 +117,7 @@ def buildJobWithRetry(jobName) {
|
|||||||
try {
|
try {
|
||||||
node {
|
node {
|
||||||
stage('Build') {
|
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
|
checkout scm
|
||||||
|
|
||||||
milestone 10
|
milestone 10
|
||||||
|
|||||||
Reference in New Issue
Block a user