Skip to content

Commit

Permalink
Report coverage on ci.jenkins.io (#1396)
Browse files Browse the repository at this point in the history
Coverage reported by first build and only Linux
  • Loading branch information
MarkEWaite committed Jan 20, 2023
1 parent 9c52fa4 commit 56763dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ buildPlugin(
artifactCachingProxyEnabled: true,
// Test Java 11 with a recent LTS, Java 17 even more recent
configurations: [
[platform: 'linux', jdk: '17', jenkins: '2.383'],
[platform: 'linux', jdk: '11', jenkins: '2.375.1'],
[platform: 'windows', jdk: '11']
[platform: 'linux', jdk: '11'], // Linux first for coverage report on ci.jenkins.io
[platform: 'linux', jdk: '17', jenkins: '2.375.2'],
[platform: 'windows', jdk: '17', jenkins: '2.387']
]
)

0 comments on commit 56763dd

Please sign in to comment.