Skip to content

Commit

Permalink
Merge pull request #516 from oleg-nenashev/jenkins/2.289.1
Browse files Browse the repository at this point in the history
Update Jenkins to 2.289.1, use the latest plugins BOM
  • Loading branch information
oleg-nenashev authored Jun 9, 2021
2 parents 6f7a1c6 + db7b7ab commit 6b1da48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion demo/cwp/packager-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ war:
groupId: "org.jenkins-ci.main"
artifactId: "jenkins-war"
source:
version: "2.277.2"
version: "2.289.1"
plugins:
- groupId: "org.jenkins-ci.plugins"
artifactId: "script-security"
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ THE SOFTWARE.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.level>8</java.level>
<jenkins.version>2.277.2</jenkins.version>
<jenkins.bom.baseline>bom-2.277.x</jenkins.bom.baseline>
<jenkins.bom.version>831.v9814430e6383</jenkins.bom.version>
<jenkins.version>2.289.1</jenkins.version>
<jenkins.bom.baseline>bom-2.289.x</jenkins.bom.baseline>
<jenkins.bom.version>841.vd6e713d848ab</jenkins.bom.version>
<jetty.version>9.4.39.v20210325</jetty.version>
<jenkins-test-harness.version>1589.vc23fca066d5c</jenkins-test-harness.version>
<!--TODO: Reenable once all the issues are fixed (JENKINS-57353)-->
Expand Down
8 changes: 0 additions & 8 deletions setup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>instance-identity</artifactId>
</dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>ssh-cli-auth</artifactId>
</dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>slave-installer</artifactId>
Expand All @@ -72,10 +68,6 @@
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>systemd-slave-installer</artifactId>
</dependency>
<dependency>
<groupId>org.jenkins-ci.modules</groupId>
<artifactId>sshd</artifactId>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down

0 comments on commit 6b1da48

Please sign in to comment.