Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

wipe out workspace before deleting jobs #42

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
FOX-6278 The Sync feature branch jenkins job breaks if there are bran…
…ches with the same name but different case
bmehanni committed Aug 3, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 7ec9075cd746a5ced46638c5b8d222c2e452e65f
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ class JenkinsJobManager {
}

void syncWithRepo() {
List<String> allBranchNames = gitApi.branchNames
List<String> allBranchNames = gitApi.branchNames.unique{ it.toLowerCase() }
List<String> allJobNames = jenkinsApi.jobNames

// ensure that there is at least one job matching the template pattern, collect the set of template jobs