Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#19 from GoogleCloudPlatform/fe…
Browse files Browse the repository at this point in the history
…rnandorubbo-patch-2

Removing buildOriginBranchWithPR(false)
  • Loading branch information
bharathkkb authored Apr 1, 2020
2 parents 4e610cc + 904ffca commit e8f33c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions jenkins-gke/jenkins-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ master:
id('12312313')
scanCredentialsId('github-token')
repoOwner("${GITHUB_USERNAME}")
repository("${GITHUB_REPO}")
buildOriginBranchWithPR(false)
repository("${GITHUB_REPO}")
buildOriginBranch(true)
buildOriginPRMerge(true)
includes("dev prod PR*")
Expand All @@ -156,4 +155,4 @@ master:
triggers {
periodic(1)
}
}
}

0 comments on commit e8f33c9

Please sign in to comment.