diff --git a/Jenkinsfile b/Jenkinsfile index 831a2ce..a7cbf9c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ #!/usr/bin/env groovy -buildPlugin() +buildPlugin(platforms: ['linux'], jdkVersions: [8], findbugs: [archive: true, unstableTotalAll: '0']) diff --git a/src/main/java/org/jenkinsci/plugins/argusnotifier/BuildResultsResolver.java b/src/main/java/org/jenkinsci/plugins/argusnotifier/BuildResultsResolver.java index 85a3a4e..e35e0c8 100644 --- a/src/main/java/org/jenkinsci/plugins/argusnotifier/BuildResultsResolver.java +++ b/src/main/java/org/jenkinsci/plugins/argusnotifier/BuildResultsResolver.java @@ -9,6 +9,9 @@ import java.util.Map; /** + * This class resolves build results into different forms (e.g. contextual status like + * "STILL FAILING" or "FIXED", numeric status for metric datapoints). + * * @author Justin Harringa */ public class BuildResultsResolver { diff --git a/src/main/resources/index.jelly b/src/main/resources/index.jelly index 1e5b5d4..e3c343d 100644 --- a/src/main/resources/index.jelly +++ b/src/main/resources/index.jelly @@ -1,4 +1,4 @@
- Send build and system metrics to an Argus server. + Send build and system metrics to an Argus server.
diff --git a/src/main/resources/org/jenkinsci/plugins/argusnotifier/ArgusNotifier/help-sendForAllBuilds.html b/src/main/resources/org/jenkinsci/plugins/argusnotifier/ArgusNotifier/help-sendForAllBuilds.html index a77e387..7632db1 100644 --- a/src/main/resources/org/jenkinsci/plugins/argusnotifier/ArgusNotifier/help-sendForAllBuilds.html +++ b/src/main/resources/org/jenkinsci/plugins/argusnotifier/ArgusNotifier/help-sendForAllBuilds.html @@ -1,4 +1,4 @@
- If checked, the ArgusRunListener will activate for all builds and send Argus metrics when a build is complete. + If checked, the ArgusRunListener will activate for all Jenkins Runs and send Argus metrics when a build is complete. This is the simplest way to get metrics published for all of the jobs for a Jenkins instance.
\ No newline at end of file diff --git a/src/main/resources/org/jenkinsci/plugins/argusnotifier/ArgusNotifier/help-sendSystemMetrics.html b/src/main/resources/org/jenkinsci/plugins/argusnotifier/ArgusNotifier/help-sendSystemMetrics.html index a47820c..4ad2b36 100644 --- a/src/main/resources/org/jenkinsci/plugins/argusnotifier/ArgusNotifier/help-sendSystemMetrics.html +++ b/src/main/resources/org/jenkinsci/plugins/argusnotifier/ArgusNotifier/help-sendSystemMetrics.html @@ -1,4 +1,4 @@
- If checked, the PeriodicJenkinsMetricsSender will activate and send Jenkins metrics from the Metrics plugin - every minute. + If checked, the PeriodicJenkinsMetricsSender will activate and send Jenkins metrics from the + Metrics plugin every minute.
\ No newline at end of file