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 05bb289 commit b252008Copy full SHA for b252008
src/test/java/org/jenkinsci/plugins/workflow/steps/scm/SCMStepTest.java
@@ -180,9 +180,6 @@ public void scmVars() throws Exception {
180
181
@Test public void scmParsesChangelogFileFromFakeChangeLogSCM() {
182
rr.then(r -> {
183
- // sampleGitRepo is not actually used in this test, but for reasons unclear to me, if you remove the call to
184
- // init, checkoutsRestored and gitChangelogSmokes fail when you run the entire test suite.
185
- sampleGitRepo.init();
186
WorkflowJob p = r.jenkins.createProject(WorkflowJob.class, "p");
187
p.setDefinition(new CpsFlowDefinition(
188
"import org.jvnet.hudson.test.FakeChangeLogSCM\n" +
0 commit comments