-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from jenkinsci/doc-improvements
Documentation/build improvements
- Loading branch information
Showing
5 changed files
with
8 additions
and
5 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,2 +1,2 @@ | ||
#!/usr/bin/env groovy | ||
buildPlugin() | ||
buildPlugin(platforms: ['linux'], jdkVersions: [8], findbugs: [archive: true, unstableTotalAll: '0']) |
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> | ||
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> |
2 changes: 1 addition & 1 deletion
2
...in/resources/org/jenkinsci/plugins/argusnotifier/ArgusNotifier/help-sendForAllBuilds.html
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 @@ | ||
<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> |
4 changes: 2 additions & 2 deletions
4
...n/resources/org/jenkinsci/plugins/argusnotifier/ArgusNotifier/help-sendSystemMetrics.html
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 @@ | ||
<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> |