forked from jenkins-infra/jenkins.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjava.yml
28 lines (28 loc) · 973 Bytes
/
java.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
usecase: "Java"
color: '#0093A6'
articles:
plugins:
-
- 'https://plugins.jenkins.io/junit'
- 'JUnit plugin'
- 'publishes JUnit XML formatted test reports for trending and analysis'
-
- 'https://plugins.jenkins.io/gradle'
- 'Gradle plugin'
- 'support invoking Gradle as a build step and listing executing tasks per build'
-
- 'https://plugins.jenkins.io/warnings-ng'
- 'Warnings Next Generation plugin'
- 'collects compiler warnings and issues from static analysis tools such as SpotBugs and PMD'
-
- 'https://plugins.jenkins.io/cobertura'
- 'Cobertura plugin'
- 'publish and trend code coverage reports from Cobertura'
-
- 'https://plugins.jenkins.io/sonar'
- 'SonarQube plugin'
- 'integrate reporting from the SonarQube code quality/inspection platform'
-
- 'https://plugins.jenkins.io/repository-connector'
- 'Repository Connector plugin'
- 'adds features for resolving artifacts from a Maven repository such as Nexus or Artifactory.'