-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Setting up CD Needed for convenience plugin releases. * updaing maven strategy matrix * Fixing spotbug finding * update Jenkins version and remove Java 8 config
- Loading branch information
1 parent
0be7c61
commit fdac2a3
Showing
3 changed files
with
8 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
#!/usr/bin/env groovy | ||
|
||
/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */ | ||
def recentLTS = "2.176.4" | ||
def recentLTS = "2.361" | ||
def configurations = [ | ||
[ platform: "linux", jdk: "8", jenkins: null ], | ||
[ platform: "linux", jdk: "8", jenkins: recentLTS ], | ||
[ platform: "linux", jdk: "11", jenkins: recentLTS ], | ||
[ platform: "windows", jdk: "8", jenkins: null ], | ||
[ platform: "windows", jdk: "8", jenkins: recentLTS ], | ||
[ platform: "windows", jdk: "11", jenkins: recentLTS ], | ||
] | ||
buildPlugin(configurations: configurations) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters