Skip to content

Commit

Permalink
Merge pull request #3 from jenkinsci/doc-improvements
Browse files Browse the repository at this point in the history
Documentation/build improvements
  • Loading branch information
justinharringa authored Sep 25, 2017
2 parents ade61a8 + b14d0a2 commit 1ede8fe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env groovy
buildPlugin()
buildPlugin(platforms: ['linux'], jdkVersions: [8], findbugs: [archive: true, unstableTotalAll: '0'])
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/index.jelly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?jelly escape-by-default='true'?>
<div>
Send build and system metrics to an Argus server.
Send build and system metrics to an <a href="https://github.com/salesforce/Argus">Argus</a> server.
</div>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div>
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.
</div>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div>
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
<a href="https://plugins.jenkins.io/metrics">Metrics plugin</a> every minute.
</div>

0 comments on commit 1ede8fe

Please sign in to comment.