Skip to content

Commit

Permalink
Require Jenkins 2.440.3 or newer (#177)
Browse files Browse the repository at this point in the history
* require atleast jenkins baseline 2.440

acknowledge that we dont test older versions

* Update pom.xml

* Update pom.xml
  • Loading branch information
mailmesriza98 authored Sep 28, 2024
1 parent 8455db3 commit 5c66ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ THE SOFTWARE.
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/http-request-plugin</gitHubRepo>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.426</jenkins.baseline>
<jenkins.baseline>2.440</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
<spotbugs.failOnError>true</spotbugs.failOnError>
<spotbugs.threshold>Low</spotbugs.threshold>
Expand Down

0 comments on commit 5c66ec7

Please sign in to comment.