Skip to content

Commit

Permalink
Add UDP transport for carbon graphite; Fix concurrent build bug; Add …
Browse files Browse the repository at this point in the history
…support for all type of jobs; Do not exist if build failed but send mectric
  • Loading branch information
Maksym Naboka committed Apr 18, 2014
1 parent dbbb8d6 commit d42d279
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
graphite-plugin
===============

* Added UDP support
* Can be run in any job type
* Will send metric even if job failed or aborted
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>graphiteIntegrator</artifactId>
<version>1.3.1-DTHBS</version>
<version>1.2-SNAPSHOT</version>
<packaging>hpi</packaging>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Graphite-plugin</url>

Expand Down Expand Up @@ -79,4 +79,4 @@

<maven-hpi-plugin.version>1.95</maven-hpi-plugin.version>
</properties>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public String getDisplayName() {
*/
@Override
public boolean isApplicable(Class<? extends AbstractProject> jobType) {
//return "hudson.maven.MavenModuleSet".equals(jobType.getName());
return true;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ public boolean needsToRunAfterFinalized() {
*/
@Override
public BuildStepMonitor getRequiredMonitorService() {
//return BuildStepMonitor.BUILD;
return BuildStepMonitor.NONE;
}

Expand Down

0 comments on commit d42d279

Please sign in to comment.