-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Jenkins required version to 2.452.1 (#282)
* Update Jenkins required version to 2.452.1 --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
a5b4fbb
commit 690e44b
Showing
3 changed files
with
31 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
buildPlugin(forkCount: '1C', configurations: [ | ||
[ platform: "linux", jdk: "11", jenkins: null ], | ||
[ platform: "windows", jdk: "11", jenkins: null ], | ||
[ platform: "linux", jdk: "11", jenkins: "2.387.3" ], | ||
[ platform: "windows", jdk: "11", jenkins: "2.387.3" ] | ||
[ platform: "linux", jdk: "11", jenkins: "2.452.1" ], | ||
[ platform: "windows", jdk: "11", jenkins: "2.452.1" ] | ||
]) |
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