6263646566676869
} // copied from GitSCM static private List<UserRemoteConfig> createRepoList(String url) { List<UserRemoteConfig> repoList = new ArrayList<UserRemoteConfig>(); repoList.add(new UserRemoteConfig(url, null, null, null)); return repoList; }
216217218219220221222223224225226
// Utility private GitSCM provideGitSCM() { return new GitSCM( newArrayList(new UserRemoteConfig("https://github.com/user/dropwizard", "", "+refs/pull/*:refs/remotes/origin/pr/*", "")), newArrayList(new BranchSpec("${sha1}")), false, null, null, "",