Skip to content

Commit

Permalink
Add Pipeline Multibranch build strategy extension to the managed set (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Jan 31, 2025
1 parent 7499272 commit 965774c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
<artifactId>job-restrictions</artifactId>
<version>212.vc34d63a_6704b_</version>
</dependency>
<dependency>
<groupId>igalg.jenkins.plugins</groupId>
<artifactId>multibranch-build-strategy-extension</artifactId>
<version>60.vce1b_19770361</version>
</dependency>
<dependency>
<groupId>io.jenkins</groupId>
<artifactId>configuration-as-code</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 @@ -93,6 +93,11 @@
<artifactId>job-restrictions</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>igalg.jenkins.plugins</groupId>
<artifactId>multibranch-build-strategy-extension</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.jenkins</groupId>
<artifactId>configuration-as-code</artifactId>
Expand Down

0 comments on commit 965774c

Please sign in to comment.