Skip to content

Commit

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

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

This reverts part of commit acad2e3.
  • Loading branch information
MarkEWaite committed Sep 7, 2023
1 parent 2e861dd commit 7d080c3
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 7d080c3

Please sign in to comment.