Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: f22be78be405bb2eb2674263833b628cbef4085c
      
https://github.com/jenkinsci/datadog-plugin/commit/f22be78be405bb2eb2674263833b628cbef4085c
  Author: John Zeller <[email protected]>
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Adding unit to duration metric in README


  Commit: a52e0d798f3554147ea0f9ee5261657e46e11136
      
https://github.com/jenkinsci/datadog-plugin/commit/a52e0d798f3554147ea0f9ee5261657e46e11136
  Author: Mads Nielsen <[email protected]>
  Date:   2016-05-02 (Mon, 02 May 2016)

  Changed paths:
    M .gitignore
    M pom.xml
    A 
src/main/java/org/datadog/jenkins/plugins/datadog/BuildFinishedEventImpl.java
    A 
src/main/java/org/datadog/jenkins/plugins/datadog/BuildStartedEventImpl.java
    A 
src/main/java/org/datadog/jenkins/plugins/datadog/CheckoutCompletedEventImpl.java
    M 
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogBuildListener.java
    A src/main/java/org/datadog/jenkins/plugins/datadog/DatadogEvent.java
    A src/main/java/org/datadog/jenkins/plugins/datadog/DatadogHttpRequests.java
    A src/main/java/org/datadog/jenkins/plugins/datadog/DatadogJobProperty.java
    A src/main/java/org/datadog/jenkins/plugins/datadog/DatadogSCMListener.java
    A src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
    A 
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogJobProperty/config.jelly
    A 
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogJobProperty/help-tagFile.html
    A 
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogJobProperty/help-tagProperties.html

  Log Message:
  -----------
  Added ability to add addtional tags. Fixes #11 (#38)

Allow custom tagging in job config


  Commit: b040956ebb9d4263b32a6c8a5a634e7933de1360
      
https://github.com/jenkinsci/datadog-plugin/commit/b040956ebb9d4263b32a6c8a5a634e7933de1360
  Author: Mads Nielsen <[email protected]>
  Date:   2016-05-04 (Wed, 04 May 2016)

  Changed paths:
    M pom.xml
    M 
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogBuildListener.java
    M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
    M 
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogBuildListener/global.jelly
    A 
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogBuildListener/help-daemonHost.html

  Log Message:
  -----------
  Implemented a 'jenkins.job.completed' counter for Datadog. Implements #39


  Commit: 0368f9728054be7c4387a391cfb92e76cbac7816
      
https://github.com/jenkinsci/datadog-plugin/commit/0368f9728054be7c4387a391cfb92e76cbac7816
  Author: John Zeller <[email protected]>
  Date:   2016-05-20 (Fri, 20 May 2016)

  Changed paths:
    M 
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogBuildListener.java
    M 
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogBuildListener/global.jelly
    M 
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogBuildListener/help-daemonHost.html

  Log Message:
  -----------
  [[email protected]] Rebased current work to tweak wording


  Commit: cbe3bcce0b648cd7ffe42284e4935d0aeb0fc9ce
      
https://github.com/jenkinsci/datadog-plugin/commit/cbe3bcce0b648cd7ffe42284e4935d0aeb0fc9ce
  Author: John Zeller <[email protected]>
  Date:   2016-05-20 (Fri, 20 May 2016)

  Changed paths:
    M pom.xml
    M 
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogBuildListener.java
    M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
    M 
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogBuildListener/global.jelly
    A 
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogBuildListener/help-daemonHost.html

  Log Message:
  -----------
  Merge pull request #43 from DataDog/zeller/praqma-ready-count-metric

Count metric for completed jobs #39


  Commit: 8cadd175a13fc1634a6b8ffbf81cdaf7db24f874
      
https://github.com/jenkinsci/datadog-plugin/commit/8cadd175a13fc1634a6b8ffbf81cdaf7db24f874
  Author: John Zeller <[email protected]>
  Date:   2016-05-20 (Fri, 20 May 2016)

  Changed paths:
    M CHANGELOG.md
    M README.md
    M pom.xml

  Log Message:
  -----------
  Preparing for update to 0.5.0


  Commit: 6bc3e350970032f2445b90eb70502931a20cd431
      
https://github.com/jenkinsci/datadog-plugin/commit/6bc3e350970032f2445b90eb70502931a20cd431
  Author: Roy Jenkins <[email protected]>
  Date:   2016-05-20 (Fri, 20 May 2016)

  Changed paths:
    M .gitignore
    M CHANGELOG.md
    M README.md
    M pom.xml
    A 
src/main/java/org/datadog/jenkins/plugins/datadog/BuildFinishedEventImpl.java
    A 
src/main/java/org/datadog/jenkins/plugins/datadog/BuildStartedEventImpl.java
    A 
src/main/java/org/datadog/jenkins/plugins/datadog/CheckoutCompletedEventImpl.java
    M 
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogBuildListener.java
    A src/main/java/org/datadog/jenkins/plugins/datadog/DatadogEvent.java
    A src/main/java/org/datadog/jenkins/plugins/datadog/DatadogHttpRequests.java
    A src/main/java/org/datadog/jenkins/plugins/datadog/DatadogJobProperty.java
    A src/main/java/org/datadog/jenkins/plugins/datadog/DatadogSCMListener.java
    A src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
    M 
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogBuildListener/global.jelly
    A 
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogBuildListener/help-daemonHost.html
    A 
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogJobProperty/config.jelly
    A 
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogJobProperty/help-tagFile.html
    A 
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogJobProperty/help-tagProperties.html

  Log Message:
  -----------
  Merge branch 'master' of https://github.com/DataDog/jenkins-datadog-plugin 
into merge-upstream


Compare: 
https://github.com/jenkinsci/datadog-plugin/compare/7eaa571f7d4b...6bc3e3509700

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to