Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

FOX-6280:Only start build branches #2

Merged
merged 3 commits into from
May 3, 2016
Merged

FOX-6280:Only start build branches #2

merged 3 commits into from
May 3, 2016

Conversation

bryanroscoe
Copy link

No description provided.

@@ -64,7 +64,7 @@ class JenkinsJobManager {
println "Creating missing job: ${missingJob.jobName} from ${missingJob.templateJob.jobName}"
jenkinsApi.cloneJobForBranch(missingJob, templateJobs)
jenkinsApi.enableJob(missingJob.jobName)
if (startOnCreate) {
if (startOnCreate && missingJob.jobName.contains("Rev.com-featurebranch-build-feature")) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is so we don't deploy before building.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this actually happen? I've never seen it.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does now that I fixed the -DstartOnCreate to be -DstartOnCreate=true

@bryanroscoe bryanroscoe force-pushed the FOX-6280 branch 3 times, most recently from c804958 to bad6565 Compare May 2, 2016 20:29
@pjhuck
Copy link

pjhuck commented May 3, 2016

:shipit:

@bryanroscoe bryanroscoe merged commit 6dc6e5a into master May 3, 2016
@bryanroscoe bryanroscoe deleted the FOX-6280 branch May 3, 2016 17:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants