Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 35e5f1d

Browse files
committed
Remove unused function
1 parent b6fdbf7 commit 35e5f1d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/test/java/com/mathworks/ci/systemtests/RunMATLABTestsArtifactsIT.java

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,4 @@ public void verifyCoverageReportDoesNotIncludeOtherSourceFolder() throws Excepti
246246
jenkins.assertLogContains("testSquare", build);
247247
jenkins.assertBuildStatus(Result.FAILURE,build);
248248
}
249-
250-
private WorkflowRun getPipelineBuild(String script) throws Exception{
251-
WorkflowJob project = jenkins.createProject(WorkflowJob.class);
252-
project.setDefinition(new CpsFlowDefinition(script,true));
253-
return project.scheduleBuild2(0).get();
254-
}
255-
256-
}
249+
}

0 commit comments

Comments
 (0)