Skip to content

Commit

Permalink
Report coverage on ci.jenkins.io (#186)
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 19, 2023
1 parent 6622551 commit 62d52ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildPlugin(
artifactCachingProxyEnabled: true,
// Test Java 11 with minimum Jenkins version, Java 17 with a more recent version
configurations: [
[platform: 'windows', jdk: '17', jenkins: '2.381'],
[platform: 'linux', jdk: '11'],
[platform: 'linux', jdk: '11'], // Linux first for coverage report on ci.jenkins.io
[platform: 'windows', jdk: '17', jenkins: '2.387'],
]
)

0 comments on commit 62d52ee

Please sign in to comment.