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

Commit

Permalink
Merge pull request #288 from abayer/use-new-git-version
Browse files Browse the repository at this point in the history
Moving to git plugin 2.4.1 and enabling test for JENKINS-29326
  • Loading branch information
jglick committed Jan 4, 2016
2 parents 7b4e1f0 + 1be577d commit e0e457d
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 e0e457d

Please sign in to comment.