Skip to content

Commit

Permalink
Add Pipeline Utility Steps to the managed set (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Sep 11, 2021
1 parent 740ac68 commit 396cb83
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-latest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,11 @@
<artifactId>pipeline-stage-step</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-utility-steps</artifactId>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plain-credentials</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,11 @@
<artifactId>pipeline-stage-step</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-utility-steps</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>subversion</artifactId>
Expand Down

0 comments on commit 396cb83

Please sign in to comment.