Skip to content

Commit

Permalink
Update project build insctructions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alecharp committed May 13, 2022
1 parent 530ce29 commit 1eea100
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!groovy

// Don't test plugin compatibility - exceeds 1 hour timeout
// Allow failing tests to retry execution
// buildPlugin(failFast: false)

// Test plugin compatbility to latest Jenkins LTS
// Allow failing tests to retry execution
buildPlugin(jenkinsVersions: [null, '1.651.2'], failFast: false)
buildPlugin(configurations: [
[ platform: 'linux', jdk: '11' ],
[ platform: 'windows', jdk: '11' ],
[ platform: 'linux', jdk: '17', jenkins: '2.342' ],
])

0 comments on commit 1eea100

Please sign in to comment.