Skip to content

Commit 8e27bac

Browse files
committed
fix: support Jenkins 2.516.1
1 parent 035eebc commit 8e27bac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<changelist>999999-SNAPSHOT</changelist>
5858
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
5959
<jenkins.baseline>2.516</jenkins.baseline>
60-
<jenkins.version>${jenkins.baseline}.2</jenkins.version>
60+
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
6161
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
6262
<concurrency>2</concurrency>
6363
<!-- disable SpotBugs temporarily since there are 62 bugs -->

0 commit comments

Comments
 (0)