Skip to content

Commit

Permalink
Add declarative Pipeline dependency to sample plugin (#2478)
Browse files Browse the repository at this point in the history
Plugin has a declarative Pipeline test in DeclarativePipelineTest.java

#2470 (comment)
provides more reasoning why the dependency should be included.

This reverts part of commit acad2e3.
  • Loading branch information
MarkEWaite authored Sep 7, 2023
1 parent 2e861dd commit 453a45b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,11 @@
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkinsci.plugins</groupId>
<artifactId>pipeline-model-definition</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkinsci.plugins</groupId>
<artifactId>pipeline-model-definition</artifactId>
Expand Down

0 comments on commit 453a45b

Please sign in to comment.