Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Moving to git plugin 2.4.1 and enabling test for JENKINS-29326
Browse files Browse the repository at this point in the history
  • Loading branch information
abayer committed Jan 4, 2016
1 parent 7b4e1f0 commit 1be577d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Expand Up @@ -168,8 +168,6 @@ public class GitStepTest {
assertFalse(iterator.hasNext());
}

// TODO: Remove this Ignore after git plugin 2.4.1 is released.
@Ignore("This test is currently disabled until the fix for JENKINS-29326 is released in the git plugin 2.4.1 or later.")
@Issue("JENKINS-29326")
@Test
public void identicalGitSCMs() throws Exception {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
<version>2.3</version>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 1be577d

Please sign in to comment.