[jenkinsci/datadog-plugin] 3b7869: Update CODEOWNERS

2020-01-10 Thread Gregory Zussa
  Branch: refs/heads/gzu/update_codeowner
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 3b786953a680ca1016576738e43aeeab7835763b
  
https://github.com/jenkinsci/datadog-plugin/commit/3b786953a680ca1016576738e43aeeab7835763b
  Author: Gregory Zussa 
  Date:   2020-01-10 (Fri, 10 Jan 2020)

  Changed paths:
M .github/CODEOWNERS

  Log Message:
  ---
  Update CODEOWNERS


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/update_codeowner/884d8e-3b7869%40github.com.


[jenkinsci/datadog-plugin]

2020-01-10 Thread Gregory Zussa
  Branch: refs/heads/gzu/update_codeowner
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/update_codeowner/00-884d8e%40github.com.


[jenkinsci/datadog-plugin] 281cf0: Update CODEOWNERS (#11)

2020-01-10 Thread Gregory Zussa
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 281cf06026865e903a3a6826aaf45cde39b8115e
  
https://github.com/jenkinsci/datadog-plugin/commit/281cf06026865e903a3a6826aaf45cde39b8115e
  Author: Gregory Zussa 
  Date:   2020-01-10 (Fri, 10 Jan 2020)

  Changed paths:
M .github/CODEOWNERS

  Log Message:
  ---
  Update CODEOWNERS (#11)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/master/884d8e-281cf0%40github.com.


[jenkinsci/datadog-plugin]

2020-01-10 Thread Gregory Zussa
  Branch: refs/heads/gzu/update_codeowner
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/update_codeowner/3b7869-00%40github.com.


[jenkinsci/datadog-plugin]

2020-01-10 Thread Gregory Zussa
  Branch: refs/heads/gzu/test_team
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/test_team/00-281cf0%40github.com.


[jenkinsci/datadog-plugin]

2020-01-10 Thread Gregory Zussa
  Branch: refs/heads/gzu/test_team
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/test_team/281cf0-00%40github.com.


[jenkinsci/datadog-plugin]

2020-01-10 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/00-281cf0%40github.com.


[jenkinsci/datadog-plugin] ee46b2: add jenkinsfile and fix spotbugs issues

2020-01-11 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: ee46b2a92eb5e93006f7cf122db3a3d3db838e3a
  
https://github.com/jenkinsci/datadog-plugin/commit/ee46b2a92eb5e93006f7cf122db3a3d3db838e3a
  Author: Gregory 
  Date:   2020-01-11 (Sat, 11 Jan 2020)

  Changed paths:
R .azure-pipelines/all.yml
A Jenkinsfile
M pom.xml
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/ConcurrentMetricCounters.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DogStatsDClient.java
M src/main/java/org/datadog/jenkins/plugins/datadog/model/BuildData.java
A 
src/main/java/org/datadog/jenkins/plugins/datadog/util/SuppressFBWarnings.java
M src/main/java/org/datadog/jenkins/plugins/datadog/util/TagsUtil.java

  Log Message:
  ---
  add jenkinsfile and fix spotbugs issues


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/281cf0-ee46b2%40github.com.


[jenkinsci/datadog-plugin] 9d2f4e: upgrade testing dep to latest

2020-01-11 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 9d2f4eed4dda3a2cb61caa6b06a54648f27b20cc
  
https://github.com/jenkinsci/datadog-plugin/commit/9d2f4eed4dda3a2cb61caa6b06a54648f27b20cc
  Author: Gregory 
  Date:   2020-01-11 (Sat, 11 Jan 2020)

  Changed paths:
M pom.xml
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/util/SuppressFBWarnings.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildAbortedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildFinishedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildStartedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerLaunchFailedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerOfflineEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerOnlineEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ConfigChangedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemCRUDEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemCopiedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemLocationChangedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/SCMCheckoutCompletedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/UserAuthenticationEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListenerTest.java

  Log Message:
  ---
  upgrade testing dep to latest


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/ee46b2-9d2f4e%40github.com.


[jenkinsci/datadog-plugin] d3e212: fix deprecated method

2020-01-11 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: d3e2121815f38762c79f602bb3c2267723b24c61
  
https://github.com/jenkinsci/datadog-plugin/commit/d3e2121815f38762c79f602bb3c2267723b24c61
  Author: Gregory 
  Date:   2020-01-11 (Sat, 11 Jan 2020)

  Changed paths:
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogComputerPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogJenkinsPublisher.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildAbortedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildFinishedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildStartedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/SCMCheckoutCompletedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListenerTest.java

  Log Message:
  ---
  fix deprecated method


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/9d2f4e-d3e212%40github.com.


[jenkinsci/datadog-plugin] 90363b: fixing ci

2020-01-11 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 90363b688825c8bea4d635ec4ff94916c4bfce6c
  
https://github.com/jenkinsci/datadog-plugin/commit/90363b688825c8bea4d635ec4ff94916c4bfce6c
  Author: Gregory 
  Date:   2020-01-11 (Sat, 11 Jan 2020)

  Changed paths:
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerLaunchFailedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerOfflineEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerOnlineEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ConfigChangedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemCRUDEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemCopiedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemLocationChangedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/SCMCheckoutCompletedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/UserAuthenticationEventTest.java

  Log Message:
  ---
  fixing ci


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/d3e212-90363b%40github.com.


[jenkinsci/datadog-plugin] e7ab46: fixing ci

2020-01-11 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: e7ab46a5002eac4e4b719a03a07e4ec1e2717d67
  
https://github.com/jenkinsci/datadog-plugin/commit/e7ab46a5002eac4e4b719a03a07e4ec1e2717d67
  Author: Gregory 
  Date:   2020-01-11 (Sat, 11 Jan 2020)

  Changed paths:
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerLaunchFailedEventTest.java

  Log Message:
  ---
  fixing ci


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/90363b-e7ab46%40github.com.


[jenkinsci/datadog-plugin] bdc8ed: fixing ci

2020-01-11 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: bdc8ede5b5cd21dcc976c8ca27b78e0394af9f42
  
https://github.com/jenkinsci/datadog-plugin/commit/bdc8ede5b5cd21dcc976c8ca27b78e0394af9f42
  Author: Gregory 
  Date:   2020-01-11 (Sat, 11 Jan 2020)

  Changed paths:
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerLaunchFailedEventTest.java

  Log Message:
  ---
  fixing ci


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/e7ab46-bdc8ed%40github.com.


[jenkinsci/datadog-plugin] 718ff1: fixing ci

2020-01-11 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 718ff1c0a2c639ec1483d04d628ea164ef0341dd
  
https://github.com/jenkinsci/datadog-plugin/commit/718ff1c0a2c639ec1483d04d628ea164ef0341dd
  Author: Gregory 
  Date:   2020-01-11 (Sat, 11 Jan 2020)

  Changed paths:
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerLaunchFailedEventTest.java

  Log Message:
  ---
  fixing ci


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/bdc8ed-718ff1%40github.com.


[jenkinsci/datadog-plugin] a2ad30: fixing ci

2020-01-11 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: a2ad309b4aac00ca22b60a4894decfb583a436fc
  
https://github.com/jenkinsci/datadog-plugin/commit/a2ad309b4aac00ca22b60a4894decfb583a436fc
  Author: Gregory 
  Date:   2020-01-11 (Sat, 11 Jan 2020)

  Changed paths:
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerLaunchFailedEventTest.java

  Log Message:
  ---
  fixing ci


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/718ff1-a2ad30%40github.com.


[jenkinsci/datadog-plugin] 0d4eb6: fixing ci

2020-01-11 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 0d4eb65f3b5d1d35a0788ded0129dcb690df41d3
  
https://github.com/jenkinsci/datadog-plugin/commit/0d4eb65f3b5d1d35a0788ded0129dcb690df41d3
  Author: Gregory 
  Date:   2020-01-11 (Sat, 11 Jan 2020)

  Changed paths:
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerLaunchFailedEventTest.java

  Log Message:
  ---
  fixing ci


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/78b799-0d4eb6%40github.com.


[jenkinsci/datadog-plugin] 78b799: fixing ci

2020-01-11 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 78b799a1f301ddcfcaea96e67e8b2eb4fd53a04d
  
https://github.com/jenkinsci/datadog-plugin/commit/78b799a1f301ddcfcaea96e67e8b2eb4fd53a04d
  Author: Gregory 
  Date:   2020-01-11 (Sat, 11 Jan 2020)

  Changed paths:
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerLaunchFailedEventTest.java

  Log Message:
  ---
  fixing ci


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/a2ad30-78b799%40github.com.


[jenkinsci/datadog-plugin] 0513df: debuging ci

2020-01-11 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 0513df4c01b97bab85b54fad94e063aaa21e26ae
  
https://github.com/jenkinsci/datadog-plugin/commit/0513df4c01b97bab85b54fad94e063aaa21e26ae
  Author: Gregory 
  Date:   2020-01-11 (Sat, 11 Jan 2020)

  Changed paths:
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerLaunchFailedEventTest.java

  Log Message:
  ---
  debuging ci


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/0d4eb6-0513df%40github.com.


[jenkinsci/datadog-plugin] dce515: debuging ci

2020-01-11 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: dce515f62f27fd29ee9440d9f1a3f0a8e6050372
  
https://github.com/jenkinsci/datadog-plugin/commit/dce515f62f27fd29ee9440d9f1a3f0a8e6050372
  Author: Gregory 
  Date:   2020-01-11 (Sat, 11 Jan 2020)

  Changed paths:
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerLaunchFailedEventTest.java

  Log Message:
  ---
  debuging ci


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/0513df-dce515%40github.com.


[jenkinsci/datadog-plugin] 5507c2: fixing ci with new stubs

2020-01-11 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 5507c27c8bee48571ec0911946f37e5291d82adb
  
https://github.com/jenkinsci/datadog-plugin/commit/5507c27c8bee48571ec0911946f37e5291d82adb
  Author: Gregory 
  Date:   2020-01-11 (Sat, 11 Jan 2020)

  Changed paths:
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
A src/test/java/org/datadog/jenkins/plugins/datadog/ComputerStub.java
A src/test/java/org/datadog/jenkins/plugins/datadog/ItemStub.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerLaunchFailedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerOfflineEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerOnlineEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ConfigChangedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemCRUDEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemCopiedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemLocationChangedEventTest.java

  Log Message:
  ---
  fixing ci with new stubs


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/dce515-5507c2%40github.com.


[jenkinsci/datadog-plugin] 765b65: Back to local working state with java8. Jenkins 2....

2020-01-13 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 765b65f30f8b449ae134cef5175c48b888dac403
  
https://github.com/jenkinsci/datadog-plugin/commit/765b65f30f8b449ae134cef5175c48b888dac403
  Author: Gregory 
  Date:   2020-01-13 (Mon, 13 Jan 2020)

  Changed paths:
M pom.xml
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogComputerPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogJenkinsPublisher.java
R src/test/java/org/datadog/jenkins/plugins/datadog/ComputerStub.java
R src/test/java/org/datadog/jenkins/plugins/datadog/ItemStub.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildAbortedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildFinishedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildStartedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerLaunchFailedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerOfflineEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerOnlineEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ConfigChangedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemCRUDEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemCopiedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemLocationChangedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/SCMCheckoutCompletedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/UserAuthenticationEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListenerTest.java

  Log Message:
  ---
  Back to local working state with java8. Jenkins 2.17 instead of 3.43


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/5507c2-765b65%40github.com.


[jenkinsci/datadog-plugin]

2020-01-13 Thread Gregory Zussa
  Branch: refs/heads/nick/actions
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/nick/actions/0ca8b8-00%40github.com.


[jenkinsci/datadog-plugin] 76f977: Remove powermockito static mocking for DatadogUtil...

2020-01-14 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 76f977948f984b9cde60c334278e82b73f352759
  
https://github.com/jenkinsci/datadog-plugin/commit/76f977948f984b9cde60c334278e82b73f352759
  Author: Gregory 
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
M pom.xml
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/ConfigChangedEventImpl.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/UserAuthenticationEventImpl.java
M src/main/java/org/datadog/jenkins/plugins/datadog/model/BuildData.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogComputerPublisher.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/clients/DatadogClientStub.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildAbortedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildFinishedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildStartedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerLaunchFailedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerOfflineEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerOnlineEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ConfigChangedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemCRUDEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemCopiedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemLocationChangedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/SCMCheckoutCompletedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/UserAuthenticationEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListenerTest.java
A src/test/java/org/datadog/jenkins/plugins/datadog/stubs/BuildStub.java
A src/test/java/org/datadog/jenkins/plugins/datadog/stubs/ProjectStub.java

  Log Message:
  ---
  Remove powermockito static mocking for DatadogUtilities


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/765b65-76f977%40github.com.


[jenkinsci/datadog-plugin] 96f33e: Remove powermockito static mocking for Queue and F...

2020-01-14 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 96f33ef7108edd059382261c11b3a4b557efb9d5
  
https://github.com/jenkinsci/datadog-plugin/commit/96f33ef7108edd059382261c11b3a4b557efb9d5
  Author: Gregory 
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListenerTest.java
A 
src/test/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListenerTestWrapper.java

  Log Message:
  ---
  Remove powermockito static mocking for Queue and FactoryClient


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/76f977-96f33e%40github.com.


[jenkinsci/datadog-plugin] 4e35e0: Remove powermockito dependencies entirely :tada:

2020-01-14 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 4e35e0f6868ca0cfe0d7f7e1438b95dcc4e0eeba
  
https://github.com/jenkinsci/datadog-plugin/commit/4e35e0f6868ca0cfe0d7f7e1438b95dcc4e0eeba
  Author: Gregory 
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
M pom.xml
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildAbortedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildFinishedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildStartedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/SCMCheckoutCompletedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/UserAuthenticationEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListenerTest.java
A src/test/java/org/datadog/jenkins/plugins/datadog/stubs/QueueStub.java

  Log Message:
  ---
  Remove powermockito dependencies entirely :tada:


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/96f33e-4e35e0%40github.com.


[jenkinsci/datadog-plugin] 14c34a: upgrade to latest httpclient

2020-01-14 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 14c34a0848f08a5f3b5f76e0d64d5f5e857ba932
  
https://github.com/jenkinsci/datadog-plugin/commit/14c34a0848f08a5f3b5f76e0d64d5f5e857ba932
  Author: Gregory 
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  upgrade to latest httpclient


  Commit: ec93ac4bbcd301a5413f14ab7226d38c3c1087b7
  
https://github.com/jenkinsci/datadog-plugin/commit/ec93ac4bbcd301a5413f14ab7226d38c3c1087b7
  Author: Gregory 
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  upgrade to latest org.jenkins-ci.plugins plugin


Compare: 
https://github.com/jenkinsci/datadog-plugin/compare/4e35e0f6868c...ec93ac4bbcd3

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/4e35e0-ec93ac%40github.com.


[jenkinsci/datadog-plugin] c8a2b6: upgrade mockito-core dependency

2020-01-14 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: c8a2b6fe34273ad0ba4b690676dbfe9c64b40dac
  
https://github.com/jenkinsci/datadog-plugin/commit/c8a2b6fe34273ad0ba4b690676dbfe9c64b40dac
  Author: Gregory 
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  upgrade mockito-core dependency


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/ec93ac-c8a2b6%40github.com.


[jenkinsci/datadog-plugin] ebff2d: added io.jenkins.tools.bom and related dependencie...

2020-01-14 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: ebff2db4023c0edaf0556bdbbf8527111dff9f35
  
https://github.com/jenkinsci/datadog-plugin/commit/ebff2db4023c0edaf0556bdbbf8527111dff9f35
  Author: Gregory 
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  added io.jenkins.tools.bom and related dependencies + upgrade jenkins version


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/c8a2b6-ebff2d%40github.com.


[jenkinsci/datadog-plugin] bd5592: try without jenkin version prop specified

2020-01-15 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: bd5592c4958b894880e720a39540477533abca1e
  
https://github.com/jenkinsci/datadog-plugin/commit/bd5592c4958b894880e720a39540477533abca1e
  Author: Gregory 
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  try without jenkin version prop specified


  Commit: fef4aed15295c759adc75bed215862a88f953b0b
  
https://github.com/jenkinsci/datadog-plugin/commit/fef4aed15295c759adc75bed215862a88f953b0b
  Author: Gregory 
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  remove bom and dependencies


  Commit: 6779d9579fc53ea4d516f6af5f7a7c59d6a0548c
  
https://github.com/jenkinsci/datadog-plugin/commit/6779d9579fc53ea4d516f6af5f7a7c59d6a0548c
  Author: Gregory 
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
M pom.xml
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogComputerPublisher.java

  Log Message:
  ---
  adding back bom and dependencies with proper settings. Also used latest 
jenkins version :tada:


Compare: 
https://github.com/jenkinsci/datadog-plugin/compare/ebff2db4023c...6779d9579fc5

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/ebff2d-6779d9%40github.com.


[jenkinsci/datadog-plugin] 58febc: remove useless maven-plugin-site

2020-01-15 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 58febc86cff4c415abd606b49efc75dfa581b334
  
https://github.com/jenkinsci/datadog-plugin/commit/58febc86cff4c415abd606b49efc75dfa581b334
  Author: Gregory 
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  remove useless maven-plugin-site


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/6779d9-58febc%40github.com.


[jenkinsci/datadog-plugin] 31a289: downgrade jenkins version to 2.190.1 from 2.214 (l...

2020-01-15 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 31a289246884ca506c59b08eab5b28fca9bf8df9
  
https://github.com/jenkinsci/datadog-plugin/commit/31a289246884ca506c59b08eab5b28fca9bf8df9
  Author: Gregory 
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  downgrade jenkins version to 2.190.1 from 2.214 (latest)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/58febc-31a289%40github.com.


[jenkinsci/datadog-plugin] be244b: downgrade jenkins version to 2.176.1 (working loca...

2020-01-15 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: be244bca7eac86dc44c7503ceec6a7825f30b186
  
https://github.com/jenkinsci/datadog-plugin/commit/be244bca7eac86dc44c7503ceec6a7825f30b186
  Author: Gregory 
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  downgrade jenkins version to 2.176.1 (working locally)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/31a289-be244b%40github.com.


[jenkinsci/datadog-plugin] 6fd342: rerun ci

2020-01-15 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 6fd342b0a79505913f5b2d9a3dbeda139e2903fd
  
https://github.com/jenkinsci/datadog-plugin/commit/6fd342b0a79505913f5b2d9a3dbeda139e2903fd
  Author: Gregory 
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  rerun ci


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/be244b-6fd342%40github.com.


[jenkinsci/datadog-plugin] c8ee53: downgrade to org.jenkins-ci.plugins plugin 3.54 in...

2020-01-15 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: c8ee5395b7c8f07c1009970b06e4e60bb4560230
  
https://github.com/jenkinsci/datadog-plugin/commit/c8ee5395b7c8f07c1009970b06e4e60bb4560230
  Author: Gregory 
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  downgrade to org.jenkins-ci.plugins plugin 3.54 instead of 3.55 (latest)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/6fd342-c8ee53%40github.com.


[jenkinsci/datadog-plugin] c78714: setting back to org.jenkins-ci.plugins plugin 3.55...

2020-01-15 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: c78714a206f6a25c5d30019cff2f27487d3c5283
  
https://github.com/jenkinsci/datadog-plugin/commit/c78714a206f6a25c5d30019cff2f27487d3c5283
  Author: Gregory 
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  setting back to org.jenkins-ci.plugins plugin 3.55 and remove pom and related 
deps


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/c8ee53-c78714%40github.com.


[jenkinsci/datadog-plugin] eaaca9: try with 2.190.1 one more time

2020-01-15 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: eaaca92ec511955054862632b5f861e09a41f27f
  
https://github.com/jenkinsci/datadog-plugin/commit/eaaca92ec511955054862632b5f861e09a41f27f
  Author: Gregory 
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  try with 2.190.1 one more time


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/c78714-eaaca9%40github.com.


[jenkinsci/datadog-plugin] b51ee6: revert and clean up

2020-01-15 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: b51ee61ec501108ddb61c99f7a2e3643db9f22f2
  
https://github.com/jenkinsci/datadog-plugin/commit/b51ee61ec501108ddb61c99f7a2e3643db9f22f2
  Author: Gregory 
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  revert and clean up


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/eaaca9-b51ee6%40github.com.


[jenkinsci/datadog-plugin] f31594: add jenkinsfile and fix spotbugs issues (#12)

2020-01-16 Thread Gregory Zussa
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: f31594a1dec46e54d929da88b59067d9c868825e
  
https://github.com/jenkinsci/datadog-plugin/commit/f31594a1dec46e54d929da88b59067d9c868825e
  Author: Gregory Zussa 
  Date:   2020-01-16 (Thu, 16 Jan 2020)

  Changed paths:
R .azure-pipelines/all.yml
A Jenkinsfile
M pom.xml
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/ConcurrentMetricCounters.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DogStatsDClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/ConfigChangedEventImpl.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/events/UserAuthenticationEventImpl.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
M src/main/java/org/datadog/jenkins/plugins/datadog/model/BuildData.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogComputerPublisher.java
A 
src/main/java/org/datadog/jenkins/plugins/datadog/util/SuppressFBWarnings.java
M src/main/java/org/datadog/jenkins/plugins/datadog/util/TagsUtil.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/clients/DatadogClientStub.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildAbortedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildFinishedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/BuildStartedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerLaunchFailedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerOfflineEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ComputerOnlineEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ConfigChangedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemCRUDEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemCopiedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/ItemLocationChangedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/SCMCheckoutCompletedEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/events/UserAuthenticationEventTest.java
M 
src/test/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListenerTest.java
A 
src/test/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListenerTestWrapper.java
A src/test/java/org/datadog/jenkins/plugins/datadog/stubs/BuildStub.java
A src/test/java/org/datadog/jenkins/plugins/datadog/stubs/ProjectStub.java
A src/test/java/org/datadog/jenkins/plugins/datadog/stubs/QueueStub.java

  Log Message:
  ---
  add jenkinsfile and fix spotbugs issues (#12)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/master/5fb70f-f31594%40github.com.


[jenkinsci/datadog-plugin]

2020-01-16 Thread Gregory Zussa
  Branch: refs/heads/gzu/jenkinsfile
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/jenkinsfile/b51ee6-00%40github.com.


[jenkinsci/datadog-plugin]

2020-01-16 Thread Gregory Zussa
  Branch: refs/heads/gzu/npe
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/npe/00-f31594%40github.com.


[jenkinsci/datadog-plugin] d7bcd4: fix null pointer exception

2020-01-16 Thread Gregory Zussa
  Branch: refs/heads/gzu/npe
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: d7bcd49342c241581a38b44e08002841113e9b76
  
https://github.com/jenkinsci/datadog-plugin/commit/d7bcd49342c241581a38b44e08002841113e9b76
  Author: Gregory 
  Date:   2020-01-16 (Thu, 16 Jan 2020)

  Changed paths:
M pom.xml
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/ClientFactory.java

  Log Message:
  ---
  fix null pointer exception


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/npe/f31594-d7bcd4%40github.com.


[jenkinsci/datadog-plugin] 35d981: fix null pointer exception (#17)

2020-01-16 Thread Gregory Zussa
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 35d981bbed7e3b2a6cf69016234698032aab5eef
  
https://github.com/jenkinsci/datadog-plugin/commit/35d981bbed7e3b2a6cf69016234698032aab5eef
  Author: Gregory Zussa 
  Date:   2020-01-16 (Thu, 16 Jan 2020)

  Changed paths:
M pom.xml
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/ClientFactory.java

  Log Message:
  ---
  fix null pointer exception (#17)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/master/f31594-35d981%40github.com.


[jenkinsci/datadog-plugin]

2020-01-16 Thread Gregory Zussa
  Branch: refs/heads/gzu/npe
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/npe/d7bcd4-00%40github.com.


[jenkinsci/datadog-plugin] 582b2e: Update CONTRIBUTING.md

2020-01-18 Thread Gregory Zussa
  Branch: refs/heads/gzu/update_doc
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 582b2e97ea6171ed35d628f2da729497c42b4333
  
https://github.com/jenkinsci/datadog-plugin/commit/582b2e97ea6171ed35d628f2da729497c42b4333
  Author: Gregory Zussa 
  Date:   2020-01-18 (Sat, 18 Jan 2020)

  Changed paths:
M CONTRIBUTING.md

  Log Message:
  ---
  Update CONTRIBUTING.md


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/update_doc/00-582b2e%40github.com.


[jenkinsci/datadog-plugin]

2020-01-18 Thread Gregory Zussa
  Branch: refs/heads/gzu/update_doc
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/update_doc/582b2e-00%40github.com.


[jenkinsci/datadog-plugin] ce1dcc: Update CONTRIBUTING.md (#18)

2020-01-18 Thread Gregory Zussa
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: ce1dcc0d2a886221467b0934b7df0da2be936284
  
https://github.com/jenkinsci/datadog-plugin/commit/ce1dcc0d2a886221467b0934b7df0da2be936284
  Author: Gregory Zussa 
  Date:   2020-01-18 (Sat, 18 Jan 2020)

  Changed paths:
M CONTRIBUTING.md

  Log Message:
  ---
  Update CONTRIBUTING.md (#18)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/master/35d981-ce1dcc%40github.com.


[jenkinsci/datadog-plugin] 39c80e: Update CODEOWNERS

2020-01-20 Thread Gregory Zussa
  Branch: refs/heads/gzu/add_codeowners_individuals
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 39c80ee460b11641bb448e268e800d35bb239fd2
  
https://github.com/jenkinsci/datadog-plugin/commit/39c80ee460b11641bb448e268e800d35bb239fd2
  Author: Gregory Zussa 
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
M .github/CODEOWNERS

  Log Message:
  ---
  Update CODEOWNERS


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/add_codeowners_individuals/00-39c80e%40github.com.


[jenkinsci/datadog-plugin]

2020-01-20 Thread Gregory Zussa
  Branch: refs/heads/gzu/prepare_1.0.1_release
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/prepare_1.0.1_release/00-ce1dcc%40github.com.


[jenkinsci/datadog-plugin] 6108ce: Prepare 1.0.1 release

2020-01-20 Thread Gregory Zussa
  Branch: refs/heads/gzu/prepare_1.0.1_release
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 6108cedcda1a660b62935ebcfc5dc188b8421082
  
https://github.com/jenkinsci/datadog-plugin/commit/6108cedcda1a660b62935ebcfc5dc188b8421082
  Author: Gregory 
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Prepare 1.0.1 release


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/prepare_1.0.1_release/ce1dcc-6108ce%40github.com.


[jenkinsci/datadog-plugin] ae2652: Update readme

2020-01-20 Thread Gregory Zussa
  Branch: refs/heads/gzu/prepare_1.0.1_release
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: ae265239f1ce158f0bac9a2c5b0fb574c9c2a7e9
  
https://github.com/jenkinsci/datadog-plugin/commit/ae265239f1ce158f0bac9a2c5b0fb574c9c2a7e9
  Author: Gregory 
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Update readme


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/prepare_1.0.1_release/6108ce-ae2652%40github.com.


[jenkinsci/datadog-plugin] aa9fc7: remove references to the datadog repo

2020-01-20 Thread Gregory Zussa
  Branch: refs/heads/gzu/prepare_1.0.1_release
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: aa9fc771946a3a229805a3ce0d5ea8c684e9d4d8
  
https://github.com/jenkinsci/datadog-plugin/commit/aa9fc771946a3a229805a3ce0d5ea8c684e9d4d8
  Author: Gregory 
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
M CONTRIBUTING.md
M DEVELOPMENT.md
M README.md

  Log Message:
  ---
  remove references to the datadog repo


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/prepare_1.0.1_release/ae2652-aa9fc7%40github.com.


[jenkinsci/datadog-plugin] 7a2275: incorporate feedback

2020-01-20 Thread Gregory Zussa
  Branch: refs/heads/gzu/prepare_1.0.1_release
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 7a227540508682ba39eb178f11954a486c456f82
  
https://github.com/jenkinsci/datadog-plugin/commit/7a227540508682ba39eb178f11954a486c456f82
  Author: Gregory 
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  incorporate feedback


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/prepare_1.0.1_release/aa9fc7-7a2275%40github.com.


[jenkinsci/datadog-plugin]

2020-01-20 Thread Gregory Zussa
  Branch: refs/heads/gzu/add_codeowners_individuals
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/add_codeowners_individuals/39c80e-00%40github.com.


[jenkinsci/datadog-plugin] c4e652: Update CODEOWNERS (#19)

2020-01-20 Thread Gregory Zussa
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: c4e652038a2a7ace2dd481968127cbd96a4fc82e
  
https://github.com/jenkinsci/datadog-plugin/commit/c4e652038a2a7ace2dd481968127cbd96a4fc82e
  Author: Gregory Zussa 
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
M .github/CODEOWNERS

  Log Message:
  ---
  Update CODEOWNERS (#19)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/master/ce1dcc-c4e652%40github.com.


[jenkinsci/datadog-plugin] de2a78: incorporate feedback

2020-01-20 Thread Gregory Zussa
  Branch: refs/heads/gzu/prepare_1.0.1_release
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: de2a78057476a292c279759f5f73defaca8e6a23
  
https://github.com/jenkinsci/datadog-plugin/commit/de2a78057476a292c279759f5f73defaca8e6a23
  Author: Gregory 
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  incorporate feedback


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/prepare_1.0.1_release/7a2275-de2a78%40github.com.


[jenkinsci/datadog-plugin] 63c591: typo fix

2020-01-20 Thread Gregory Zussa
  Branch: refs/heads/gzu/prepare_1.0.1_release
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 63c591b37abbb1cf253c1827b1a60fbc98096e46
  
https://github.com/jenkinsci/datadog-plugin/commit/63c591b37abbb1cf253c1827b1a60fbc98096e46
  Author: Gregory 
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  typo fix


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/prepare_1.0.1_release/de2a78-63c591%40github.com.


[jenkinsci/datadog-plugin] 06a1e7: Prepare 1.0.1 release (#20)

2020-01-20 Thread Gregory Zussa
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 06a1e7e6b220dcef827839af19241e7fa68e74ba
  
https://github.com/jenkinsci/datadog-plugin/commit/06a1e7e6b220dcef827839af19241e7fa68e74ba
  Author: Gregory Zussa 
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
M CHANGELOG.md
M CONTRIBUTING.md
M DEVELOPMENT.md
M README.md

  Log Message:
  ---
  Prepare 1.0.1 release (#20)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/master/c4e652-06a1e7%40github.com.


[jenkinsci/datadog-plugin]

2020-01-20 Thread Gregory Zussa
  Branch: refs/heads/gzu/prepare_1.0.1_release
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/prepare_1.0.1_release/63c591-00%40github.com.


[jenkinsci/datadog-plugin]

2020-01-20 Thread Gregory Zussa
  Branch: refs/tags/datadog-1.0.1
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/tags/datadog-1.0.1/00-e1499e%40github.com.


[jenkinsci/datadog-plugin] dde11d: [maven-release-plugin] prepare release datadog-1.0.1

2020-01-20 Thread Gregory Zussa
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: dde11d0b2a36b2b375c8e4be9501b3b92a44
  
https://github.com/jenkinsci/datadog-plugin/commit/dde11d0b2a36b2b375c8e4be9501b3b92a44
  Author: Gregory 
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release datadog-1.0.1


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/master/06a1e7-dde11d%40github.com.


[jenkinsci/datadog-plugin] 82b38a: [maven-release-plugin] prepare for next developmen...

2020-01-20 Thread Gregory Zussa
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 82b38a427aca4fb51bd2147c80b00423281ee246
  
https://github.com/jenkinsci/datadog-plugin/commit/82b38a427aca4fb51bd2147c80b00423281ee246
  Author: Gregory 
  Date:   2020-01-20 (Mon, 20 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/master/dde11d-82b38a%40github.com.


[jenkinsci/datadog-plugin]

2020-01-22 Thread Gregory Zussa
  Branch: refs/heads/gzu/severe_exceptions
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/severe_exceptions/00-82b38a%40github.com.


[jenkinsci/datadog-plugin] cbf596: improve logging

2020-01-22 Thread Gregory Zussa
  Branch: refs/heads/gzu/severe_exceptions
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: cbf59640113264bf64dc9528b8d001e46a1ccfde
  
https://github.com/jenkinsci/datadog-plugin/commit/cbf59640113264bf64dc9528b8d001e46a1ccfde
  Author: Gregory 
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
A settings.xml
M 
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration.java
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogJobProperty.java
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DogStatsDClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogComputerListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogItemListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogSCMListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogSaveableListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogSecurityListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogComputerPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogCountersPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogJenkinsPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogQueuePublisher.java

  Log Message:
  ---
  improve logging


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/severe_exceptions/82b38a-cbf596%40github.com.


[jenkinsci/datadog-plugin] 19c1bb: factorizing

2020-01-22 Thread Gregory Zussa
  Branch: refs/heads/gzu/severe_exceptions
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 19c1bb8436dd5b3c00df3807f8ce02a0119a9fcf
  
https://github.com/jenkinsci/datadog-plugin/commit/19c1bb8436dd5b3c00df3807f8ce02a0119a9fcf
  Author: Gregory 
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration.java
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogJobProperty.java
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DogStatsDClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogComputerListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogItemListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogSCMListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogSaveableListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogSecurityListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogComputerPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogCountersPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogJenkinsPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogQueuePublisher.java

  Log Message:
  ---
  factorizing


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/severe_exceptions/cbf596-19c1bb%40github.com.


[jenkinsci/datadog-plugin] 43c580: factorizing

2020-01-22 Thread Gregory Zussa
  Branch: refs/heads/gzu/severe_exceptions
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 43c580a6f7e6c4c647912742f29173d703a240f7
  
https://github.com/jenkinsci/datadog-plugin/commit/43c580a6f7e6c4c647912742f29173d703a240f7
  Author: Gregory 
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java

  Log Message:
  ---
  factorizing


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/severe_exceptions/19c1bb-43c580%40github.com.


[jenkinsci/datadog-plugin] 9831e7: Exception Logging improvements (#24)

2020-01-22 Thread Gregory Zussa
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 9831e7301483804a87df2028d262406226c1c70c
  
https://github.com/jenkinsci/datadog-plugin/commit/9831e7301483804a87df2028d262406226c1c70c
  Author: Gregory Zussa 
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
A settings.xml
M 
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration.java
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogJobProperty.java
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DogStatsDClient.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogComputerListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogItemListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogSCMListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogSaveableListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogSecurityListener.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogComputerPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogCountersPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogJenkinsPublisher.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogQueuePublisher.java

  Log Message:
  ---
  Exception Logging improvements (#24)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/master/2027e5-9831e7%40github.com.


[jenkinsci/datadog-plugin]

2020-01-22 Thread Gregory Zussa
  Branch: refs/heads/gzu/severe_exceptions
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/severe_exceptions/43c580-00%40github.com.


[jenkinsci/datadog-plugin] f6dc17: Delete settings.xml

2020-01-22 Thread Gregory Zussa
  Branch: refs/heads/gzu/delete_settings
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: f6dc17862d468f3b1bcca9c316deaea32aac4740
  
https://github.com/jenkinsci/datadog-plugin/commit/f6dc17862d468f3b1bcca9c316deaea32aac4740
  Author: Gregory Zussa 
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
R settings.xml

  Log Message:
  ---
  Delete settings.xml


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/delete_settings/00-f6dc17%40github.com.


[jenkinsci/datadog-plugin] 832f8e: Delete settings.xml (#25)

2020-01-22 Thread Gregory Zussa
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 832f8e95e0719e63d41a63f0a6c419d919c72102
  
https://github.com/jenkinsci/datadog-plugin/commit/832f8e95e0719e63d41a63f0a6c419d919c72102
  Author: Gregory Zussa 
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
R settings.xml

  Log Message:
  ---
  Delete settings.xml (#25)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/master/9831e7-832f8e%40github.com.


[jenkinsci/datadog-plugin]

2020-01-22 Thread Gregory Zussa
  Branch: refs/heads/gzu/delete_settings
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/delete_settings/f6dc17-00%40github.com.


[jenkinsci/datadog-plugin]

2020-01-22 Thread Gregory Zussa
  Branch: refs/heads/gzu/clean_pom
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/clean_pom/00-832f8e%40github.com.


[jenkinsci/datadog-plugin] 110eb0: clean pom

2020-01-22 Thread Gregory Zussa
  Branch: refs/heads/gzu/clean_pom
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 110eb0419be762d47c00784eac1225dc81893880
  
https://github.com/jenkinsci/datadog-plugin/commit/110eb0419be762d47c00784eac1225dc81893880
  Author: Gregory 
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  clean pom


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/clean_pom/832f8e-110eb0%40github.com.


[jenkinsci/datadog-plugin] 163751: clean pom

2020-01-22 Thread Gregory Zussa
  Branch: refs/heads/gzu/clean_pom
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 1637516f734300b118c1056fb7c2095e9c7b6f79
  
https://github.com/jenkinsci/datadog-plugin/commit/1637516f734300b118c1056fb7c2095e9c7b6f79
  Author: Gregory 
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  clean pom


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/clean_pom/110eb0-163751%40github.com.


[jenkinsci/datadog-plugin]

2020-01-22 Thread Gregory Zussa
  Branch: refs/heads/gzu/clean_pom
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/clean_pom/163751-00%40github.com.


[jenkinsci/datadog-plugin] 79bcb3: Clean pom (#26)

2020-01-22 Thread Gregory Zussa
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 79bcb3bef53e09fe3e5554ddd62b8a7ae48fb66d
  
https://github.com/jenkinsci/datadog-plugin/commit/79bcb3bef53e09fe3e5554ddd62b8a7ae48fb66d
  Author: Gregory Zussa 
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Clean pom (#26)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/master/832f8e-79bcb3%40github.com.


[jenkinsci/datadog-plugin]

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/gzu/update_doc
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/update_doc/00-97caff%40github.com.


[jenkinsci/datadog-plugin] 2331f5: Update Doc

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/gzu/update_doc
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 2331f5e3f71d4a9c48c1ec4146ba184cd9c27310
  
https://github.com/jenkinsci/datadog-plugin/commit/2331f5e3f71d4a9c48c1ec4146ba184cd9c27310
  Author: Gregory 
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
M DEVELOPMENT.md
M README.md
M RELEASING.md

  Log Message:
  ---
  Update Doc


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/update_doc/97caff-2331f5%40github.com.


[jenkinsci/datadog-plugin]

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/gzu/update_doc
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/update_doc/2331f5-00%40github.com.


[jenkinsci/datadog-plugin] d90aac: Update Doc (#28)

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: d90aac2f9b84bced46240254aad65f570123b06e
  
https://github.com/jenkinsci/datadog-plugin/commit/d90aac2f9b84bced46240254aad65f570123b06e
  Author: Gregory Zussa 
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
M DEVELOPMENT.md
M README.md
M RELEASING.md

  Log Message:
  ---
  Update Doc (#28)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/master/97caff-d90aac%40github.com.


[jenkinsci/datadog-plugin]

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/gzu/sc_tags
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/sc_tags/00-d90aac%40github.com.


[jenkinsci/datadog-plugin] 429cb5: fix missing tags on service checks submission

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/gzu/sc_tags
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 429cb50fb1455c2ece08800a6965f2a7f618f115
  
https://github.com/jenkinsci/datadog-plugin/commit/429cb50fb1455c2ece08800a6965f2a7f618f115
  Author: Gregory 
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java

  Log Message:
  ---
  fix missing tags on service checks submission


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/sc_tags/d90aac-429cb5%40github.com.


[jenkinsci/datadog-plugin]

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/gzu/sc_tags
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/sc_tags/429cb5-00%40github.com.


[jenkinsci/datadog-plugin] 994fd8: fix missing tags on service checks submission (#30)

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 994fd890a958471af3abb7f53dbeeed18f1a
  
https://github.com/jenkinsci/datadog-plugin/commit/994fd890a958471af3abb7f53dbeeed18f1a
  Author: Gregory Zussa 
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java

  Log Message:
  ---
  fix missing tags on service checks submission (#30)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/master/d90aac-994fd8%40github.com.


[jenkinsci/datadog-plugin]

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/gzu/changlog_instructions
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/changlog_instructions/00-994fd8%40github.com.


[jenkinsci/datadog-plugin] b0ea56: Add back changelogs instructions

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/gzu/changlog_instructions
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: b0ea56f9b6ec5216424529caa022d679336ca189
  
https://github.com/jenkinsci/datadog-plugin/commit/b0ea56f9b6ec5216424529caa022d679336ca189
  Author: Gregory 
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
M RELEASING.md

  Log Message:
  ---
  Add back changelogs instructions


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/changlog_instructions/994fd8-b0ea56%40github.com.


[jenkinsci/datadog-plugin] 9e1fef: Add back changelogs instructions

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/gzu/changlog_instructions
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 9e1fef3e76b71ca03bb6b2de0d8bca928928b8ff
  
https://github.com/jenkinsci/datadog-plugin/commit/9e1fef3e76b71ca03bb6b2de0d8bca928928b8ff
  Author: Gregory 
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
M RELEASING.md

  Log Message:
  ---
  Add back changelogs instructions


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/changlog_instructions/b0ea56-9e1fef%40github.com.


[jenkinsci/datadog-plugin] 645948: Revert "fix missing tags on service checks submiss...

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/revert-30-gzu/sc_tags
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 645948d9bda6dc1ff30d28a53e05ada0802d86bd
  
https://github.com/jenkinsci/datadog-plugin/commit/645948d9bda6dc1ff30d28a53e05ada0802d86bd
  Author: Gregory Zussa 
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/clients/DatadogHttpClient.java

  Log Message:
  ---
  Revert "fix missing tags on service checks submission (#30)"

This reverts commit 994fd890a958471af3abb7f53dbeeed18f1a.


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/revert-30-gzu/sc_tags/00-645948%40github.com.


[jenkinsci/datadog-plugin]

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/revert-30-gzu/sc_tags
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/revert-30-gzu/sc_tags/645948-00%40github.com.


[jenkinsci/datadog-plugin] 418c7a: Add back changelogs instructions (#31)

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 418c7ab8edc54a62aaf230fe63d253abba659d1a
  
https://github.com/jenkinsci/datadog-plugin/commit/418c7ab8edc54a62aaf230fe63d253abba659d1a
  Author: Gregory Zussa 
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
M RELEASING.md

  Log Message:
  ---
  Add back changelogs instructions (#31)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/master/994fd8-418c7a%40github.com.


[jenkinsci/datadog-plugin]

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/gzu/changlog_instructions
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/changlog_instructions/9e1fef-00%40github.com.


[jenkinsci/datadog-plugin]

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/gzu/fixing_ci
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/fixing_ci/00-418c7a%40github.com.


[jenkinsci/datadog-plugin] 4182c7: Fixing CI

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/gzu/fixing_ci
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 4182c7812a040a55a8a19346e8306f4fce094529
  
https://github.com/jenkinsci/datadog-plugin/commit/4182c7812a040a55a8a19346e8306f4fce094529
  Author: Gregory 
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fixing CI


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/fixing_ci/418c7a-4182c7%40github.com.


[jenkinsci/datadog-plugin]

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/gzu/fixing_ci
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/fixing_ci/4182c7-00%40github.com.


[jenkinsci/datadog-plugin] 56f6fa: Fixing CI (#32)

2020-01-23 Thread Gregory Zussa
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 56f6fa2203befcd4e9e053ca27b9c84a6ccfc354
  
https://github.com/jenkinsci/datadog-plugin/commit/56f6fa2203befcd4e9e053ca27b9c84a6ccfc354
  Author: Gregory Zussa 
  Date:   2020-01-23 (Thu, 23 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fixing CI (#32)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/master/418c7a-56f6fa%40github.com.


[jenkinsci/datadog-plugin] b8475d: Update RELEASING.md

2020-01-24 Thread Gregory Zussa
  Branch: refs/heads/gzu/update_release_instructions
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: b8475d235ccd81880aa42776b3bc4b2d0132ec9f
  
https://github.com/jenkinsci/datadog-plugin/commit/b8475d235ccd81880aa42776b3bc4b2d0132ec9f
  Author: Gregory Zussa 
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
M RELEASING.md

  Log Message:
  ---
  Update RELEASING.md


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/update_release_instructions/00-b8475d%40github.com.


[jenkinsci/datadog-plugin] 465774: incorporate feedback

2020-01-24 Thread Gregory Zussa
  Branch: refs/heads/gzu/update_release_instructions
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 465774304b1b1ea4c91722f0842361de0a30ce39
  
https://github.com/jenkinsci/datadog-plugin/commit/465774304b1b1ea4c91722f0842361de0a30ce39
  Author: Gregory 
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
M RELEASING.md

  Log Message:
  ---
  incorporate feedback


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/update_release_instructions/b8475d-465774%40github.com.


[jenkinsci/datadog-plugin] 7e7028: incorporate feedback

2020-01-24 Thread Gregory Zussa
  Branch: refs/heads/gzu/update_release_instructions
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 7e7028b3b978068741bddb92947618a92571c892
  
https://github.com/jenkinsci/datadog-plugin/commit/7e7028b3b978068741bddb92947618a92571c892
  Author: Gregory 
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
M RELEASING.md

  Log Message:
  ---
  incorporate feedback


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/update_release_instructions/465774-7e7028%40github.com.


[jenkinsci/datadog-plugin]

2020-01-24 Thread Gregory Zussa
  Branch: refs/heads/gzu/update_release_instructions
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/update_release_instructions/7e7028-00%40github.com.


[jenkinsci/datadog-plugin] 9a0b2e: Update RELEASING.md (#33)

2020-01-24 Thread Gregory Zussa
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 9a0b2e16d43a327998287f0f245ece9f7261d9b4
  
https://github.com/jenkinsci/datadog-plugin/commit/9a0b2e16d43a327998287f0f245ece9f7261d9b4
  Author: Gregory Zussa 
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
M RELEASING.md

  Log Message:
  ---
  Update RELEASING.md (#33)


-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/master/56f6fa-9a0b2e%40github.com.


[jenkinsci/datadog-plugin]

2020-01-24 Thread Gregory Zussa
  Branch: refs/heads/gzu/3rd_licenses
  Home:   https://github.com/jenkinsci/datadog-plugin

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/gzu/3rd_licenses/00-9a0b2e%40github.com.


  1   2   3   >