-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Standardized & simplified & updated build & test infrastructure (#307)
Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
- Loading branch information
Showing
8 changed files
with
20 additions
and
719 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,8 +1,9 @@ | ||
def configurations = [ | ||
[ platform: "linux", jdk: "11" ], | ||
[ platform: "windows", jdk: "11" ] | ||
[platform: 'linux', jdk: 17], | ||
[platform: 'windows', jdk: 11], | ||
] | ||
|
||
buildPlugin(failFast: false, configurations: configurations, | ||
useContainerAgent: true, | ||
checkstyle: [qualityGates: [[threshold: 1, type: 'NEW', unstable: true]]], | ||
pmd: [qualityGates: [[threshold: 1, type: 'NEW', unstable: true]]] ) |
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,4 +1,4 @@ | ||
<?jelly escape-by-default='true'?> | ||
<div> | ||
This plugin provide GitHub Checks API for other plugins. | ||
Allows users to publish GitHub checks. | ||
</div> |
33 changes: 0 additions & 33 deletions
33
src/test/java/io/jenkins/plugins/checks/ArchitectureTest.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.