Skip to content

Commit

Permalink
Test on Java 21 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Nov 12, 2024
1 parent 5786a59 commit 2f9e453
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @jenkinsci/jiratestresultreporter-plugin-developers
20 changes: 12 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
target
release.properties
pom.xml.releaseBackup
myCredentials.txt
JiraTestResultReporter.iml
.idea/*
work/*
.factorypath

# mvn hpi:run
work

# IntelliJ IDEA project files
*.iml
*.iws
*.ipr
.idea

# Eclipse project files
.settings
.classpath
.project
.settings/
10 changes: 4 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
buildPlugin(
platforms: ['linux'],
jenkinsVersions: [null],
jdkVersions: [11]
)

buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.87</version>
<version>4.88</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 2f9e453

Please sign in to comment.