Skip to content

Commit

Permalink
Add Job Cacher to the managed set
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope committed Nov 26, 2024
1 parent ae21c5d commit 9d8b0f8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-2.452.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@
<artifactId>job-dsl</artifactId>
<version>1.87</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jobcacher</artifactId>
<version>551.ve0b_00cb_1b_85c</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>parameter-separator</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions bom-2.462.x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@
<artifactId>job-dsl</artifactId>
<version>1.89</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jobcacher</artifactId>
<version>573.v33fa_12644a_91</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>ldap</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,11 @@
<artifactId>job-dsl</artifactId>
<version>1.90</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jobcacher</artifactId>
<version>589.v10419b_45a_a_72</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jsch</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 @@ -818,6 +818,11 @@
<artifactId>job-dsl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jobcacher</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 9d8b0f8

Please sign in to comment.