Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
INT-8058 checking jenkins 2.440.3 compatibility (#308)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Vazquez <gabrielv@sonatype.com>
  • Loading branch information
gvazquezmorean and Gabriel Vazquez committed Apr 26, 2024
1 parent 8b9ec52 commit bb8f772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile.sonatype.extra-tests
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ pipeline {
}
}
}
stage('Jenkins 2.426.1 - Java 17') {
stage('Jenkins 2.440.3 - Java 17') {
agent { label agentLabel }
steps {
runTests('OpenJDK 17',
'-Djenkins.version=2.426.1 -Djenkins.tools.bom.artifactId=bom-2.426.x -Djenkins.tools.bom.version=2582.v830625dd636c')
'-Djenkins.version=2.440.3 -Djenkins.tools.bom.artifactId=bom-2.440.x -Djenkins.tools.bom.version=2982.vdce2153031a_0')
}
post {
always {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<jvnet-localizer-plugin.version>1.23</jvnet-localizer-plugin.version>
<forkCount>1</forkCount>

<nexus-platform-api.version>5.1.0-01</nexus-platform-api.version>
<nexus-platform-api.version>5.1.1-SNAPSHOT</nexus-platform-api.version>

<buildsupport.version>36</buildsupport.version>
<buildsupport.license-maven-plugin.version>4.1</buildsupport.license-maven-plugin.version>
Expand Down

0 comments on commit bb8f772

Please sign in to comment.