Skip to content

Commit

Permalink
Test parameterized trigger optional dependency update
Browse files Browse the repository at this point in the history
The parameterized trigger plugin has an optional dependency on
promoted builds plugin 3.11.  The git plugin also declares an optional
dependency on the promoted builds plugin 3.11.  Attempts to update that
optional dependency in the git plugin have failed.  This is an attempt
to upgrade the dependency in the promoted builds plugin first, in hopes
that will eventually allow the dependency to be updated in the git plugin.

Tests the plugin built from:

* jenkinsci/parameterized-trigger-plugin#378
  • Loading branch information
MarkEWaite committed May 6, 2024
1 parent 02a987a commit 6397fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bom-weekly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>parameterized-trigger</artifactId>
<version>787.v665fcf2a_830b_</version>
<version>799.v197a_83a_103a_9</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 6397fff

Please sign in to comment.