Skip to content

Commit 1ede8fe

Browse files
Merge pull request #3 from jenkinsci/doc-improvements
Documentation/build improvements
2 parents ade61a8 + b14d0a2 commit 1ede8fe

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env groovy
2-
buildPlugin()
2+
buildPlugin(platforms: ['linux'], jdkVersions: [8], findbugs: [archive: true, unstableTotalAll: '0'])

src/main/java/org/jenkinsci/plugins/argusnotifier/BuildResultsResolver.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
import java.util.Map;
1010

1111
/**
12+
* This class resolves build results into different forms (e.g. contextual status like
13+
* "STILL FAILING" or "FIXED", numeric status for metric datapoints).
14+
*
1215
* @author Justin Harringa
1316
*/
1417
public class BuildResultsResolver {

src/main/resources/index.jelly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?jelly escape-by-default='true'?>
22
<div>
3-
Send build and system metrics to an Argus server.
3+
Send build and system metrics to an <a href="https://github.com/salesforce/Argus">Argus</a> server.
44
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div>
2-
If checked, the ArgusRunListener will activate for all builds and send Argus metrics when a build is complete.
2+
If checked, the ArgusRunListener will activate for all Jenkins Runs and send Argus metrics when a build is complete.
33
This is the simplest way to get metrics published for all of the jobs for a Jenkins instance.
44
</div>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div>
2-
If checked, the PeriodicJenkinsMetricsSender will activate and send Jenkins metrics from the Metrics plugin
3-
every minute.
2+
If checked, the PeriodicJenkinsMetricsSender will activate and send Jenkins metrics from the
3+
<a href="https://plugins.jenkins.io/metrics">Metrics plugin</a> every minute.
44
</div>

0 commit comments

Comments
 (0)