[jenkinsci/change-assembly-version-plugin] 3d39d8: Fix bug https://issues.jenkins-ci.org/browse/JENKI...

2019-05-09 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/change-assembly-version-plugin
  Commit: 3d39d851039e481077e03117ab7280ab34c39673
  
https://github.com/jenkinsci/change-assembly-version-plugin/commit/3d39d851039e481077e03117ab7280ab34c39673
  Author: kevenli 
  Date:   2019-04-26 (Fri, 26 Apr 2019)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/changeassemblyversion/ChangeTools.java

  Log Message:
  ---
  Fix bug https://issues.jenkins-ci.org/browse/JENKINS-36375, support BOM 
encoding of AssemblyInfo.cs file


  Commit: 5d140d41ff46b512f4c59028369d8facfc2abf22
  
https://github.com/jenkinsci/change-assembly-version-plugin/commit/5d140d41ff46b512f4c59028369d8facfc2abf22
  Author: kevenli 
  Date:   2019-04-29 (Mon, 29 Apr 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/changeassemblyversion/ChangeTools.java

  Log Message:
  ---
  change according java code style


  Commit: cf28bea3cae608ac1e72d49e9405c745f091e013
  
https://github.com/jenkinsci/change-assembly-version-plugin/commit/cf28bea3cae608ac1e72d49e9405c745f091e013
  Author: kevenli 
  Date:   2019-04-29 (Mon, 29 Apr 2019)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/changeassemblyversion/ReplacementsTest.java

  Log Message:
  ---
  add BOM tests


  Commit: 65d677ae275f0c94130068da9332160c760fbed7
  
https://github.com/jenkinsci/change-assembly-version-plugin/commit/65d677ae275f0c94130068da9332160c760fbed7
  Author: kevenli 
  Date:   2019-04-29 (Mon, 29 Apr 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/changeassemblyversion/ChangeTools.java

  Log Message:
  ---
  read file with IOUtils


  Commit: 16a83da779787eb5d2dc7c8bd3ec2ba3c1676d64
  
https://github.com/jenkinsci/change-assembly-version-plugin/commit/16a83da779787eb5d2dc7c8bd3ec2ba3c1676d64
  Author: kevenli 
  Date:   2019-04-29 (Mon, 29 Apr 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  change package version back


  Commit: dd953a92a1ec92cd18cc34bf7d5ea78e737d7aa6
  
https://github.com/jenkinsci/change-assembly-version-plugin/commit/dd953a92a1ec92cd18cc34bf7d5ea78e737d7aa6
  Author: kevenli 
  Date:   2019-05-09 (Thu, 09 May 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/changeassemblyversion/ChangeTools.java
M 
src/test/java/org/jenkinsci/plugins/changeassemblyversion/ReplacementsTest.java

  Log Message:
  ---
  explicitly import classes


  Commit: 55b27436646417a3cae98ac9cd3997c6645f15f6
  
https://github.com/jenkinsci/change-assembly-version-plugin/commit/55b27436646417a3cae98ac9cd3997c6645f15f6
  Author: kevenli 
  Date:   2019-05-09 (Thu, 09 May 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/changeassemblyversion/ChangeTools.java

  Log Message:
  ---
  put the close file code into try/finally block to make sure the file closed.


  Commit: 05800f55cea009fc7fb6452d0698392348d5a630
  
https://github.com/jenkinsci/change-assembly-version-plugin/commit/05800f55cea009fc7fb6452d0698392348d5a630
  Author: Alex Earl 
  Date:   2019-05-09 (Thu, 09 May 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/changeassemblyversion/ChangeTools.java
M 
src/test/java/org/jenkinsci/plugins/changeassemblyversion/ReplacementsTest.java

  Log Message:
  ---
  Merge pull request #18 from kevenli/master

Fix bug https://issues.jenkins-ci.org/browse/JENKINS-36375


Compare: 
https://github.com/jenkinsci/change-assembly-version-plugin/compare/512202fdc1f7...05800f55cea0

-- 
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/change-assembly-version-plugin/push/refs/heads/master/512202-05800f%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] c052b2: Bumping jsoup to get over the XSS present in <=1.8.3

2019-05-16 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: c052b2cf4609a198e43c6f8c50084e77bfd92263
  
https://github.com/jenkinsci/email-ext-plugin/commit/c052b2cf4609a198e43c6f8c50084e77bfd92263
  Author: Fred Blaise 
  Date:   2019-05-16 (Thu, 16 May 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bumping jsoup to get over the XSS present in <=1.8.3


  Commit: 11bd5c136e4fb640adb2e3c567adc5a8d374541a
  
https://github.com/jenkinsci/email-ext-plugin/commit/11bd5c136e4fb640adb2e3c567adc5a8d374541a
  Author: Alex Earl 
  Date:   2019-05-16 (Thu, 16 May 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #185 from madchap/bump-jsoup-up

Bumping jsoup to get over the XSS present in <=1.8.3


Compare: 
https://github.com/jenkinsci/email-ext-plugin/compare/21fbd4026658...11bd5c136e4f

-- 
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/email-ext-plugin/push/refs/heads/master/21fbd4-11bd5c%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/nunit-plugin] e0bef6: Fix parallel publishing of NUnit test results

2019-05-28 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nunit-plugin
  Commit: e0bef61a3f7565175e98795e2f8f18e95a7cffef
  
https://github.com/jenkinsci/nunit-plugin/commit/e0bef61a3f7565175e98795e2f8f18e95a7cffef
  Author: Aliaksei Savanchuk 
  Date:   2019-05-23 (Thu, 23 May 2019)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/nunit/NUnitArchiver.java
M src/main/java/hudson/plugins/nunit/NUnitPublisher.java
M src/test/java/hudson/plugins/nunit/NUnitArchiverTest.java
M src/test/java/hudson/plugins/nunit/NUnitPublisherTest.java
A src/test/resources/hudson/plugins/nunit/NUnit-correct.xml
A src/test/resources/hudson/plugins/nunit/NUnit-correct2.xml
A src/test/resources/hudson/plugins/nunit/NUnit-correct3.xml

  Log Message:
  ---
  Fix parallel publishing of NUnit test results

Before this change if you try to publish test results in parallel it
would probably make something wrong - add two test result actions,
overwrite the existing test results, messing junit temporary reports.
Changed this to be able to process reports in parallel. Applied the
similar change as was applied in the JUnit plugin.
https://github.com/jenkinsci/junit-plugin/commit/3fd230f488f85a1094f34a5e5143c69c00ff59ce


  Commit: 2aad924484fae04753b216921551fab16637e3b6
  
https://github.com/jenkinsci/nunit-plugin/commit/2aad924484fae04753b216921551fab16637e3b6
  Author: Alex Earl 
  Date:   2019-05-28 (Tue, 28 May 2019)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/nunit/NUnitArchiver.java
M src/main/java/hudson/plugins/nunit/NUnitPublisher.java
M src/test/java/hudson/plugins/nunit/NUnitArchiverTest.java
M src/test/java/hudson/plugins/nunit/NUnitPublisherTest.java
A src/test/resources/hudson/plugins/nunit/NUnit-correct.xml
A src/test/resources/hudson/plugins/nunit/NUnit-correct2.xml
A src/test/resources/hudson/plugins/nunit/NUnit-correct3.xml

  Log Message:
  ---
  Merge pull request #20 from tempora-mutantur/master

Fix parallel publishing of NUnit test results


Compare: 
https://github.com/jenkinsci/nunit-plugin/compare/c944f9105e91...2aad924484fa

-- 
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/nunit-plugin/push/refs/heads/master/c944f9-2aad92%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/nunit-plugin] a90f0c: [maven-release-plugin] prepare release nunit-0.25

2019-06-07 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nunit-plugin
  Commit: a90f0c9b75d70475eb18e4e776878c6e6ae948d1
  
https://github.com/jenkinsci/nunit-plugin/commit/a90f0c9b75d70475eb18e4e776878c6e6ae948d1
  Author: Alex Earl 
  Date:   2019-06-07 (Fri, 07 Jun 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release nunit-0.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/nunit-plugin/push/refs/heads/master/2aad92-a90f0c%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/nunit-plugin]

2019-06-07 Thread Alex Earl
  Branch: refs/tags/nunit-0.25
  Home:   https://github.com/jenkinsci/nunit-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/nunit-plugin/push/refs/tags/nunit-0.25/00-fb14f8%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/nunit-plugin] 3f06dd: [maven-release-plugin] prepare for next developmen...

2019-06-07 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nunit-plugin
  Commit: 3f06dd9cf3fcb6427788839ef069b1a949bca304
  
https://github.com/jenkinsci/nunit-plugin/commit/3f06dd9cf3fcb6427788839ef069b1a949bca304
  Author: Alex Earl 
  Date:   2019-06-07 (Fri, 07 Jun 2019)

  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/nunit-plugin/push/refs/heads/master/a90f0c-3f06dd%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/token-macro-plugin] 06a5e6: Test building on the ACI

2019-06-12 Thread Alex Earl
  Branch: refs/heads/aci_test
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 06a5e6eddb588b91a11b56406f39906b8d704c20
  
https://github.com/jenkinsci/token-macro-plugin/commit/06a5e6eddb588b91a11b56406f39906b8d704c20
  Author: Alex Earl 
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Test building on the ACI


-- 
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/token-macro-plugin/push/refs/heads/aci_test/00-06a5e6%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/token-macro-plugin] 134fc3: Fix incorrect setup

2019-06-12 Thread Alex Earl
  Branch: refs/heads/aci_test
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 134fc34e9926ef73cb8684b1086fc10bb40119a3
  
https://github.com/jenkinsci/token-macro-plugin/commit/134fc34e9926ef73cb8684b1086fc10bb40119a3
  Author: Alex Earl 
  Date:   2019-06-12 (Wed, 12 Jun 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Fix incorrect setup


-- 
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/token-macro-plugin/push/refs/heads/aci_test/06a5e6-134fc3%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] 6ce88b: Fix typos

2019-07-07 Thread Alex Earl
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/email-ext-plugin

  Commit: 6ce88bbc96127288a2ac6195ba12241d42e461f9

  
https://github.com/jenkinsci/email-ext-plugin/commit/6ce88bbc96127288a2ac6195ba12241d42e461f9

  Author: René Scheibe 

  Date:   2019-07-07 (Sun, 07 Jul 2019)



  Changed paths:

M src/main/java/hudson/plugins/emailext/EmailExtTemplateAction.java

M src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java

M 
src/main/resources/hudson/plugins/emailext/templates/groovy-html-larry.html

M src/test/java/hudson/plugins/emailext/EmailTypeTest.java



  Log Message:

  ---

  Fix typos





  Commit: 14b653c592b59c7b02b50cdbbe76937c8cd70548

  
https://github.com/jenkinsci/email-ext-plugin/commit/14b653c592b59c7b02b50cdbbe76937c8cd70548

  Author: Alex Earl 

  Date:   2019-07-07 (Sun, 07 Jul 2019)



  Changed paths:

M src/main/java/hudson/plugins/emailext/EmailExtTemplateAction.java

M src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java

M 
src/main/resources/hudson/plugins/emailext/templates/groovy-html-larry.html

M src/test/java/hudson/plugins/emailext/EmailTypeTest.java



  Log Message:

  ---

  Merge pull request #189 from darxriggs/fix-typos



Fix typos





Compare: 
https://github.com/jenkinsci/email-ext-plugin/compare/11bd5c136e4f...14b653c592b5

-- 
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/email-ext-plugin/push/refs/heads/master/11bd5c-14b653%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] 714fc7: Fix small syntax issues in HTML files

2019-07-07 Thread Alex Earl
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/email-ext-plugin

  Commit: 714fc73a6e79efe1c69f32f2384fa632cc213210

  
https://github.com/jenkinsci/email-ext-plugin/commit/714fc73a6e79efe1c69f32f2384fa632cc213210

  Author: René Scheibe 

  Date:   2019-07-07 (Sun, 07 Jul 2019)



  Changed paths:

M src/main/webapp/help/globalConfig/defaultPostsendScript.html

M src/main/webapp/help/globalConfig/listId_zh_TW.html

M src/main/webapp/help/globalConfig/precedenceBulk_zh_TW.html

M src/main/webapp/help/projectConfig/postsendScript.html



  Log Message:

  ---

  Fix small syntax issues in HTML files





  Commit: 368e2fc9d924b20b5324e9ba91960a114d54161c

  
https://github.com/jenkinsci/email-ext-plugin/commit/368e2fc9d924b20b5324e9ba91960a114d54161c

  Author: Alex Earl 

  Date:   2019-07-07 (Sun, 07 Jul 2019)



  Changed paths:

M src/main/webapp/help/globalConfig/defaultPostsendScript.html

M src/main/webapp/help/globalConfig/listId_zh_TW.html

M src/main/webapp/help/globalConfig/precedenceBulk_zh_TW.html

M src/main/webapp/help/projectConfig/postsendScript.html



  Log Message:

  ---

  Merge pull request #190 from darxriggs/fix-html-files



Fix small syntax issues in HTML files





Compare: 
https://github.com/jenkinsci/email-ext-plugin/compare/14b653c592b5...368e2fc9d924

-- 
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/email-ext-plugin/push/refs/heads/master/14b653-368e2f%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] a58f8c: Don't use Jenkins.getActiveInstance() anymore

2019-07-08 Thread Alex Earl
 2019-07-07 (Sun, 07 Jul 2019)



  Changed paths:

M src/test/java/hudson/plugins/emailext/EmailExtStepTest.java



  Log Message:

  ---

  Replace deprecated version of CpsFlowDefinition()



The extra parameter defines if to run inside the sandbox or not.





  Commit: 59400618ae8ebde3f3a1cacdbd30fad3df7b7fbd

  
https://github.com/jenkinsci/email-ext-plugin/commit/59400618ae8ebde3f3a1cacdbd30fad3df7b7fbd

  Author: René Scheibe 

  Date:   2019-07-07 (Sun, 07 Jul 2019)



  Changed paths:

M src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherTest.java



  Log Message:

  ---

  Replace deprecated UserCause





  Commit: 8d7719de10a564d9c1860ef8d08152b68bf47f3e

  
https://github.com/jenkinsci/email-ext-plugin/commit/8d7719de10a564d9c1860ef8d08152b68bf47f3e

  Author: Alex Earl 

  Date:   2019-07-08 (Mon, 08 Jul 2019)



  Changed paths:

M src/main/java/hudson/plugins/emailext/EmailExtStep.java

M src/main/java/hudson/plugins/emailext/EmailExtTemplateAction.java

M src/main/java/hudson/plugins/emailext/EmailRecipientUtils.java

M src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java

M 
src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java

M src/main/java/hudson/plugins/emailext/GroovyTemplateConfig.java

M src/main/java/hudson/plugins/emailext/JellyTemplateConfig.java

M src/main/java/hudson/plugins/emailext/RecipientListStringAnalyser.java

M src/main/java/hudson/plugins/emailext/plugins/ContentBuilder.java

M src/main/java/hudson/plugins/emailext/plugins/EmailTrigger.java

M src/main/java/hudson/plugins/emailext/plugins/RecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/content/AbstractEvalContent.java

M 
src/main/java/hudson/plugins/emailext/plugins/content/JellyScriptContent.java

M src/main/java/hudson/plugins/emailext/plugins/content/ScriptContent.java

M 
src/main/java/hudson/plugins/emailext/plugins/content/ScriptContentBuildWrapper.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/CulpritsRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/DevelopersRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/FailingTestSuspectsRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/FirstFailingBuildSuspectsRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/ListRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/RecipientProviderUtilities.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/RequesterRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/UpstreamComitterRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/trigger/AbstractScriptTrigger.java

M src/main/java/hudson/plugins/emailext/plugins/trigger/FailureTrigger.java

M src/test/java/hudson/plugins/emailext/EmailExtStepTest.java

M 
src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherMatrixTest.java

M src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherTest.java

M src/test/java/hudson/plugins/emailext/plugins/ContentBuilderTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/content/ScriptContentBuildWrapperTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/content/TriggerNameContentTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/recipients/CulpritsRecipientProviderTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/recipients/DevelopersRecipientProviderTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/recipients/FailingTestSuspectsRecipientProviderTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/recipients/FirstFailingBuildSuspectsRecipientProviderTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/trigger/AbstractScriptTriggerTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/trigger/XNthFailureTriggerJTest.java

M 
src/test/java/hudson/plugins/emailext/recipients/EmailRecipientUtilsTest.java



  Log Message:

  ---

  Merge pull request #188 from darxriggs/reduced-deprecated-api-use



Reduce deprecated API usage





Compare: 
https://github.com/jenkinsci/email-ext-plugin/compare/368e2fc9d924...8d7719de10a5

-- 
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/email-ext-plugin/push/refs/heads/master/368e2f-8d7719%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] 25f4e7: Fix dangling Javadoc

2019-07-09 Thread Alex Earl
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/email-ext-plugin

  Commit: 25f4e7b9d1f89d5321c9dc4e28a1b0aabbee7ca3

  
https://github.com/jenkinsci/email-ext-plugin/commit/25f4e7b9d1f89d5321c9dc4e28a1b0aabbee7ca3

  Author: René Scheibe 

  Date:   2019-07-09 (Tue, 09 Jul 2019)



  Changed paths:

M src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherContext.java

M 
src/test/java/hudson/plugins/emailext/plugins/recipients/FailingTestSuspectsRecipientProviderTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/recipients/FirstFailingBuildSuspectsRecipientProviderTest.java



  Log Message:

  ---

  Fix dangling Javadoc





  Commit: e7922b13aed7cc4928f8bcfe7ca6ceacff49e3d6

  
https://github.com/jenkinsci/email-ext-plugin/commit/e7922b13aed7cc4928f8bcfe7ca6ceacff49e3d6

  Author: René Scheibe 

  Date:   2019-07-09 (Tue, 09 Jul 2019)



  Changed paths:

M src/main/java/hudson/plugins/emailext/AttachmentUtils.java

M src/main/java/hudson/plugins/emailext/plugins/content/EmailExtScript.java

M 
src/main/java/hudson/plugins/emailext/plugins/content/JellyScriptContent.java

M src/main/java/hudson/plugins/emailext/plugins/content/ScriptContent.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/RecipientProviderUtilities.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/RequesterRecipientProvider.java

M src/test/java/hudson/plugins/emailext/AttachmentUtilsTest.java

M src/test/java/hudson/plugins/emailext/ConfigFileMigrationTest.java

M src/test/java/hudson/plugins/emailext/EmailExtStepTest.java

M src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherTest.java

M 
src/test/java/hudson/plugins/emailext/groovy/sandbox/ObjectInstanceWhitelistTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/content/ScriptContentSecureTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/content/ScriptContentTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/recipients/FailingTestSuspectsRecipientProviderTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/trigger/XNthFailureTriggerJTest.java



  Log Message:

  ---

  Remove unused imports





  Commit: d4c15b53e7da226af5ce8b102fa6093551049f0a

  
https://github.com/jenkinsci/email-ext-plugin/commit/d4c15b53e7da226af5ce8b102fa6093551049f0a

  Author: René Scheibe 

  Date:   2019-07-09 (Tue, 09 Jul 2019)



  Changed paths:

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/RecipientProviderUtilities.java

M 
src/main/java/hudson/plugins/emailext/plugins/trigger/AbstractScriptTrigger.java

M 
src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherMatrixTest.java

M src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/content/FailedTestsContentTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/content/ScriptContentBuildWrapperTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/recipients/MockUtilities.java

M 
src/test/java/hudson/plugins/emailext/plugins/recipients/TestUtilities.java



  Log Message:

  ---

  Use diamond operator to reduce type duplication





  Commit: c2e3e82c5c2f9b52169a3ceba85cd15c6d0a94c8

  
https://github.com/jenkinsci/email-ext-plugin/commit/c2e3e82c5c2f9b52169a3ceba85cd15c6d0a94c8

  Author: René Scheibe 

  Date:   2019-07-09 (Tue, 09 Jul 2019)



  Changed paths:

M src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java

M 
src/main/java/hudson/plugins/emailext/plugins/trigger/AbstractScriptTrigger.java



  Log Message:

  ---

  Don't use pre-sized array when calling toArray()



For details see https://shipilev.net/blog/2016/arrays-wisdom-ancients/.





  Commit: f2a967224ea81e19b02385174a284d9aba99f35d

  
https://github.com/jenkinsci/email-ext-plugin/commit/f2a967224ea81e19b02385174a284d9aba99f35d

  Author: René Scheibe 

  Date:   2019-07-09 (Tue, 09 Jul 2019)



  Changed paths:

M src/main/resources/hudson/plugins/emailext/templates/jelly_pynliner.py



  Log Message:

  ---

  Follow PEP8 style guide for Python code





  Commit: 06efc5853cd2fce6d68a89e1dc667fc886e7ba71

  
https://github.com/jenkinsci/email-ext-plugin/commit/06efc5853cd2fce6d68a89e1dc667fc886e7ba71

  Author: Alex Earl 

  Date:   2019-07-09 (Tue, 09 Jul 2019)



  Changed paths:

M src/main/java/hudson/plugins/emailext/AttachmentUtils.java

M src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java

M src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherContext.java

M src/main/java/hudson/plugins/emailext/plugins/content/EmailExtScript.java

M 
src/main/java/hudson/plugins/emailext/plugins/content/JellyScriptContent.java

M src/main/java/hudson/plugins/emailext/plugins/content/ScriptContent.java

M 
src/main/java/hudson/pl

[jenkinsci/email-ext-plugin] c3e6e4: Consistent i18n for all provider display names

2019-07-14 Thread Alex Earl
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/email-ext-plugin

  Commit: c3e6e40c11fecfa4d2ac62d4da984b63d45b6574

  
https://github.com/jenkinsci/email-ext-plugin/commit/c3e6e40c11fecfa4d2ac62d4da984b63d45b6574

  Author: René Scheibe 

  Date:   2019-07-14 (Sun, 14 Jul 2019)



  Changed paths:

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/CulpritsRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/DevelopersRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/FailingTestSuspectsRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/FirstFailingBuildSuspectsRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/ListRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/RequesterRecipientProvider.java

M src/main/resources/hudson/plugins/emailext/Messages.properties



  Log Message:

  ---

  Consistent i18n for all provider display names





  Commit: fb2ca7be22016decece7c115bad572a8fead083d

  
https://github.com/jenkinsci/email-ext-plugin/commit/fb2ca7be22016decece7c115bad572a8fead083d

  Author: Alex Earl 

  Date:   2019-07-14 (Sun, 14 Jul 2019)



  Changed paths:

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/CulpritsRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/DevelopersRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/FailingTestSuspectsRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/FirstFailingBuildSuspectsRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/ListRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/RequesterRecipientProvider.java

M src/main/resources/hudson/plugins/emailext/Messages.properties



  Log Message:

  ---

  Merge pull request #193 from darxriggs/i18n-providers



Consistent i18n for all provider display names





Compare: 
https://github.com/jenkinsci/email-ext-plugin/compare/06efc5853cd2...fb2ca7be2201

-- 
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/email-ext-plugin/push/refs/heads/master/06efc5-fb2ca7%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] 720ec2: Use RunWithSCM instead of reflection to get culpri...

2019-07-14 Thread Alex Earl
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/email-ext-plugin

  Commit: 720ec2fb92e8312e0aee5f537589a1033210030b

  
https://github.com/jenkinsci/email-ext-plugin/commit/720ec2fb92e8312e0aee5f537589a1033210030b

  Author: René Scheibe 

  Date:   2019-07-14 (Sun, 14 Jul 2019)



  Changed paths:

M pom.xml

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/CulpritsRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/FirstFailingBuildSuspectsRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/RecipientProviderUtilities.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/UpstreamComitterRecipientProvider.java



  Log Message:

  ---

  Use RunWithSCM instead of reflection to get culprits & changesets





  Commit: d80b5c5ff7bb7a1d16376eb6a45653e49bed76c6

  
https://github.com/jenkinsci/email-ext-plugin/commit/d80b5c5ff7bb7a1d16376eb6a45653e49bed76c6

  Author: Alex Earl 

  Date:   2019-07-14 (Sun, 14 Jul 2019)



  Changed paths:

M pom.xml

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/CulpritsRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/FirstFailingBuildSuspectsRecipientProvider.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/RecipientProviderUtilities.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/UpstreamComitterRecipientProvider.java



  Log Message:

  ---

  Merge pull request #192 from darxriggs/use-RunWithSCM



Use RunWithSCM instead of reflection to get culprits & changesets





Compare: 
https://github.com/jenkinsci/email-ext-plugin/compare/fb2ca7be2201...d80b5c5ff7bb

-- 
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/email-ext-plugin/push/refs/heads/master/fb2ca7-d80b5c%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] 5b7032: Fix JENKINS-54363

2019-07-16 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 5b7032bba59c32a8d8260983a852496e51312806
  
https://github.com/jenkinsci/email-ext-plugin/commit/5b7032bba59c32a8d8260983a852496e51312806
  Author: Alex Earl 
  Date:   2019-07-16 (Tue, 16 Jul 2019)

  Changed paths:
M 
src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java
M src/main/java/hudson/plugins/emailext/MailAccount.java
A src/test/java/hudson/plugins/emailext/MailAccountTest.java

  Log Message:
  ---
  Fix JENKINS-54363

Check for valid MailAccount


-- 
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/email-ext-plugin/push/refs/heads/master/d80b5c-5b7032%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] 165646: Use Azure Container Instances

2019-07-31 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 165646fecc80365a72a24342570465a5e2d98f41
  
https://github.com/jenkinsci/email-ext-plugin/commit/165646fecc80365a72a24342570465a5e2d98f41
  Author: Alex Earl 
  Date:   2019-07-31 (Wed, 31 Jul 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Use Azure Container Instances


-- 
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/email-ext-plugin/push/refs/heads/master/5b7032-165646%40github.com.


[jenkinsci/email-ext-plugin] f6900a: Add comment so its clear what useAci is

2019-07-31 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: f6900a63a202797e9aeb179d967486076d2bae5b
  
https://github.com/jenkinsci/email-ext-plugin/commit/f6900a63a202797e9aeb179d967486076d2bae5b
  Author: Alex Earl 
  Date:   2019-07-31 (Wed, 31 Jul 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Add comment so its clear what useAci is


-- 
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/email-ext-plugin/push/refs/heads/master/165646-f6900a%40github.com.


[jenkinsci/email-ext-plugin] 2a5408: Add another comment

2019-07-31 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 2a5408ec13914efe90951dacce892268ec74d785
  
https://github.com/jenkinsci/email-ext-plugin/commit/2a5408ec13914efe90951dacce892268ec74d785
  Author: Alex Earl 
  Date:   2019-07-31 (Wed, 31 Jul 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Add another comment


-- 
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/email-ext-plugin/push/refs/heads/master/f6900a-2a5408%40github.com.


[jenkinsci/token-macro-plugin] 536907: Switch to ACI for builds

2019-08-04 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 536907afdcd7004d99fa5047c74a00941a9a608c
  
https://github.com/jenkinsci/token-macro-plugin/commit/536907afdcd7004d99fa5047c74a00941a9a608c
  Author: Alex Earl 
  Date:   2019-08-04 (Sun, 04 Aug 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Switch to ACI for builds


-- 
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/token-macro-plugin/push/refs/heads/master/c32a79-536907%40github.com.


[jenkinsci/token-macro-plugin] 2df763: Update versions to help with test hangs

2019-02-08 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 2df76372834a50b35f7124293fb9a7c4e60f7ca9
  
https://github.com/jenkinsci/token-macro-plugin/commit/2df76372834a50b35f7124293fb9a7c4e60f7ca9
  Author: Alex Earl 
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
M pom.xml
M src/test/java/org/jenkinsci/plugins/tokenmacro/PipelineTest.java

  Log Message:
  ---
  Update versions to help with test hangs


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/token-macro-plugin] 84a96b: Fix jenkins version

2019-02-08 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 84a96b3887ad0bf65d328ddf2dab3d3043f33bb2
  
https://github.com/jenkinsci/token-macro-plugin/commit/84a96b3887ad0bf65d328ddf2dab3d3043f33bb2
  Author: Alex Earl 
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/publish-over-cifs-plugin] bfb603: [maven-release-plugin] prepare release publish-ove...

2019-02-19 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/publish-over-cifs-plugin
  Commit: bfb603416e7fb0b6d22ac310857f895b4329989a
  
https://github.com/jenkinsci/publish-over-cifs-plugin/commit/bfb603416e7fb0b6d22ac310857f895b4329989a
  Author: Alex Earl 
  Date:   2019-02-19 (Tue, 19 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release publish-over-cifs-0.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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/publish-over-cifs-plugin] 581ab2: [maven-release-plugin] prepare for next developmen...

2019-02-19 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/publish-over-cifs-plugin
  Commit: 581ab265dc3668832eda6cbde5e4f5e54a5165c5
  
https://github.com/jenkinsci/publish-over-cifs-plugin/commit/581ab265dc3668832eda6cbde5e4f5e54a5165c5
  Author: Alex Earl 
  Date:   2019-02-19 (Tue, 19 Feb 2019)

  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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/publish-over-cifs-plugin]

2019-02-19 Thread Alex Earl
  Branch: refs/tags/publish-over-cifs-0.12
  Home:   https://github.com/jenkinsci/publish-over-cifs-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] cea5f6: [maven-release-plugin] prepare release email-ext-2.64

2019-02-27 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: cea5f694478c2c801996938942b301be8ebf921b
  
https://github.com/jenkinsci/email-ext-plugin/commit/cea5f694478c2c801996938942b301be8ebf921b
  Author: Alex Earl 
  Date:   2019-02-27 (Wed, 27 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release email-ext-2.64


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] c38023: [maven-release-plugin] prepare for next developmen...

2019-02-27 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: c3802324c10473b634233d035758232cfd77a2a6
  
https://github.com/jenkinsci/email-ext-plugin/commit/c3802324c10473b634233d035758232cfd77a2a6
  Author: Alex Earl 
  Date:   2019-02-27 (Wed, 27 Feb 2019)

  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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin]

2019-02-27 Thread Alex Earl
  Branch: refs/tags/email-ext-2.64
  Home:   https://github.com/jenkinsci/email-ext-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/publish-over-ssh-plugin] 6df164: Fix JENKINS-33455

2019-03-02 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/publish-over-ssh-plugin
  Commit: 6df164a8aa191650497c4416d2364c72682e364d
  
https://github.com/jenkinsci/publish-over-ssh-plugin/commit/6df164a8aa191650497c4416d2364c72682e364d
  Author: Alex Earl 
  Date:   2019-03-02 (Sat, 02 Mar 2019)

  Changed paths:
M src/main/java/jenkins/plugins/publish_over_ssh/BapSshClient.java
M src/main/java/jenkins/plugins/publish_over_ssh/BapSshTransfer.java
M src/test/java/jenkins/plugins/publish_over_ssh/BapSshClientTest.java

  Log Message:
  ---
  Fix JENKINS-33455

Change logging of command to verbose mode


  Commit: 92ff813ee5a6227b03bea0ffcdc7cda1e3543548
  
https://github.com/jenkinsci/publish-over-ssh-plugin/commit/92ff813ee5a6227b03bea0ffcdc7cda1e3543548
  Author: Alex Earl 
  Date:   2019-03-02 (Sat, 02 Mar 2019)

  Changed paths:
M src/main/java/jenkins/plugins/publish_over_ssh/BapSshClient.java
M 
src/main/resources/jenkins/plugins/publish_over_ssh/BapSshTransfer/help-useSftpForExec.html
M src/main/resources/jenkins/plugins/publish_over_ssh/Messages.properties

  Log Message:
  ---
  Merge branch 'master' of https://github.com/jenkinsci/publish-over-ssh-plugin


Compare: 
https://github.com/jenkinsci/publish-over-ssh-plugin/compare/554ae883c68d...92ff813ee5a6

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/token-macro-plugin] e2de92: Update to build with Java 11 (#33)

2019-03-06 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: e2de9209d4ac7ccfb240bc485e8e422776dbc12d
  
https://github.com/jenkinsci/token-macro-plugin/commit/e2de9209d4ac7ccfb240bc485e8e422776dbc12d
  Author: Alex Earl 
  Date:   2019-03-06 (Wed, 06 Mar 2019)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/org/jenkinsci/plugins/tokenmacro/TokenMacro.java

  Log Message:
  ---
  Update to build with Java 11 (#33)

* Update to build with Java 11

* Fix jenkins version

* Remove tt usage

* Add workaround for javadoc


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/token-macro-plugin]

2019-03-07 Thread Alex Earl
  Branch: refs/tags/token-macro-2.7
  Home:   https://github.com/jenkinsci/token-macro-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/token-macro-plugin] 1c6304: [maven-release-plugin] prepare release token-macro...

2019-03-07 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 1c630463aeb77720b0e9c6dedbbacc78ffbec872
  
https://github.com/jenkinsci/token-macro-plugin/commit/1c630463aeb77720b0e9c6dedbbacc78ffbec872
  Author: Alex Earl 
  Date:   2019-03-07 (Thu, 07 Mar 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release token-macro-2.7


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/token-macro-plugin] 9e8c27: [maven-release-plugin] prepare for next developmen...

2019-03-07 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 9e8c27413bdbe3b4704c6c7d947e1de14b88ce34
  
https://github.com/jenkinsci/token-macro-plugin/commit/9e8c27413bdbe3b4704c6c7d947e1de14b88ce34
  Author: Alex Earl 
  Date:   2019-03-07 (Thu, 07 Mar 2019)

  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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] 8165d0: Test for Azure Container Instances

2019-03-10 Thread Alex Earl
  Branch: refs/heads/azure_container_instances
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 8165d092a64a7296c601348d860ef2adb02aad5f
  
https://github.com/jenkinsci/email-ext-plugin/commit/8165d092a64a7296c601348d860ef2adb02aad5f
  Author: Alex Earl 
  Date:   2019-03-10 (Sun, 10 Mar 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Test for Azure Container Instances


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin]

2019-03-11 Thread Alex Earl
  Branch: refs/heads/azure_container_instances
  Home:   https://github.com/jenkinsci/email-ext-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] 337d3c: Email -> E-mail in config page

2019-03-20 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 337d3ca673d2ff23b518f9d006fc37a08ff231e7
  
https://github.com/jenkinsci/email-ext-plugin/commit/337d3ca673d2ff23b518f9d006fc37a08ff231e7
  Author: Tim Lander 
  Date:   2019-03-15 (Fri, 15 Mar 2019)

  Changed paths:
M 
src/main/resources/hudson/plugins/emailext/ExtendedEmailPublisher/global.groovy

  Log Message:
  ---
  Email -> E-mail in config page

Trivial change, but it's referred to as E-mail in the rest of the plugin.


  Commit: aa0cd5af50be4bfbf179fc7124cea5dc00b426e4
  
https://github.com/jenkinsci/email-ext-plugin/commit/aa0cd5af50be4bfbf179fc7124cea5dc00b426e4
  Author: Tim Lander 
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
M 
src/main/resources/hudson/plugins/emailext/ExtendedEmailPublisher/global_zh_TW.properties

  Log Message:
  ---
  Change Email to E-mail in global_zh_TW.properties


  Commit: 7598adb4008df1725c6634585476749be7557760
  
https://github.com/jenkinsci/email-ext-plugin/commit/7598adb4008df1725c6634585476749be7557760
  Author: Alex Earl 
  Date:   2019-03-20 (Wed, 20 Mar 2019)

  Changed paths:
M 
src/main/resources/hudson/plugins/emailext/ExtendedEmailPublisher/global.groovy
M 
src/main/resources/hudson/plugins/emailext/ExtendedEmailPublisher/global_zh_TW.properties

  Log Message:
  ---
  Merge pull request #178 from VirtualTim/patch-1

Email -> E-mail in config page


Compare: 
https://github.com/jenkinsci/email-ext-plugin/compare/652db9fa36b8...7598adb4008d

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] 3752c2: Fix on JDK11: prevent Powermock from ever trying t...

2019-03-21 Thread Alex Earl
a:169)

at 
com.thoughtworks.xstream.converters.extended.DurationConverter$1.getFactory(DurationConverter.java:39)

at 
com.thoughtworks.xstream.converters.extended.DurationConverter.(DurationConverter.java:36)

... 62 more



Results :



Tests in error:

  RecipientProviderUtilitiesTest.getChangeSetAuthors:49 » ExceptionInInitializer



Tests run: 4, Failures: 0, Errors: 1, Skipped: 0

```



Thanks also @halkeye who confirmed with

https://github.com/jenkinsci/blueocean-plugin/commit/31eb562a8bef8298fe3e3e2b1dd1da4dfcbfcbbe

I was not /completely/ getting crazy :-P.





  Commit: ea828f16e97b54acf858674f2be9ecb91dbb9154

  
https://github.com/jenkinsci/email-ext-plugin/commit/ea828f16e97b54acf858674f2be9ecb91dbb9154

  Author: Alex Earl 

  Date:   2019-03-21 (Thu, 21 Mar 2019)



  Changed paths:

M src/test/java/hudson/plugins/emailext/plugins/RecipientProviderTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/content/FailedTestsContentTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/content/ScriptContentBuildWrapperTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/recipients/CulpritsRecipientProviderTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/recipients/DevelopersRecipientProviderTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/recipients/FailingTestSuspectsRecipientProviderTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/recipients/FirstFailingBuildSuspectsRecipientProviderTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/recipients/RecipientProviderUtilitiesTest.java



  Log Message:

  ---

  Merge pull request #183 from batmat/java11-readiness



Java 11 readiness





Compare: 
https://github.com/jenkinsci/email-ext-plugin/compare/005650656078...ea828f16e97b

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin]

2019-03-21 Thread Alex Earl
  Branch: refs/heads/java11-readiness
  Home:   https://github.com/jenkinsci/email-ext-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] 8bda23: Incorporate Jenkinsfile changes from #176

2019-03-21 Thread Alex Earl
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/email-ext-plugin

  Commit: 8bda23f018a16b200ee82812a4dea15c942c9e27

  
https://github.com/jenkinsci/email-ext-plugin/commit/8bda23f018a16b200ee82812a4dea15c942c9e27

  Author: Alex Earl 

  Date:   2019-03-20 (Wed, 20 Mar 2019)



  Changed paths:

M Jenkinsfile



  Log Message:

  ---

  Incorporate Jenkinsfile changes from #176





  Commit: b81dc37915708758f8ca7c13d8e07212eaedadce

  
https://github.com/jenkinsci/email-ext-plugin/commit/b81dc37915708758f8ca7c13d8e07212eaedadce

  Author: Baptiste Mathus 

  Date:   2019-03-20 (Wed, 20 Mar 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Updates for Java 11 readiness



Mainly bumping to workflow-support:3.x for Java 11 compat. But then this

plugin requires 2.121.1.



So given that, I also bumped the java.level to 8.



The other updates are generally pulled in by `RequireUpperBoundDeps` fixes.





  Commit: 26bc8e862624291060ac26c0dda0edddc63095bc

  
https://github.com/jenkinsci/email-ext-plugin/commit/26bc8e862624291060ac26c0dda0edddc63095bc

  Author: Baptiste Mathus 

  Date:   2019-03-20 (Wed, 20 Mar 2019)



  Changed paths:

M src/main/java/hudson/plugins/emailext/EmailRecipientUtils.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/RecipientProviderUtilities.java



  Log Message:

  ---

  Fix FindBugs violations when building with jenkins.version=2.164



Starting with https://github.com/jenkinsci/jenkins/pull/2730,

`AbstractBuild.getChangeSet()` is `@NonNull`, so we can remove the `if` to

protect against potential NPEs.



Errors were:



```

[INFO] --- spotbugs-maven-plugin:3.1.11:check (default-cli) @ email-ext ---

[INFO] BugInstance size is 4

[INFO] Error size is 0

[INFO] Total bugs: 4

[ERROR] Un appel de méthode dans 
hudson.plugins.emailext.EmailRecipientUtils.convertRecipientString(String, 
EnvVars, int, TaskListener) passe null à un paramètre déclaré @NonNull de 
hudson.model.User.get(String, boolean, Map) 
[hudson.plugins.emailext.EmailRecipientUtils] At EmailRecipientUtils.java:[line 
82] NP_NONNULL_PARAM_VIOLATION

[ERROR] Un appel de méthode dans 
hudson.plugins.emailext.plugins.recipients.RecipientProviderUtilities.getByLegacyUserCause(Run)
 passe null à un paramètre déclaré @NonNull de hudson.model.User.get(String, 
boolean, Map) 
[hudson.plugins.emailext.plugins.recipients.RecipientProviderUtilities] At 
RecipientProviderUtilities.java:[line 152] NP_NONNULL_PARAM_VIOLATION

[ERROR] Un appel de méthode dans 
hudson.plugins.emailext.plugins.recipients.RecipientProviderUtilities.getByUserIdCause(Run)
 passe null à un paramètre déclaré @NonNull de hudson.model.User.get(String, 
boolean, Map) 
[hudson.plugins.emailext.plugins.recipients.RecipientProviderUtilities] At 
RecipientProviderUtilities.java:[line 133] NP_NONNULL_PARAM_VIOLATION

[ERROR] Test de nullité redondant sur une valeur non nulle dans 
hudson.plugins.emailext.plugins.recipients.RecipientProviderUtilities.getChangeSetAuthors(Collection,
 RecipientProviderUtilities$IDebug) 
[hudson.plugins.emailext.plugins.recipients.RecipientProviderUtilities] 
Redundant null check at RecipientProviderUtilities.java:[line 75] 
RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE

[INFO]

```





  Commit: 9ae0c9d4e7bf439ce3f7d278c6e9315e21092db0

  
https://github.com/jenkinsci/email-ext-plugin/commit/9ae0c9d4e7bf439ce3f7d278c6e9315e21092db0

  Author: Baptiste Mathus 

  Date:   2019-03-20 (Wed, 20 Mar 2019)



  Changed paths:

M Jenkinsfile



  Log Message:

  ---

  Use recommended build configuration



See https://github.com/jenkins-infra/pipeline-library/pull/86





  Commit: 005650656078e412abf2935fcfdcddcfccce021d

  
https://github.com/jenkinsci/email-ext-plugin/commit/005650656078e412abf2935fcfdcddcfccce021d

  Author: Oleg Nenashev 

  Date:   2019-03-21 (Thu, 21 Mar 2019)



  Changed paths:

M Jenkinsfile

M pom.xml

M src/main/java/hudson/plugins/emailext/EmailRecipientUtils.java

M 
src/main/java/hudson/plugins/emailext/plugins/recipients/RecipientProviderUtilities.java



  Log Message:

  ---

  Merge pull request #181 from batmat/java11-readiness



Java11 readiness





  Commit: 3752c2f9f523a666b9f5437c29c1e11b6480bc19

  
https://github.com/jenkinsci/email-ext-plugin/commit/3752c2f9f523a666b9f5437c29c1e11b6480bc19

  Author: Baptiste Mathus 

  Date:   2019-03-21 (Thu, 21 Mar 2019)



  Changed paths:

M src/test/java/hudson/plugins/emailext/plugins/RecipientProviderTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/content/FailedTestsContentTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/content/ScriptContentBuildWrapperTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/recipients/CulpritsRecipientProviderTest.java

M 
src/test/java/hudson/plugins/emailext/plugins/recipients/DevelopersRecipientProviderTest.java

[jenkinsci/email-ext-plugin] fb6fde: [maven-release-plugin] prepare release email-ext-2.66

2019-03-21 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: fb6fde7246b982899e253e472e7cd840e38d9adc
  
https://github.com/jenkinsci/email-ext-plugin/commit/fb6fde7246b982899e253e472e7cd840e38d9adc
  Author: Alex Earl 
  Date:   2019-03-21 (Thu, 21 Mar 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release email-ext-2.66


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] e53a4c: [maven-release-plugin] prepare for next developmen...

2019-03-21 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: e53a4ca399550c85493d6fb1fdfdd5825655b31e
  
https://github.com/jenkinsci/email-ext-plugin/commit/e53a4ca399550c85493d6fb1fdfdd5825655b31e
  Author: Alex Earl 
  Date:   2019-03-21 (Thu, 21 Mar 2019)

  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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin]

2019-03-21 Thread Alex Earl
  Branch: refs/tags/email-ext-2.66
  Home:   https://github.com/jenkinsci/email-ext-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] e73d9f: Fix JENKINS-55128

2019-03-26 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: e73d9f411b8d237de7125502fd4ba991d9faa9e1
  
https://github.com/jenkinsci/email-ext-plugin/commit/e73d9f411b8d237de7125502fd4ba991d9faa9e1
  Author: Alex Earl 
  Date:   2019-03-26 (Tue, 26 Mar 2019)

  Changed paths:
M src/main/java/hudson/plugins/emailext/RecipientListStringAnalyser.java
M src/test/java/hudson/plugins/emailext/RecipientListStringAnalyserTest.java

  Log Message:
  ---
  Fix JENKINS-55128


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] 71e2df: Support saveOutput parameter in the pipeline step

2019-03-28 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 71e2df2e48dcef2c7899b53881cd8e1e9cd9459f
  
https://github.com/jenkinsci/email-ext-plugin/commit/71e2df2e48dcef2c7899b53881cd8e1e9cd9459f
  Author: Victor Martinez 
  Date:   2019-03-28 (Thu, 28 Mar 2019)

  Changed paths:
M src/main/java/hudson/plugins/emailext/EmailExtStep.java
M src/test/java/hudson/plugins/emailext/EmailExtStepTest.java

  Log Message:
  ---
  Support saveOutput parameter in the pipeline step


  Commit: 287ed8955bfddd424ba5252c11a36cc9c0327407
  
https://github.com/jenkinsci/email-ext-plugin/commit/287ed8955bfddd424ba5252c11a36cc9c0327407
  Author: Alex Earl 
  Date:   2019-03-28 (Thu, 28 Mar 2019)

  Changed paths:
M src/main/java/hudson/plugins/emailext/EmailExtStep.java
M src/test/java/hudson/plugins/emailext/EmailExtStepTest.java

  Log Message:
  ---
  Merge pull request #184 from v1v/feature/supportSaveOutput

[JENKINS-56794] Support saveOutput parameter in the pipeline step


Compare: 
https://github.com/jenkinsci/email-ext-plugin/compare/e73d9f411b8d...287ed8955bfd

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/email-ext-plugin] 21fbd4: Fix JENKINS-54997

2019-04-02 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 21fbd402665848a18205b26751424149e51e86e4
  
https://github.com/jenkinsci/email-ext-plugin/commit/21fbd402665848a18205b26751424149e51e86e4
  Author: Alex Earl 
  Date:   2019-04-02 (Tue, 02 Apr 2019)

  Changed paths:
M src/main/java/hudson/plugins/emailext/AttachmentUtils.java

  Log Message:
  ---
  Fix JENKINS-54997

Remove calls to getLogFile


-- 
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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/jenkins] f982d8: Fix JENKINS-23349 (#4152)

2019-08-17 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: f982d84a076afce73d31dab56c3f084b6f521e83
  
https://github.com/jenkinsci/jenkins/commit/f982d84a076afce73d31dab56c3f084b6f521e83
  Author: Alex Earl 
  Date:   2019-08-17 (Sat, 17 Aug 2019)

  Changed paths:
M core/src/main/java/hudson/Util.java
M core/src/test/java/hudson/UtilTest.java

  Log Message:
  ---
  Fix JENKINS-23349 (#4152)

This fixes the issue when the project name
includes a character that can't be encoded
directly in UTF-8, e.g., surrogate pairs.


-- 
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/jenkins/push/refs/heads/master/2b74d0-f982d8%40github.com.


[jenkinsci/token-macro-plugin] 2169fe: Try Windows ACI agent

2019-08-27 Thread Alex Earl
  Branch: refs/heads/aci_test
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 2169fe1cae519f0dc52934c7b20d9464d222cd0d
  
https://github.com/jenkinsci/token-macro-plugin/commit/2169fe1cae519f0dc52934c7b20d9464d222cd0d
  Author: Alex Earl 
  Date:   2019-08-27 (Tue, 27 Aug 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Try Windows ACI agent


-- 
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/token-macro-plugin/push/refs/heads/aci_test/134fc3-2169fe%40github.com.


[jenkinsci/token-macro-plugin] f32c06: Add bat

2019-08-27 Thread Alex Earl
  Branch: refs/heads/aci_test
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: f32c069d94c01c21ae3dbbc3536a4ff108237ce5
  
https://github.com/jenkinsci/token-macro-plugin/commit/f32c069d94c01c21ae3dbbc3536a4ff108237ce5
  Author: Alex Earl 
  Date:   2019-08-27 (Tue, 27 Aug 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Add bat


-- 
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/token-macro-plugin/push/refs/heads/aci_test/2169fe-f32c06%40github.com.


[jenkinsci/token-macro-plugin] 7ea889: Try ACI for both Windows and Linux

2019-08-28 Thread Alex Earl
  Branch: refs/heads/aci_test
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 7ea88912ef50aaced53380303ebc718b13a00d99
  
https://github.com/jenkinsci/token-macro-plugin/commit/7ea88912ef50aaced53380303ebc718b13a00d99
  Author: Alex Earl 
  Date:   2019-08-28 (Wed, 28 Aug 2019)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Try ACI for both Windows and Linux


-- 
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/token-macro-plugin/push/refs/heads/aci_test/f32c06-7ea889%40github.com.


[jenkinsci/webhook-step-plugin] 6e9432: Add Jenkinsfile

2019-09-03 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/webhook-step-plugin
  Commit: 6e9432411c34df946786976d214b3073f99b3e12
  
https://github.com/jenkinsci/webhook-step-plugin/commit/6e9432411c34df946786976d214b3073f99b3e12
  Author: Alex Earl 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Add Jenkinsfile

Add a Jenkinsfile so there are automated builds on PRs


  Commit: 7a01367568ed4b913a5a2ade02ac2ef4917c6f70
  
https://github.com/jenkinsci/webhook-step-plugin/commit/7a01367568ed4b913a5a2ade02ac2ef4917c6f70
  Author: Alex Earl 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fixup for automated builds


  Commit: 2007e68b49f9e2bd0c5b828639ab998b047ef45e
  
https://github.com/jenkinsci/webhook-step-plugin/commit/2007e68b49f9e2bd0c5b828639ab998b047ef45e
  Author: Alex Earl 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
A Jenkinsfile
M pom.xml

  Log Message:
  ---
  Merge pull request #15 from slide/master

Add Jenkinsfile


Compare: 
https://github.com/jenkinsci/webhook-step-plugin/compare/7aa68d70082f...2007e68b49f9

-- 
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/webhook-step-plugin/push/refs/heads/master/7aa68d-2007e6%40github.com.


[jenkinsci/webhook-step-plugin] 96cf9a: Fix data corruption when reading request payload

2019-09-03 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/webhook-step-plugin
  Commit: 96cf9a01c70db8442a5a2904dc80de5eb22d80db
  
https://github.com/jenkinsci/webhook-step-plugin/commit/96cf9a01c70db8442a5a2904dc80de5eb22d80db
  Author: Guillaume Tucker 
  Date:   2018-01-18 (Thu, 18 Jan 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/webhookstep/WebhookRootAction.java

  Log Message:
  ---
  Fix data corruption when reading request payload

The character buffer used to read the payload data is always being
fully appended to the output data even when the number of bytes read
was less than its capacity.  This results in trailing characters from
the penultimate read left in the buffer to be copied again at the end
of the last read.  This issue can only be seen when the payload is
over 1024 bytes as this is the size of the buffer.

Fix this by setting the character buffer limit to the number of
characters actually read before appending the data to the output.

Signed-off-by: Guillaume Tucker 


  Commit: c76b5f54e52aaef4e49793c45758518afb48b83f
  
https://github.com/jenkinsci/webhook-step-plugin/commit/c76b5f54e52aaef4e49793c45758518afb48b83f
  Author: Alex Earl 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/webhookstep/WebhookRootAction.java

  Log Message:
  ---
  Merge pull request #6 from gctucker/T8291-buffer-read-bug

Fix data corruption when reading request payload


Compare: 
https://github.com/jenkinsci/webhook-step-plugin/compare/2007e68b49f9...c76b5f54e52a

-- 
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/webhook-step-plugin/push/refs/heads/master/2007e6-c76b5f%40github.com.


[jenkinsci/token-macro-plugin] 866df2: Update to pull docs from README instead of Wiki

2019-09-03 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 866df2202beca0a1ecf3c90961372589aaf80a72
  
https://github.com/jenkinsci/token-macro-plugin/commit/866df2202beca0a1ecf3c90961372589aaf80a72
  Author: Alex Earl 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update to pull docs from README instead of Wiki


-- 
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/token-macro-plugin/push/refs/heads/master/536907-866df2%40github.com.


[jenkinsci/token-macro-plugin] ba6884: Convert docs from wiki

2019-09-03 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: ba688466e74568ad1c043db10234cf24adcd551e
  
https://github.com/jenkinsci/token-macro-plugin/commit/ba688466e74568ad1c043db10234cf24adcd551e
  Author: Alex Earl 
  Date:   2019-09-03 (Tue, 03 Sep 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Convert docs from wiki


-- 
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/token-macro-plugin/push/refs/heads/master/866df2-ba6884%40github.com.


[jenkinsci/publish-over-cifs-plugin] 420ef8: Upgrade dependencies

2019-10-02 Thread Alex Earl
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/publish-over-cifs-plugin

  Commit: 420ef8b9e3b17647a938f2c76037543b8719f4dc

  
https://github.com/jenkinsci/publish-over-cifs-plugin/commit/420ef8b9e3b17647a938f2c76037543b8719f4dc

  Author: René Scheibe 

  Date:   2019-09-20 (Fri, 20 Sep 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Upgrade dependencies





  Commit: f6231a5d1f82dfb41a2be01121025909dcf63515

  
https://github.com/jenkinsci/publish-over-cifs-plugin/commit/f6231a5d1f82dfb41a2be01121025909dcf63515

  Author: René Scheibe 

  Date:   2019-09-20 (Fri, 20 Sep 2019)



  Changed paths:

M src/main/java/jenkins/plugins/publish_over_cifs/CifsClient.java

M src/main/java/jenkins/plugins/publish_over_cifs/CifsHostConfiguration.java

M src/main/resources/jenkins/plugins/publish_over_cifs/Messages.properties

M 
src/main/resources/jenkins/plugins/publish_over_cifs/Messages_no_BV.properties

M src/test/java/jenkins/plugins/publish_over_cifs/CifsPublisherTest.java



  Log Message:

  ---

  Fix typos





  Commit: a92a328b9def4a46ec48301616c82259efd95aab

  
https://github.com/jenkinsci/publish-over-cifs-plugin/commit/a92a328b9def4a46ec48301616c82259efd95aab

  Author: René Scheibe 

  Date:   2019-09-20 (Fri, 20 Sep 2019)



  Changed paths:

R src/metrics/checkstyle_rules.xml

R src/metrics/findBugs_excludes.xml

R src/metrics/pmd_rules.xml



  Log Message:

  ---

  Remove unused static code analysis config files



The maven plugins have been removed in commit 
2ff81e527a2bce00d124d36716e2c95889e74ae8.





  Commit: ab5b26d591fc37f1915ef5e2de5eba7c1c7af514

  
https://github.com/jenkinsci/publish-over-cifs-plugin/commit/ab5b26d591fc37f1915ef5e2de5eba7c1c7af514

  Author: René Scheibe 

  Date:   2019-09-20 (Fri, 20 Sep 2019)



  Changed paths:

M 
src/main/resources/jenkins/plugins/publish_over_cifs/CifsNodeProperties/help.html

M src/main/webapp/help/config/alwaysTxfrFromMaster.html

M src/main/webapp/help/config/configName.html

M src/main/webapp/help/config/continueOnError.html

M src/main/webapp/help/config/failOnError.html

M src/main/webapp/help/config/flatten.html

M src/main/webapp/help/config/label.html

M src/main/webapp/help/config/masterNodeName.html

M src/main/webapp/help/config/remoteDirectory.html

M src/main/webapp/help/config/removePrefix.html

M src/main/webapp/help/config/retries.html

M src/main/webapp/help/config/retryDelay.html

M src/main/webapp/help/config/usePromotionTimestamp.html

M src/main/webapp/help/config/useWorkspaceInPromotion.html

M src/main/webapp/help/config/useWorkspaceInPromotionForMatrix.html

M src/main/webapp/help/config/verbose.html

M src/main/webapp/help/global/defaultWinsServer.html

M src/main/webapp/help/global/hostname.html

M src/main/webapp/help/global/password.html



  Log Message:

  ---

  Consistent wording and punctuation





  Commit: 36f6935022ad6afb9ceeb99f6ffc4e1a0c8dd84d

  
https://github.com/jenkinsci/publish-over-cifs-plugin/commit/36f6935022ad6afb9ceeb99f6ffc4e1a0c8dd84d

  Author: Alex Earl 

  Date:   2019-10-02 (Wed, 02 Oct 2019)



  Changed paths:

M pom.xml

M src/main/java/jenkins/plugins/publish_over_cifs/CifsClient.java

M src/main/java/jenkins/plugins/publish_over_cifs/CifsHostConfiguration.java

M 
src/main/resources/jenkins/plugins/publish_over_cifs/CifsNodeProperties/help.html

M src/main/resources/jenkins/plugins/publish_over_cifs/Messages.properties

M 
src/main/resources/jenkins/plugins/publish_over_cifs/Messages_no_BV.properties

M src/main/webapp/help/config/alwaysTxfrFromMaster.html

M src/main/webapp/help/config/configName.html

M src/main/webapp/help/config/continueOnError.html

M src/main/webapp/help/config/failOnError.html

M src/main/webapp/help/config/flatten.html

M src/main/webapp/help/config/label.html

M src/main/webapp/help/config/masterNodeName.html

M src/main/webapp/help/config/remoteDirectory.html

M src/main/webapp/help/config/removePrefix.html

M src/main/webapp/help/config/retries.html

M src/main/webapp/help/config/retryDelay.html

M src/main/webapp/help/config/usePromotionTimestamp.html

M src/main/webapp/help/config/useWorkspaceInPromotion.html

M src/main/webapp/help/config/useWorkspaceInPromotionForMatrix.html

M src/main/webapp/help/config/verbose.html

M src/main/webapp/help/global/defaultWinsServer.html

M src/main/webapp/help/global/hostname.html

M src/main/webapp/help/global/password.html

R src/metrics/checkstyle_rules.xml

R src/metrics/findBugs_excludes.xml

R src/metrics/pmd_rules.xml

M src/test/java/jenkins/plugins/publish_over_cifs/CifsPublisherTest.java



  Log Message:

  ---

  Merge pull request #10 from darxriggs/improvements



Improvements

[jenkinsci/email-ext-plugin]

2019-10-02 Thread Alex Earl
  Branch: refs/tags/email-ext-2.67
  Home:   https://github.com/jenkinsci/email-ext-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/email-ext-plugin/push/refs/tags/email-ext-2.67/00-4a3c18%40github.com.


[jenkinsci/email-ext-plugin] 2108e6: [maven-release-plugin] prepare release email-ext-2.67

2019-10-02 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 2108e6b91138e36054a6c074a1934650ca201fa6
  
https://github.com/jenkinsci/email-ext-plugin/commit/2108e6b91138e36054a6c074a1934650ca201fa6
  Author: Alex Earl 
  Date:   2019-10-02 (Wed, 02 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release email-ext-2.67


-- 
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/email-ext-plugin/push/refs/heads/master/2a5408-2108e6%40github.com.


[jenkinsci/email-ext-plugin] 1e04d1: Fix snapshot

2019-10-03 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 1e04d16b2f2c2267243c4500175b2c6c7ff58e67
  
https://github.com/jenkinsci/email-ext-plugin/commit/1e04d16b2f2c2267243c4500175b2c6c7ff58e67
  Author: Alex Earl 
  Date:   2019-10-03 (Thu, 03 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix snapshot


-- 
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/email-ext-plugin/push/refs/heads/master/2108e6-1e04d1%40github.com.


[jenkinsci/email-ext-plugin] 317f1f: [maven-release-plugin] prepare for next developmen...

2019-10-03 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 317f1fad8594053a2fda8cf2e35688cf35494e9f
  
https://github.com/jenkinsci/email-ext-plugin/commit/317f1fad8594053a2fda8cf2e35688cf35494e9f
  Author: Alex Earl 
  Date:   2019-10-03 (Thu, 03 Oct 2019)

  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/email-ext-plugin/push/refs/heads/master/cdaa8a-317f1f%40github.com.


[jenkinsci/email-ext-plugin] cdaa8a: [maven-release-plugin] prepare release email-ext-2.68

2019-10-03 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: cdaa8a0dd45e7ae4b13da4f3830c36d676b6637c
  
https://github.com/jenkinsci/email-ext-plugin/commit/cdaa8a0dd45e7ae4b13da4f3830c36d676b6637c
  Author: Alex Earl 
  Date:   2019-10-03 (Thu, 03 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release email-ext-2.68


-- 
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/email-ext-plugin/push/refs/heads/master/1e04d1-cdaa8a%40github.com.


[jenkinsci/email-ext-plugin]

2019-10-03 Thread Alex Earl
  Branch: refs/tags/email-ext-2.68
  Home:   https://github.com/jenkinsci/email-ext-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/email-ext-plugin/push/refs/tags/email-ext-2.68/00-d9729e%40github.com.


[jenkinsci/azure-container-agents-plugin] 88e1a4: Fix CNFE when running with newer windows-azure-sto...

2019-10-10 Thread Alex Earl
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/azure-container-agents-plugin
  Commit: 88e1a4a54eb3227d77d49b5d066dbac961c69d2f
  
https://github.com/jenkinsci/azure-container-agents-plugin/commit/88e1a4a54eb3227d77d49b5d066dbac961c69d2f
  Author: Alex Earl 
  Date:   2019-10-10 (Thu, 10 Oct 2019)

  Changed paths:
M pom.xml
M src/main/java/com/microsoft/jenkins/containeragents/aci/AciComputer.java
M 
src/main/java/com/microsoft/jenkins/containeragents/aci/volumes/AzureFileVolume.java

  Log Message:
  ---
  Fix CNFE when running with newer windows-azure-storage plugin (#44)


-- 
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/azure-container-agents-plugin/push/refs/heads/dev/f5d4b3-88e1a4%40github.com.


[jenkinsci/webhook-step-plugin] 834ece: [JENKINS-57079] pass token as registerWebhook Step...

2019-10-15 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/webhook-step-plugin
  Commit: 834ece9fe2f9e359250b6a4ab45d880f94159685
  
https://github.com/jenkinsci/webhook-step-plugin/commit/834ece9fe2f9e359250b6a4ab45d880f94159685
  Author: Valentin Titov 
  Date:   2019-04-17 (Wed, 17 Apr 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/webhookstep/RegisterWebhookExecution.java
M src/main/java/org/jenkinsci/plugins/webhookstep/RegisterWebhookStep.java

  Log Message:
  ---
  [JENKINS-57079] pass token as registerWebhook Step argument


  Commit: ed6535d8d9dd9624edbc210335d86beb9e7c41cc
  
https://github.com/jenkinsci/webhook-step-plugin/commit/ed6535d8d9dd9624edbc210335d86beb9e7c41cc
  Author: Valentin Titov 
  Date:   2019-06-20 (Thu, 20 Jun 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/webhookstep/RegisterWebhookExecution.java
M src/main/java/org/jenkinsci/plugins/webhookstep/RegisterWebhookStep.java

  Log Message:
  ---
  [JENKINS-57079] pass token as registerWebhook Step argument


  Commit: 369797587dee4e68f4e4099783588469e354c616
  
https://github.com/jenkinsci/webhook-step-plugin/commit/369797587dee4e68f4e4099783588469e354c616
  Author: Alex Earl 
  Date:   2019-10-15 (Tue, 15 Oct 2019)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/webhookstep/RegisterWebhookStep.java

  Log Message:
  ---
  Fix typo


  Commit: bfc75d0722c04230676c4fb2241ea94caa724986
  
https://github.com/jenkinsci/webhook-step-plugin/commit/bfc75d0722c04230676c4fb2241ea94caa724986
  Author: Alex Earl 
  Date:   2019-10-15 (Tue, 15 Oct 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/webhookstep/RegisterWebhookExecution.java
M src/main/java/org/jenkinsci/plugins/webhookstep/RegisterWebhookStep.java

  Log Message:
  ---
  Merge pull request #12 from vtitov/feature/token-param

pass token as registerWebhook Step argument


Compare: 
https://github.com/jenkinsci/webhook-step-plugin/compare/c76b5f54e52a...bfc75d0722c0

-- 
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/webhook-step-plugin/push/refs/heads/master/c76b5f-bfc75d%40github.com.


[jenkinsci/email-ext-plugin] bedf67: Upgrade parent pom

2019-10-18 Thread Alex Earl
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/email-ext-plugin

  Commit: bedf67d4f033f3c3d17c2d3894570b214f29ea08

  
https://github.com/jenkinsci/email-ext-plugin/commit/bedf67d4f033f3c3d17c2d3894570b214f29ea08

  Author: René Scheibe 

  Date:   2019-10-16 (Wed, 16 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Upgrade parent pom



Just to be up-to-date.





  Commit: 7257fbee8348858e464084ce84c833f1408101f5

  
https://github.com/jenkinsci/email-ext-plugin/commit/7257fbee8348858e464084ce84c833f1408101f5

  Author: René Scheibe 

  Date:   2019-10-16 (Wed, 16 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Use HTTPS for license URL





  Commit: 7930477aaa8dfd104d2a7486ceca469b6d5f79ef

  
https://github.com/jenkinsci/email-ext-plugin/commit/7930477aaa8dfd104d2a7486ceca469b6d5f79ef

  Author: René Scheibe 

  Date:   2019-10-16 (Wed, 16 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Use newer jenkins.io domain for WIKI link





  Commit: a878a398e4d3dc89d4f509b2bd92b395d7d0d6ad

  
https://github.com/jenkinsci/email-ext-plugin/commit/a878a398e4d3dc89d4f509b2bd92b395d7d0d6ad

  Author: René Scheibe 

  Date:   2019-10-16 (Wed, 16 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Simplify setting compatibleSinceVersion





  Commit: afad707e2b6cee2fa9f62fb9fb901492d10f9449

  
https://github.com/jenkinsci/email-ext-plugin/commit/afad707e2b6cee2fa9f62fb9fb901492d10f9449

  Author: René Scheibe 

  Date:   2019-10-16 (Wed, 16 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Remove deprecated 'permgen' Maven profile



Building the plugin requires Java 8 since some time.

This profile therefore never gets activated.





  Commit: 0adc8c4afa677b76b78b4eefab9d6bda4b3edbaf

  
https://github.com/jenkinsci/email-ext-plugin/commit/0adc8c4afa677b76b78b4eefab9d6bda4b3edbaf

  Author: René Scheibe 

  Date:   2019-10-16 (Wed, 16 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Remove deprecated Maven repositories



https://repo.jenkins-ci.org/public/ is all it takes.





  Commit: c21fc64a88f199c1ebf9708b4308740e20842c07

  
https://github.com/jenkinsci/email-ext-plugin/commit/c21fc64a88f199c1ebf9708b4308740e20842c07

  Author: René Scheibe 

  Date:   2019-10-18 (Fri, 18 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Improve Surefire configuration



It's better to configure `argLine` as property.

This has the following advantages

a) less LOC required to configure surefire

b) in case JaCoCo also set `argLine` it's not overwritten





  Commit: 2085773f77b4dabb3bb47bbd7b888fd1d0062c2a

  
https://github.com/jenkinsci/email-ext-plugin/commit/2085773f77b4dabb3bb47bbd7b888fd1d0062c2a

  Author: René Scheibe 

  Date:   2019-10-18 (Fri, 18 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Remove unnecessary sourceEncoding configuration



This is already set via the parent pom.





  Commit: 1dec2e47b3482e22e7d1c99f18eb07ee3027914e

  
https://github.com/jenkinsci/email-ext-plugin/commit/1dec2e47b3482e22e7d1c99f18eb07ee3027914e

  Author: René Scheibe 

  Date:   2019-10-18 (Fri, 18 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Put relevant properties in one place





  Commit: 56c3c640f25d874b5be6be8401b22d20bdee3d89

  
https://github.com/jenkinsci/email-ext-plugin/commit/56c3c640f25d874b5be6be8401b22d20bdee3d89

  Author: René Scheibe 

  Date:   2019-10-18 (Fri, 18 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Fix Jira link





  Commit: 225e72bcaac836de19a23381fd9c941d0786da73

  
https://github.com/jenkinsci/email-ext-plugin/commit/225e72bcaac836de19a23381fd9c941d0786da73

  Author: Alex Earl 

  Date:   2019-10-18 (Fri, 18 Oct 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Merge pull request #195 from darxriggs/improvements



Improvements for pom.xml





Compare: 
https://github.com/jenkinsci/email-ext-plugin/compare/317f1fad8594...225e72bcaac8

-- 
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/email-ext-plugin/push/refs/heads/master/317f1f-225e72%40github.com.


[jenkinsci/email-ext-plugin] f7ccab: Update URL and maintainer

2019-10-18 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: f7ccab7eb01e5d50185778e1ddf4bded76adb2d6
  
https://github.com/jenkinsci/email-ext-plugin/commit/f7ccab7eb01e5d50185778e1ddf4bded76adb2d6
  Author: Alex Earl 
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update URL and maintainer


-- 
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/email-ext-plugin/push/refs/heads/master/225e72-f7ccab%40github.com.


[jenkinsci/email-ext-plugin] 117a9d: Fix incorrect tag

2019-10-18 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 117a9dc64b386b3d951d4f08cf56836cca2f9b2a
  
https://github.com/jenkinsci/email-ext-plugin/commit/117a9dc64b386b3d951d4f08cf56836cca2f9b2a
  Author: Alex Earl 
  Date:   2019-10-18 (Fri, 18 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix incorrect tag


-- 
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/email-ext-plugin/push/refs/heads/master/f7ccab-117a9d%40github.com.


[jenkinsci/token-macro-plugin] 1f7e1c: Update from wiki

2019-10-21 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 1f7e1c7e1d668a6ba50af525c1cbc0ca599f4d87
  
https://github.com/jenkinsci/token-macro-plugin/commit/1f7e1c7e1d668a6ba50af525c1cbc0ca599f4d87
  Author: Alex Earl 
  Date:   2019-10-21 (Mon, 21 Oct 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Update from wiki


-- 
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/token-macro-plugin/push/refs/heads/master/ba6884-1f7e1c%40github.com.


[jenkinsci/token-macro-plugin] 58617b: Add changelog file

2019-10-21 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 58617b3dd6cad94d1d2c81a69bce24cb8c6f0429
  
https://github.com/jenkinsci/token-macro-plugin/commit/58617b3dd6cad94d1d2c81a69bce24cb8c6f0429
  Author: Alex Earl 
  Date:   2019-10-21 (Mon, 21 Oct 2019)

  Changed paths:
A CHANGELOG.md

  Log Message:
  ---
  Add changelog file


-- 
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/token-macro-plugin/push/refs/heads/master/1f7e1c-58617b%40github.com.


[jenkinsci/token-macro-plugin]

2019-10-21 Thread Alex Earl
  Branch: refs/tags/token-macro-2.9
  Home:   https://github.com/jenkinsci/token-macro-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/token-macro-plugin/push/refs/tags/token-macro-2.9/00-8b07b3%40github.com.


[jenkinsci/token-macro-plugin] 36abae: [maven-release-plugin] prepare release token-macro...

2019-10-21 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 36abae8b8f4fc653de37dc868bf15d644339207d
  
https://github.com/jenkinsci/token-macro-plugin/commit/36abae8b8f4fc653de37dc868bf15d644339207d
  Author: Alex Earl 
  Date:   2019-10-21 (Mon, 21 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release token-macro-2.9


-- 
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/token-macro-plugin/push/refs/heads/master/58617b-36abae%40github.com.


[jenkinsci/token-macro-plugin] 55af4c: [maven-release-plugin] prepare for next developmen...

2019-10-21 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 55af4c693857b4cf1fb7db613e53739b0494089c
  
https://github.com/jenkinsci/token-macro-plugin/commit/55af4c693857b4cf1fb7db613e53739b0494089c
  Author: Alex Earl 
  Date:   2019-10-21 (Mon, 21 Oct 2019)

  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/token-macro-plugin/push/refs/heads/master/36abae-55af4c%40github.com.


[jenkinsci/token-macro-plugin]

2019-10-22 Thread Alex Earl
  Branch: refs/heads/recovery
  Home:   https://github.com/jenkinsci/token-macro-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/token-macro-plugin/push/refs/heads/recovery/bdad17-00%40github.com.


[jenkinsci/token-macro-plugin]

2019-10-22 Thread Alex Earl
  Branch: refs/heads/aci_test
  Home:   https://github.com/jenkinsci/token-macro-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/token-macro-plugin/push/refs/heads/aci_test/7ea889-00%40github.com.


[jenkinsci/token-macro-plugin] f06f0a: Fix scm/url tag

2019-10-22 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: f06f0a984e04f4360e7048e8704c4059f7127143
  
https://github.com/jenkinsci/token-macro-plugin/commit/f06f0a984e04f4360e7048e8704c4059f7127143
  Author: Alex Earl 
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix scm/url tag


-- 
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/token-macro-plugin/push/refs/heads/master/55af4c-f06f0a%40github.com.


[jenkinsci/token-macro-plugin] f9d2db: [maven-release-plugin] prepare for next developmen...

2019-10-22 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: f9d2db06b5ced5719e3be3f6bdae1c73887c61fa
  
https://github.com/jenkinsci/token-macro-plugin/commit/f9d2db06b5ced5719e3be3f6bdae1c73887c61fa
  Author: Alex Earl 
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  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/token-macro-plugin/push/refs/heads/master/280747-f9d2db%40github.com.


[jenkinsci/token-macro-plugin]

2019-10-22 Thread Alex Earl
  Branch: refs/tags/token-macro-2.10
  Home:   https://github.com/jenkinsci/token-macro-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/token-macro-plugin/push/refs/tags/token-macro-2.10/00-b8f736%40github.com.


[jenkinsci/token-macro-plugin] 280747: [maven-release-plugin] prepare release token-macro...

2019-10-22 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 2807475bfff89348204b44b60b4b348d17903ae7
  
https://github.com/jenkinsci/token-macro-plugin/commit/2807475bfff89348204b44b60b4b348d17903ae7
  Author: Alex Earl 
  Date:   2019-10-22 (Tue, 22 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release token-macro-2.10


-- 
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/token-macro-plugin/push/refs/heads/master/f06f0a-280747%40github.com.


[jenkinsci/validating-string-parameter-plugin] 0d53c7: ValidatingStringParameterValue: Avoid an NPE if th...

2019-11-04 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/validating-string-parameter-plugin
  Commit: 0d53c7724027c7dce19ec7f21e72b8fe06b1e252
  
https://github.com/jenkinsci/validating-string-parameter-plugin/commit/0d53c7724027c7dce19ec7f21e72b8fe06b1e252
  Author: Sebastian Schuberth 
  Date:   2019-02-11 (Mon, 11 Feb 2019)

  Changed paths:
M 
src/main/java/hudson/plugins/validating_string_parameter/ValidatingStringParameterValue.java

  Log Message:
  ---
  ValidatingStringParameterValue: Avoid an NPE if the two-argument constructor 
was used

When (programmatically) using the two-argument constructor, `regex` is
explicitly to `null`. Guard against that when matching the `regex`.


  Commit: 7b69de1e57c838548cdf5b6e9376aa66bbdc0129
  
https://github.com/jenkinsci/validating-string-parameter-plugin/commit/7b69de1e57c838548cdf5b6e9376aa66bbdc0129
  Author: Alex Earl 
  Date:   2019-11-04 (Mon, 04 Nov 2019)

  Changed paths:
M 
src/main/java/hudson/plugins/validating_string_parameter/ValidatingStringParameterValue.java

  Log Message:
  ---
  Merge pull request #13 from sschuberth/patch-1

ValidatingStringParameterValue: Avoid an NPE if the two-argument constructor 
was used


Compare: 
https://github.com/jenkinsci/validating-string-parameter-plugin/compare/62eaa6817d34...7b69de1e57c8

-- 
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/validating-string-parameter-plugin/push/refs/heads/master/62eaa6-7b69de%40github.com.


[jenkinsci/token-macro-plugin] 2aa22a: Remove artifacts from conversion

2019-11-11 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/token-macro-plugin
  Commit: 2aa22a02ed04203f899a5676a39a4f4b21713f35
  
https://github.com/jenkinsci/token-macro-plugin/commit/2aa22a02ed04203f899a5676a39a4f4b21713f35
  Author: Alex Earl 
  Date:   2019-11-11 (Mon, 11 Nov 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Remove artifacts from conversion


-- 
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/token-macro-plugin/push/refs/heads/master/0fa42a-2aa22a%40github.com.


[jenkinsci/publish-over-cifs-plugin] f22cbb: Update jcifs-ng to get some fixes

2020-04-07 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/publish-over-cifs-plugin
  Commit: f22cbb8e864b1a4ffac6f8effcdd03a84619c3c1
  
https://github.com/jenkinsci/publish-over-cifs-plugin/commit/f22cbb8e864b1a4ffac6f8effcdd03a84619c3c1
  Author: Alex Earl 
  Date:   2020-04-07 (Tue, 07 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update jcifs-ng to get some fixes


-- 
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/publish-over-cifs-plugin/push/refs/heads/master/36f693-f22cbb%40github.com.


[jenkinsci/publish-over-cifs-plugin]

2020-04-08 Thread Alex Earl
  Branch: refs/tags/publish-over-cifs-0.13
  Home:   https://github.com/jenkinsci/publish-over-cifs-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/publish-over-cifs-plugin/push/refs/tags/publish-over-cifs-0.13/00-b059ea%40github.com.


[jenkinsci/publish-over-cifs-plugin] e98b63: [maven-release-plugin] prepare for next developmen...

2020-04-08 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/publish-over-cifs-plugin
  Commit: e98b63f7c41d70f2e296e0f741a7f95656d82d49
  
https://github.com/jenkinsci/publish-over-cifs-plugin/commit/e98b63f7c41d70f2e296e0f741a7f95656d82d49
  Author: Alex Earl 
  Date:   2020-04-08 (Wed, 08 Apr 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/publish-over-cifs-plugin/push/refs/heads/master/7e3cb9-e98b63%40github.com.


[jenkinsci/publish-over-cifs-plugin] 7e3cb9: [maven-release-plugin] prepare release publish-ove...

2020-04-08 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/publish-over-cifs-plugin
  Commit: 7e3cb92712d61720c57aacb60871c3950e9fb8ce
  
https://github.com/jenkinsci/publish-over-cifs-plugin/commit/7e3cb92712d61720c57aacb60871c3950e9fb8ce
  Author: Alex Earl 
  Date:   2020-04-08 (Wed, 08 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release publish-over-cifs-0.13


-- 
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/publish-over-cifs-plugin/push/refs/heads/master/f22cbb-7e3cb9%40github.com.


[jenkinsci/packaging] 26f0e6: Bump rake from 10.4.2 to 12.3.3 in /test

2020-04-08 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/packaging
  Commit: 26f0e6968d83b6a931d00706307fcaec442cbe7f
  
https://github.com/jenkinsci/packaging/commit/26f0e6968d83b6a931d00706307fcaec442cbe7f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-02-29 (Sat, 29 Feb 2020)

  Changed paths:
M test/Gemfile.lock

  Log Message:
  ---
  Bump rake from 10.4.2 to 12.3.3 in /test

Bumps [rake](https://github.com/ruby/rake) from 10.4.2 to 12.3.3.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v10.4.2...v12.3.3)

Signed-off-by: dependabot[bot] 


  Commit: da5bd412a84a6b17a54fcb01cbcb9aa0604eca66
  
https://github.com/jenkinsci/packaging/commit/da5bd412a84a6b17a54fcb01cbcb9aa0604eca66
  Author: Alex Earl 
  Date:   2020-04-08 (Wed, 08 Apr 2020)

  Changed paths:
M test/Gemfile.lock

  Log Message:
  ---
  Merge pull request #131 from jenkinsci/dependabot/bundler/test/rake-12.3.3

Bump rake from 10.4.2 to 12.3.3 in /test


Compare: 
https://github.com/jenkinsci/packaging/compare/3ae44df3fac0...da5bd412a84a

-- 
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/packaging/push/refs/heads/master/3ae44d-da5bd4%40github.com.


[jenkinsci/packaging]

2020-04-08 Thread Alex Earl
  Branch: refs/heads/dependabot/bundler/test/rake-12.3.3
  Home:   https://github.com/jenkinsci/packaging

-- 
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/packaging/push/refs/heads/dependabot/bundler/test/rake-12.3.3/26f0e6-00%40github.com.


[jenkinsci/email-ext-plugin] 57e7a6: Use ACI agents for all builds

2020-04-09 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 57e7a60c6a2c8efdf65b5c40156faff41c4c1a31
  
https://github.com/jenkinsci/email-ext-plugin/commit/57e7a60c6a2c8efdf65b5c40156faff41c4c1a31
  Author: Alex Earl 
  Date:   2020-02-21 (Fri, 21 Feb 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Use ACI agents for all builds


  Commit: f4961104ead33ea1f6c0f6ade62b3e0fd3450ccd
  
https://github.com/jenkinsci/email-ext-plugin/commit/f4961104ead33ea1f6c0f6ade62b3e0fd3450ccd
  Author: Alex Earl 
  Date:   2020-04-09 (Thu, 09 Apr 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Merge pull request #198 from jenkinsci/slide-patch-1

Use ACI agents for all builds


Compare: 
https://github.com/jenkinsci/email-ext-plugin/compare/a7e32223a203...f4961104ead3

-- 
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/email-ext-plugin/push/refs/heads/master/a7e322-f49611%40github.com.


[jenkinsci/email-ext-plugin]

2020-04-09 Thread Alex Earl
  Branch: refs/heads/slide-patch-1
  Home:   https://github.com/jenkinsci/email-ext-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/email-ext-plugin/push/refs/heads/slide-patch-1/57e7a6-00%40github.com.


[jenkinsci/email-ext-plugin]

2020-04-09 Thread Alex Earl
  Branch: refs/heads/aci_test
  Home:   https://github.com/jenkinsci/email-ext-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/email-ext-plugin/push/refs/heads/aci_test/151bde-00%40github.com.


[jenkinsci/email-ext-plugin]

2020-04-09 Thread Alex Earl
  Branch: refs/heads/2.57.x
  Home:   https://github.com/jenkinsci/email-ext-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/email-ext-plugin/push/refs/heads/2.57.x/356f95-00%40github.com.


[jenkins-infra/ircbot] e4c197: [INFRA-2545] Possible fix

2020-04-15 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/ircbot
  Commit: e4c197af66e10e7188dad25b98e2571f48ddc5ca
  
https://github.com/jenkins-infra/ircbot/commit/e4c197af66e10e7188dad25b98e2571f48ddc5ca
  Author: Alex Earl 
  Date:   2020-04-09 (Thu, 09 Apr 2020)

  Changed paths:
M src/main/java/org/jenkinsci/backend/ircbot/IrcListener.java
M src/test/java/org/jenkinsci/backend/ircbot/IrcListenerTest.java

  Log Message:
  ---
  [INFRA-2545] Possible fix

Only add the originating user if it is not an org.


  Commit: 75cf717779dfeacb6806600dc088dd56a80f00b2
  
https://github.com/jenkins-infra/ircbot/commit/75cf717779dfeacb6806600dc088dd56a80f00b2
  Author: Alex Earl 
  Date:   2020-04-15 (Wed, 15 Apr 2020)

  Changed paths:
M src/main/java/org/jenkinsci/backend/ircbot/IrcListener.java
M src/test/java/org/jenkinsci/backend/ircbot/IrcListenerTest.java

  Log Message:
  ---
  Merge pull request #81 from slide/teams_fixup

[INFRA-2545] Possible fix


Compare: 
https://github.com/jenkins-infra/ircbot/compare/d136b8172a36...75cf717779df

-- 
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/jenkins-infra/ircbot/push/refs/heads/master/d136b8-75cf71%40github.com.


[jenkins-infra/ircbot] 9ff7dc: Revert "[INFRA-2545] Possible fix"

2020-04-17 Thread Alex Earl
  Branch: refs/heads/revert-81-teams_fixup
  Home:   https://github.com/jenkins-infra/ircbot
  Commit: 9ff7dca7d2b8b4d731237ca9638fd1afc5e8276b
  
https://github.com/jenkins-infra/ircbot/commit/9ff7dca7d2b8b4d731237ca9638fd1afc5e8276b
  Author: Alex Earl 
  Date:   2020-04-17 (Fri, 17 Apr 2020)

  Changed paths:
M src/main/java/org/jenkinsci/backend/ircbot/IrcListener.java
M src/test/java/org/jenkinsci/backend/ircbot/IrcListenerTest.java

  Log Message:
  ---
  Revert "[INFRA-2545] Possible 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/jenkins-infra/ircbot/push/refs/heads/revert-81-teams_fixup/00-9ff7dc%40github.com.


[jenkins-infra/ircbot]

2020-04-17 Thread Alex Earl
  Branch: refs/heads/revert-81-teams_fixup
  Home:   https://github.com/jenkins-infra/ircbot

-- 
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/jenkins-infra/ircbot/push/refs/heads/revert-81-teams_fixup/9ff7dc-00%40github.com.


[jenkins-infra/ircbot] 9ff7dc: Revert "[INFRA-2545] Possible fix"

2020-04-17 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/ircbot
  Commit: 9ff7dca7d2b8b4d731237ca9638fd1afc5e8276b
  
https://github.com/jenkins-infra/ircbot/commit/9ff7dca7d2b8b4d731237ca9638fd1afc5e8276b
  Author: Alex Earl 
  Date:   2020-04-17 (Fri, 17 Apr 2020)

  Changed paths:
M src/main/java/org/jenkinsci/backend/ircbot/IrcListener.java
M src/test/java/org/jenkinsci/backend/ircbot/IrcListenerTest.java

  Log Message:
  ---
  Revert "[INFRA-2545] Possible fix"


  Commit: 1ecaad6f0b0e069dfcdfe466bfba6bec67410366
  
https://github.com/jenkins-infra/ircbot/commit/1ecaad6f0b0e069dfcdfe466bfba6bec67410366
  Author: Alex Earl 
  Date:   2020-04-17 (Fri, 17 Apr 2020)

  Changed paths:
M src/main/java/org/jenkinsci/backend/ircbot/IrcListener.java
M src/test/java/org/jenkinsci/backend/ircbot/IrcListenerTest.java

  Log Message:
  ---
  Merge pull request #82 from jenkins-infra/revert-81-teams_fixup

Revert "[INFRA-2545] Possible fix"


Compare: 
https://github.com/jenkins-infra/ircbot/compare/75cf717779df...1ecaad6f0b0e

-- 
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/jenkins-infra/ircbot/push/refs/heads/master/75cf71-1ecaad%40github.com.


[jenkins-infra/ircbot] 8b6769: Handle when user not member of org

2020-04-20 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/ircbot
  Commit: 8b6769e7167c1b749812bd7e8352aff94ea55df6
  
https://github.com/jenkins-infra/ircbot/commit/8b6769e7167c1b749812bd7e8352aff94ea55df6
  Author: Tim Jacomb 
  Date:   2020-04-18 (Sat, 18 Apr 2020)

  Changed paths:
M src/main/java/org/jenkinsci/backend/ircbot/IrcListener.java

  Log Message:
  ---
  Handle when user not member of org


  Commit: 9be7afe8f14082fc51acc8261ab2a3859d5174cc
  
https://github.com/jenkins-infra/ircbot/commit/9be7afe8f14082fc51acc8261ab2a3859d5174cc
  Author: Alex Earl 
  Date:   2020-04-20 (Mon, 20 Apr 2020)

  Changed paths:
M src/main/java/org/jenkinsci/backend/ircbot/IrcListener.java

  Log Message:
  ---
  Merge pull request #83 from timja/handle-when-user-not-member-of-org

Handle when user not member of org


Compare: 
https://github.com/jenkins-infra/ircbot/compare/1ecaad6f0b0e...9be7afe8f140

-- 
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/jenkins-infra/ircbot/push/refs/heads/master/1ecaad-9be7af%40github.com.


[jenkins-infra/ircbot] 84b991: Fix repsonse to Hello to show actual username, not...

2020-04-27 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/ircbot
  Commit: 84b99142560741bd899842b0c61e2b27cbeb5a46
  
https://github.com/jenkins-infra/ircbot/commit/84b99142560741bd899842b0c61e2b27cbeb5a46
  Author: Alex Earl 
  Date:   2020-04-27 (Mon, 27 Apr 2020)

  Changed paths:
M src/main/java/org/jenkinsci/backend/ircbot/fallback/FallbackMessage.java

  Log Message:
  ---
  Fix repsonse to Hello to show actual username, not the .toString()


  Commit: 5cecd3eafc3b050e46e434c8d6ca07313004df96
  
https://github.com/jenkins-infra/ircbot/commit/5cecd3eafc3b050e46e434c8d6ca07313004df96
  Author: Alex Earl 
  Date:   2020-04-27 (Mon, 27 Apr 2020)

  Changed paths:
M src/main/java/org/jenkinsci/backend/ircbot/fallback/FallbackMessage.java

  Log Message:
  ---
  Merge pull request #84 from slide/hello_user_fix

Fix response to Hello to show actual username, not the .toString()


Compare: 
https://github.com/jenkins-infra/ircbot/compare/9be7afe8f140...5cecd3eafc3b

-- 
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/jenkins-infra/ircbot/push/refs/heads/master/9be7af-5cecd3%40github.com.


[jenkinsci/email-ext-plugin] 5cb56c: JENKINS-61379 - Run presend script before checking...

2020-04-28 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 5cb56c9de5aef6c62b0dd14f4c567d845824ba6a
  
https://github.com/jenkinsci/email-ext-plugin/commit/5cb56c9de5aef6c62b0dd14f4c567d845824ba6a
  Author: srasmussen 
  Date:   2020-03-07 (Sat, 07 Mar 2020)

  Changed paths:
M src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java

  Log Message:
  ---
  JENKINS-61379 - Run presend script before checking for empty recipient list


  Commit: 5f597d3c6d477e7f258403c62ad3db0923a7b9fa
  
https://github.com/jenkinsci/email-ext-plugin/commit/5f597d3c6d477e7f258403c62ad3db0923a7b9fa
  Author: Alex Earl 
  Date:   2020-04-28 (Tue, 28 Apr 2020)

  Changed paths:
M src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java

  Log Message:
  ---
  Merge pull request #202 from SKroell/JENKINS-61379

JENKINS-61379 - Run presend script before checking for empty recipient list


Compare: 
https://github.com/jenkinsci/email-ext-plugin/compare/f4961104ead3...5f597d3c6d47

-- 
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/email-ext-plugin/push/refs/heads/master/f49611-5f597d%40github.com.


[jenkinsci/email-ext-plugin] d07a55: Testing build on arm64

2020-04-28 Thread Alex Earl
  Branch: refs/heads/arm64_test
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: d07a5517de6efbfc413b25a59f654d87fd9935e7
  
https://github.com/jenkinsci/email-ext-plugin/commit/d07a5517de6efbfc413b25a59f654d87fd9935e7
  Author: Alex Earl 
  Date:   2020-04-28 (Tue, 28 Apr 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Testing build on arm64


-- 
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/email-ext-plugin/push/refs/heads/arm64_test/00-d07a55%40github.com.


[jenkinsci/email-ext-plugin] a22b3b: Add missing comma

2020-04-28 Thread Alex Earl
  Branch: refs/heads/arm64_test
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: a22b3b886dae4232932dd7798e52d9c78c06896c
  
https://github.com/jenkinsci/email-ext-plugin/commit/a22b3b886dae4232932dd7798e52d9c78c06896c
  Author: Alex Earl 
  Date:   2020-04-28 (Tue, 28 Apr 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Add missing comma


-- 
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/email-ext-plugin/push/refs/heads/arm64_test/d07a55-a22b3b%40github.com.


[jenkinsci/email-ext-plugin] 19eacb: Try on s390x

2020-04-28 Thread Alex Earl
  Branch: refs/heads/arm64_test
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 19eacb86d9bb66e0f1b213d9787f700e008a9b0f
  
https://github.com/jenkinsci/email-ext-plugin/commit/19eacb86d9bb66e0f1b213d9787f700e008a9b0f
  Author: Alex Earl 
  Date:   2020-04-28 (Tue, 28 Apr 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Try on s390x


-- 
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/email-ext-plugin/push/refs/heads/arm64_test/a22b3b-19eacb%40github.com.


[jenkinsci/email-ext-plugin] 6cfdce: only try jdk11

2020-04-28 Thread Alex Earl
  Branch: refs/heads/arm64_test
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 6cfdceb4404cfcee191f96e6d02e9120f5b73e3f
  
https://github.com/jenkinsci/email-ext-plugin/commit/6cfdceb4404cfcee191f96e6d02e9120f5b73e3f
  Author: Alex Earl 
  Date:   2020-04-28 (Tue, 28 Apr 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  only try jdk11


-- 
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/email-ext-plugin/push/refs/heads/arm64_test/19eacb-6cfdce%40github.com.


[jenkinsci/email-ext-plugin] b3ce4d: Update to use bom

2020-04-28 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: b3ce4d10df1d4dbab661543ea2de0789c08453ef
  
https://github.com/jenkinsci/email-ext-plugin/commit/b3ce4d10df1d4dbab661543ea2de0789c08453ef
  Author: Alex Earl 
  Date:   2020-04-28 (Tue, 28 Apr 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update to use bom


-- 
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/email-ext-plugin/push/refs/heads/master/5f597d-b3ce4d%40github.com.


[jenkinsci/email-ext-plugin] 0ccf98: Try on both 8 and 11

2020-04-28 Thread Alex Earl
  Branch: refs/heads/arm64_test
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: 0ccf98de2b93f297bb8a0a6cca706e9267496591
  
https://github.com/jenkinsci/email-ext-plugin/commit/0ccf98de2b93f297bb8a0a6cca706e9267496591
  Author: Alex Earl 
  Date:   2020-04-28 (Tue, 28 Apr 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Try on both 8 and 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/email-ext-plugin/push/refs/heads/arm64_test/6cfdce-0ccf98%40github.com.


  1   2   3   4   5   >