Skip to content

Commit

Permalink
fixed GitPublisherTest.testForcePush , was not deterministic [JENKINS…
Browse files Browse the repository at this point in the history
  • Loading branch information
wannessels committed Sep 17, 2014
1 parent cebb9da commit db14f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/hudson/plugins/git/GitPublisherTest.java
Expand Up @@ -141,7 +141,7 @@ public void testForcePush() throws Exception {

GitSCM scm = new GitSCM(
createRemoteRepositories(),
Collections.singletonList(new BranchSpec("*")),
Collections.singletonList(new BranchSpec("master")),
false, Collections.<SubmoduleConfig>emptyList(),
null, null,
Collections.<GitSCMExtension>emptyList());
Expand Down

0 comments on commit db14f9f

Please sign in to comment.