We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6097f6a commit 85e96e3Copy full SHA for 85e96e3
src/test/java/org/jenkinsci/plugins/workflow/libs/SCMSourceRetrieverTest.java
@@ -31,7 +31,6 @@
31
import hudson.FilePath;
32
import hudson.Functions;
33
import hudson.model.Item;
34
-import hudson.model.Node;
35
import hudson.model.Result;
36
import hudson.model.TaskListener;
37
import hudson.plugins.git.GitSCM;
@@ -81,7 +80,6 @@
81
80
import static org.hamcrest.Matchers.not;
82
import static org.junit.Assert.*;
83
import org.junit.ClassRule;
84
-import org.junit.Ignore;
85
import org.junit.Rule;
86
import org.junit.Test;
87
import org.jvnet.hudson.test.BuildWatcher;
0 commit comments