Skip to content

Commit

Permalink
pom update as per jenkins documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gbhat618 committed Dec 23, 2024
1 parent 4a49441 commit 37ad3df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,12 @@
<version>${powershell.version}</version>
<scope>test</scope>
</dependency>
<!--
The 3 plugins `workflow-cps`, `workflow-durable-task-step`, `workflow-job` are put here
to assist tests to also test for `Pipeline` based jobs.
It is good to have tests that do test for both `FreeStyle` and `Pipeline` jobs to ensure compatibility.
Note: FreeStyle job comes with jenkins core itself, so there is no need for additional dependency for it.
-->
<!-- https://www.jenkins.io/doc/developer/testing/#working-with-pipeline -->
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-basic-steps</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
<artifactId>workflow-cps</artifactId>
Expand Down

0 comments on commit 37ad3df

Please sign in to comment.