Skip to content

Commit

Permalink
Merge pull request #4 from eclipse-cbi/ci/upgrade_mvn_jdk
Browse files Browse the repository at this point in the history
Upgrade maven/jdk for CI
  • Loading branch information
fredg02 authored Aug 5, 2024
2 parents e802be8 + 1ba6378 commit da6db8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pipeline {
timeout(time: 10, unit: 'MINUTES')
}
tools {
maven 'apache-maven-3.8.2'
jdk 'adoptopenjdk-hotspot-jdk11-latest'
maven 'apache-maven-3.9.6'
jdk 'openjdk-jdk17-latest'
}
environment {
LOGIN = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ the build artifacts to the CBI project's downloads area.
2. Enter a job name, e.g. 'eclipse-cbi-tycho-example-job'
3. Select **Build a free-style software job**
4. Click **OK**
5. For JDK, select `openjdk-jdk11-latest`
5. For JDK, select `openjdk-jdk17-latest`
6. Select **This project is parameterized**
7. Click **Add Parameter > String Parameter**
* Name: `SITE_DIR`
Expand Down

0 comments on commit da6db8a

Please sign in to comment.