[jenkinsci/localization-zh-cn-plugin] 48efd9: fixup some translation error for jenkins/security/...

2020-09-18 Thread 'Zhao Xiaojie' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/localization-zh-cn-plugin

  Commit: 48efd9c66297f47a89dec03b46dcc351089e9e16

  
https://github.com/jenkinsci/localization-zh-cn-plugin/commit/48efd9c66297f47a89dec03b46dcc351089e9e16

  Author: Mamh-Linux <839682...@qq.com>

  Date:   2020-09-18 (Fri, 18 Sep 2020)



  Changed paths:

M core/src/main/resources/jenkins/security/seed/Messages_zh_CN.properties

M 
core/src/main/resources/jenkins/security/seed/UserSeedProperty/config_zh_CN.properties

M 
core/src/main/resources/jenkins/security/seed/UserSeedProperty/help-resetSeed_zh_CN.html



  Log Message:

  ---

  fixup some translation error for jenkins/security/seed



UserSeedProperty.DisplayName=\u65AD\u5F00\u56DE\u8BDD

UserSeedProperty.DisplayName=\u65AD\u5F00\u4F1A\u8BDD



UserSeedProperty.DisplayName=断开回话

UserSeedProperty.DisplayName=断开会话



断开回话 -> 断开会话

收到该动作的影响  -> 受到该动作的影响



Signed-off-by: Mamh-Linux 839682...@qq.com

Signed-off-by: Mamh-Linux <839682...@qq.com>





  Commit: 872bec8ed337069b4ef7eb87f083bcf6871ae34e

  
https://github.com/jenkinsci/localization-zh-cn-plugin/commit/872bec8ed337069b4ef7eb87f083bcf6871ae34e

  Author: Zhao Xiaojie 

  Date:   2020-09-19 (Sat, 19 Sep 2020)



  Changed paths:

M core/src/main/resources/jenkins/security/seed/Messages_zh_CN.properties

M 
core/src/main/resources/jenkins/security/seed/UserSeedProperty/config_zh_CN.properties

M 
core/src/main/resources/jenkins/security/seed/UserSeedProperty/help-resetSeed_zh_CN.html



  Log Message:

  ---

  Merge pull request #141 from mamh-java/fixup-for-core-jenkins-security-seed



fixup some translation error for jenkins/security/seed





Compare: 
https://github.com/jenkinsci/localization-zh-cn-plugin/compare/750d6ab46782...872bec8ed337

-- 
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/localization-zh-cn-plugin/push/refs/heads/master/750d6a-872bec%40github.com.


[jenkinsci/email-ext-plugin] d5ee60: Remove superfluous whitespace and add @Override an...

2020-09-18 Thread 'Alex Earl' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: d5ee601fb71ce53e046efd3a2c4c2ab08b8827c2
  
https://github.com/jenkinsci/email-ext-plugin/commit/d5ee601fb71ce53e046efd3a2c4c2ab08b8827c2
  Author: Erik Brangs 
  Date:   2020-08-17 (Mon, 17 Aug 2020)

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

  Log Message:
  ---
  Remove superfluous whitespace and add @Override annotations


  Commit: 29f484ccd100386acff67aa3857839644c83016c
  
https://github.com/jenkinsci/email-ext-plugin/commit/29f484ccd100386acff67aa3857839644c83016c
  Author: Erik Brangs 
  Date:   2020-08-17 (Mon, 17 Aug 2020)

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

  Log Message:
  ---
  Change ExtendedEmailPublisherDescriptor to make creation of Authenticator 
changeable for tests


  Commit: be3234a984807f8d98e11a50578c8f026e96ae3a
  
https://github.com/jenkinsci/email-ext-plugin/commit/be3234a984807f8d98e11a50578c8f026e96ae3a
  Author: Erik Brangs 
  Date:   2020-08-17 (Mon, 17 Aug 2020)

  Changed paths:
M 
src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptorTest.java

  Log Message:
  ---
  Add test cases for handling of blank usernames for SMTP authentication in 
ExtendedEmailPublisherDescriptor


  Commit: ba3784ce32c4d1a01c11ba7d390b309441a76d20
  
https://github.com/jenkinsci/email-ext-plugin/commit/ba3784ce32c4d1a01c11ba7d390b309441a76d20
  Author: Alex Earl 
  Date:   2020-08-17 (Mon, 17 Aug 2020)

  Changed paths:
M 
src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java
M 
src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptorTest.java

  Log Message:
  ---
  Merge branch 'sketch-test-cases-for-jenkins-JENKINS-63311' of 
https://github.com/erik-brangs/email-ext-plugin into 
erik-brangs-sketch-test-cases-for-jenkins-JENKINS-63311


  Commit: 0e96dbd998ba2e0e0b6803e03c97908c6a2051c6
  
https://github.com/jenkinsci/email-ext-plugin/commit/0e96dbd998ba2e0e0b6803e03c97908c6a2051c6
  Author: Alex Earl 
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
M src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java
M 
src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java
M src/test/java/hudson/plugins/emailext/AttachmentUtilsTest.java
M src/test/java/hudson/plugins/emailext/EmailExtStepTest.java
M 
src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptorTest.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/MailAccountTest.java
M 
src/test/java/hudson/plugins/emailext/plugins/content/FailedTestsContentTest.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/content/TriggerNameContentTest.java

  Log Message:
  ---
  Add in tests from #216 and some fixup


  Commit: d0cb6f5249000db8233538c7f94d0238824ab5c0
  
https://github.com/jenkinsci/email-ext-plugin/commit/d0cb6f5249000db8233538c7f94d0238824ab5c0
  Author: Alex Earl 
  Date:   2020-08-19 (Wed, 19 Aug 2020)

  Changed paths:
M 
src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherMatrixTest.java

  Log Message:
  ---
  Fix use of term


  Commit: f995fa0ecca2296eff1dbfe2efa60948179daec3
  
https://github.com/jenkinsci/email-ext-plugin/commit/f995fa0ecca2296eff1dbfe2efa60948179daec3
  Author: Alex Earl 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M src/main/java/hudson/plugins/emailext/ExtendedEmailPublisher.java
M 
src/main/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptor.java
M src/test/java/hudson/plugins/emailext/AttachmentUtilsTest.java
M src/test/java/hudson/plugins/emailext/EmailExtStepTest.java
M 
src/test/java/hudson/plugins/emailext/ExtendedEmailPublisherDescriptorTest.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/MailAccountTest.java
M 
src/test/java/hudson/plugins/emailext/plugins/content/FailedTestsContentTest.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/content/TriggerNameContentTest.java

  Log Message:
  ---
  Merge pull request #217 from slide/authentication_tests

Authentication tests


Compare: 

[jenkins-infra/jenkins.io] 02e990: Add DevOps World to Jumbotron as agreed by governance

2020-09-18 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 02e99003a42643da6b7a6ec2fa183e88dcda58ba
  
https://github.com/jenkins-infra/jenkins.io/commit/02e99003a42643da6b7a6ec2fa183e88dcda58ba
  Author: Mark Waite 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
A content/images/conferences/DWLogo_globe_warm_p.png
M content/index.html.haml

  Log Message:
  ---
  Add DevOps World to Jumbotron as agreed by governance

The governance meeting Sep 16, 2020 approved the addition of the
DevO0ps World panel to the Jenkins Jumbotron. Will be replaced with
a CDCon page on the Jumbotron after the conference finished Sep 24.


  Commit: 2466aadeb4044e8caf70ba130636ba90b0106d9c
  
https://github.com/jenkins-infra/jenkins.io/commit/2466aadeb4044e8caf70ba130636ba90b0106d9c
  Author: Mark Waite 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
A content/images/conferences/DWLogo_globe_warm_p.png
M content/index.html.haml

  Log Message:
  ---
  Merge pull request #3713 from MarkEWaite/devops-world-jumbotron

Add DevOps World to Jumbotron


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/8059086f2a5a...2466aadeb404

-- 
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/jenkins.io/push/refs/heads/master/805908-2466aa%40github.com.


[jenkinsci/packaging] dfae9a: Fix MSI version

2020-09-18 Thread 'Alex Earl' via Jenkins Commits
  Branch: refs/heads/INFRA-910-core-release-automation
  Home:   https://github.com/jenkinsci/packaging
  Commit: dfae9a0df66dbcfeff06510fb70163a64e70fcdc
  
https://github.com/jenkinsci/packaging/commit/dfae9a0df66dbcfeff06510fb70163a64e70fcdc
  Author: Alex Earl 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M msi/build/build.ps1
M msi/build/jenkins.wixproj
M msi/build/jenkins.wxs

  Log Message:
  ---
  Fix MSI version


  Commit: ccb7338f2606ea8b07a611fcaa15cf32d638b2db
  
https://github.com/jenkinsci/packaging/commit/ccb7338f2606ea8b07a611fcaa15cf32d638b2db
  Author: Alex Earl 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M msi/build/build.ps1
M msi/build/jenkins.wixproj
M msi/build/jenkins.wxs

  Log Message:
  ---
  Merge pull request #196 from slide/INFRA-910

Fix MSI version


Compare: 
https://github.com/jenkinsci/packaging/compare/ea798bb83b73...ccb7338f2606

-- 
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/INFRA-910-core-release-automation/ea798b-ccb733%40github.com.


[jenkinsci/compuware-ispw-operations-plugin] b24f58: Fix webhook callback - no body posted - CWE-167962

2020-09-18 Thread 'Sam Zhou' via Jenkins Commits
  Branch: 
refs/heads/CWE-167962-The-webhook-callback-originally-supported-in-ispw-operation-plugin-no-longer-works
  Home:   https://github.com/jenkinsci/compuware-ispw-operations-plugin
  Commit: b24f588d80063f98afaf3e4039171bc7c6e9345f
  
https://github.com/jenkinsci/compuware-ispw-operations-plugin/commit/b24f588d80063f98afaf3e4039171bc7c6e9345f
  Author: sam zhou 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M src/main/java/com/compuware/ispw/restapi/util/ReflectUtils.java

  Log Message:
  ---
  Fix webhook callback - no body posted - CWE-167962
The webhook callback originally supported in ispw operation plugin no
longer works


-- 
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/compuware-ispw-operations-plugin/push/refs/heads/CWE-167962-The-webhook-callback-originally-supported-in-ispw-operation-plugin-no-longer-works/8bd9dc-b24f58%40github.com.


[jenkinsci/analysis-pom-plugin] b3f118: Bump junit-platform-launcher from 1.6.2 to 1.7.0

2020-09-18 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.junit.platform-junit-platform-launcher-1.7.0
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: b3f118bf7553e647230336bdfd761d784ad91d08
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/b3f118bf7553e647230336bdfd761d784ad91d08
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump junit-platform-launcher from 1.6.2 to 1.7.0

Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 
1.6.2 to 1.7.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Signed-off-by: dependabot[bot] 


-- 
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/analysis-pom-plugin/push/refs/heads/dependabot/maven/org.junit.platform-junit-platform-launcher-1.7.0/b85588-b3f118%40github.com.


[jenkinsci/analysis-pom-plugin] 569f3f: Bump mockito-core from 3.5.10 to 3.5.11

2020-09-18 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 569f3f91499895827726bfdd5c190e3e6ec117da
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/569f3f91499895827726bfdd5c190e3e6ec117da
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mockito-core from 3.5.10 to 3.5.11

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.10 to 3.5.11.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.10...v3.5.11)

Signed-off-by: dependabot[bot] 


  Commit: eaf1f826f5e8e95af0768625919072752ea8e143
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/eaf1f826f5e8e95af0768625919072752ea8e143
  Author: Ullrich Hafner 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #140 from 
jenkinsci/dependabot/maven/org.mockito-mockito-core-3.5.11

Bump mockito-core from 3.5.10 to 3.5.11


Compare: 
https://github.com/jenkinsci/analysis-pom-plugin/compare/1be4dc6bb985...eaf1f826f5e8

-- 
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/analysis-pom-plugin/push/refs/heads/master/1be4dc-eaf1f8%40github.com.


[jenkinsci/analysis-pom-plugin]

2020-09-18 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.mockito-mockito-core-3.5.11
  Home:   https://github.com/jenkinsci/analysis-pom-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/analysis-pom-plugin/push/refs/heads/dependabot/maven/org.mockito-mockito-core-3.5.11/569f3f-00%40github.com.


[jenkinsci/analysis-pom-plugin]

2020-09-18 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/commons-io-commons-io-2.8.0
  Home:   https://github.com/jenkinsci/analysis-pom-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/analysis-pom-plugin/push/refs/heads/dependabot/maven/commons-io-commons-io-2.8.0/f98413-00%40github.com.


[jenkinsci/analysis-pom-plugin] f98413: Bump commons-io from 2.7 to 2.8.0

2020-09-18 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: f98413b73a02809b0bd30b2144a94d660f102a91
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/f98413b73a02809b0bd30b2144a94d660f102a91
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-10 (Thu, 10 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump commons-io from 2.7 to 2.8.0

Bumps commons-io from 2.7 to 2.8.0.

Signed-off-by: dependabot[bot] 


  Commit: 1be4dc6bb98589ebd2ffbe344cff90ceb606607a
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/1be4dc6bb98589ebd2ffbe344cff90ceb606607a
  Author: Ullrich Hafner 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #133 from 
jenkinsci/dependabot/maven/commons-io-commons-io-2.8.0

Bump commons-io from 2.7 to 2.8.0


Compare: 
https://github.com/jenkinsci/analysis-pom-plugin/compare/9e4764fc1365...1be4dc6bb985

-- 
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/analysis-pom-plugin/push/refs/heads/master/9e4764-1be4dc%40github.com.


[jenkinsci/analysis-pom-plugin] bc6540: Bump checkstyle from 8.36 to 8.36.1

2020-09-18 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: bc65407abc3f26270d9821a51c2fa3e5ef59068e
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/bc65407abc3f26270d9821a51c2fa3e5ef59068e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump checkstyle from 8.36 to 8.36.1

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36 to 
8.36.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- 
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.36...checkstyle-8.36.1)

Signed-off-by: dependabot[bot] 


  Commit: 9e4764fc1365639d602bc8ed3a5254541a73b143
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/9e4764fc1365639d602bc8ed3a5254541a73b143
  Author: Ullrich Hafner 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #134 from 
jenkinsci/dependabot/maven/com.puppycrawl.tools-checkstyle-8.36.1

Bump checkstyle from 8.36 to 8.36.1


Compare: 
https://github.com/jenkinsci/analysis-pom-plugin/compare/27ce2c9d9cce...9e4764fc1365

-- 
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/analysis-pom-plugin/push/refs/heads/master/27ce2c-9e4764%40github.com.


[jenkinsci/analysis-pom-plugin]

2020-09-18 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/junit.version-5.7.0
  Home:   https://github.com/jenkinsci/analysis-pom-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/analysis-pom-plugin/push/refs/heads/dependabot/maven/junit.version-5.7.0/8c3b44-00%40github.com.


[jenkinsci/analysis-pom-plugin]

2020-09-18 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-8.36.1
  Home:   https://github.com/jenkinsci/analysis-pom-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/analysis-pom-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-8.36.1/bc6540-00%40github.com.


[jenkinsci/analysis-pom-plugin] 3f18fc: Bump kentaro-m/auto-assign-action from v1.1.1 to v...

2020-09-18 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 3f18fc3157f8bca8998eac242155661c6d149422
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/3f18fc3157f8bca8998eac242155661c6d149422
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
M .github/workflows/assign-pr.yml

  Log Message:
  ---
  Bump kentaro-m/auto-assign-action from v1.1.1 to v1.1.2

Bumps 
[kentaro-m/auto-assign-action](https://github.com/kentaro-m/auto-assign-action) 
from v1.1.1 to v1.1.2.
- [Release notes](https://github.com/kentaro-m/auto-assign-action/releases)
- 
[Commits](https://github.com/kentaro-m/auto-assign-action/compare/v1.1.1...33184f4b3be6d5d3974987dec054293c57a5af4c)

Signed-off-by: dependabot[bot] 


  Commit: 6c37b01870a4e1ad1bd42eb43ce2a29b9d16f75d
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/6c37b01870a4e1ad1bd42eb43ce2a29b9d16f75d
  Author: Ullrich Hafner 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M .github/workflows/assign-pr.yml

  Log Message:
  ---
  Merge pull request #137 from 
jenkinsci/dependabot/github_actions/kentaro-m/auto-assign-action-v1.1.2

Bump kentaro-m/auto-assign-action from v1.1.1 to v1.1.2


Compare: 
https://github.com/jenkinsci/analysis-pom-plugin/compare/4adb97167815...6c37b01870a4

-- 
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/analysis-pom-plugin/push/refs/heads/master/4adb97-6c37b0%40github.com.


[jenkinsci/analysis-pom-plugin]

2020-09-18 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/github_actions/kentaro-m/auto-assign-action-v1.1.2
  Home:   https://github.com/jenkinsci/analysis-pom-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/analysis-pom-plugin/push/refs/heads/dependabot/github_actions/kentaro-m/auto-assign-action-v1.1.2/3f18fc-00%40github.com.


[jenkinsci/analysis-pom-plugin] 8c3b44: Bump junit.version from 5.6.2 to 5.7.0

2020-09-18 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 8c3b4408d6c6ec413537c027cace34c7fea3ed13
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/8c3b4408d6c6ec413537c027cace34c7fea3ed13
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump junit.version from 5.6.2 to 5.7.0

Bumps `junit.version` from 5.6.2 to 5.7.0.

Updates `junit-jupiter-api` from 5.6.2 to 5.7.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.6.2...r5.7.0)

Updates `junit-jupiter-engine` from 5.6.2 to 5.7.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.6.2...r5.7.0)

Updates `junit-vintage-engine` from 5.6.2 to 5.7.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.6.2...r5.7.0)

Updates `junit-jupiter-params` from 5.6.2 to 5.7.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.6.2...r5.7.0)

Signed-off-by: dependabot[bot] 


  Commit: 27ce2c9d9cce7e7fa42d647de55d4604c811782d
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/27ce2c9d9cce7e7fa42d647de55d4604c811782d
  Author: Ullrich Hafner 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #135 from jenkinsci/dependabot/maven/junit.version-5.7.0

Bump junit.version from 5.6.2 to 5.7.0


Compare: 
https://github.com/jenkinsci/analysis-pom-plugin/compare/6c37b01870a4...27ce2c9d9cce

-- 
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/analysis-pom-plugin/push/refs/heads/master/6c37b0-27ce2c%40github.com.


[jenkinsci/analysis-pom-plugin] b85588: Bump junit-platform-launcher from 1.6.2 to 1.7.0

2020-09-18 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.junit.platform-junit-platform-launcher-1.7.0
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: b85588a5c5b12ae28b8931751490ed79ecd65b51
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/b85588a5c5b12ae28b8931751490ed79ecd65b51
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump junit-platform-launcher from 1.6.2 to 1.7.0

Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 
1.6.2 to 1.7.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Signed-off-by: dependabot[bot] 


-- 
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/analysis-pom-plugin/push/refs/heads/dependabot/maven/org.junit.platform-junit-platform-launcher-1.7.0/03bc55-b85588%40github.com.


[jenkinsci/analysis-model]

2020-09-18 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/se.bjurr.violations-violations-lib-1.128
  Home:   https://github.com/jenkinsci/analysis-model

-- 
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/analysis-model/push/refs/heads/dependabot/maven/se.bjurr.violations-violations-lib-1.128/3c5332-00%40github.com.


[jenkinsci/analysis-model] 3c5332: Bump violations-lib from 1.127 to 1.128

2020-09-18 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 3c53320c5071e471175e54e25910061926945b65
  
https://github.com/jenkinsci/analysis-model/commit/3c53320c5071e471175e54e25910061926945b65
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump violations-lib from 1.127 to 1.128

Bumps [violations-lib](https://github.com/tomasbjerre/violations-lib) from 
1.127 to 1.128.
- [Release notes](https://github.com/tomasbjerre/violations-lib/releases)
- 
[Changelog](https://github.com/tomasbjerre/violations-lib/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tomasbjerre/violations-lib/compare/1.127...1.128)

Signed-off-by: dependabot[bot] 


  Commit: 87ca8da40f5c7bc8f9031dfbead6e6505fb4b9ca
  
https://github.com/jenkinsci/analysis-model/commit/87ca8da40f5c7bc8f9031dfbead6e6505fb4b9ca
  Author: Ullrich Hafner 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #513 from 
jenkinsci/dependabot/maven/se.bjurr.violations-violations-lib-1.128

Bump violations-lib from 1.127 to 1.128


Compare: 
https://github.com/jenkinsci/analysis-model/compare/3766942061e8...87ca8da40f5c

-- 
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/analysis-model/push/refs/heads/master/376694-87ca8d%40github.com.


[jenkinsci/analysis-pom-plugin]

2020-09-18 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.6
  Home:   https://github.com/jenkinsci/analysis-pom-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/analysis-pom-plugin/push/refs/heads/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.6/f49bbf-00%40github.com.


[jenkinsci/analysis-pom-plugin] f49bbf: Bump jacoco-maven-plugin from 0.8.5 to 0.8.6

2020-09-18 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: f49bbfd7fe433234b4c0d91f9c17170c949c554b
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/f49bbfd7fe433234b4c0d91f9c17170c949c554b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jacoco-maven-plugin from 0.8.5 to 0.8.6

Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.5 to 
0.8.6.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.5...v0.8.6)

Signed-off-by: dependabot[bot] 


  Commit: 4adb97167815d62e43f2af44d9d8f3da4944e1a8
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/4adb97167815d62e43f2af44d9d8f3da4944e1a8
  Author: Ullrich Hafner 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #138 from 
jenkinsci/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.6

Bump jacoco-maven-plugin from 0.8.5 to 0.8.6


Compare: 
https://github.com/jenkinsci/analysis-pom-plugin/compare/ccea3475c7f4...4adb97167815

-- 
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/analysis-pom-plugin/push/refs/heads/master/ccea34-4adb97%40github.com.


[jenkinsci/analysis-pom-plugin]

2020-09-18 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/edu.hm.hafner-codingstyle-config-1.6.0
  Home:   https://github.com/jenkinsci/analysis-pom-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/analysis-pom-plugin/push/refs/heads/dependabot/maven/edu.hm.hafner-codingstyle-config-1.6.0/f60bec-00%40github.com.


[jenkinsci/analysis-pom-plugin] f60bec: Bump codingstyle from 1.5.0 to 1.6.0

2020-09-18 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: f60becbdd56a55ee5bf23cea2bd3479171c47f7b
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/f60becbdd56a55ee5bf23cea2bd3479171c47f7b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump codingstyle from 1.5.0 to 1.6.0

Bumps [codingstyle](https://github.com/uhafner/codingstyle) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/uhafner/codingstyle/releases)
- [Changelog](https://github.com/uhafner/codingstyle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uhafner/codingstyle/compare/v1.5.0...v1.6.0)

Signed-off-by: dependabot[bot] 


  Commit: ccea3475c7f4db8cf123189e82ff4960ae270c51
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/ccea3475c7f4db8cf123189e82ff4960ae270c51
  Author: Ullrich Hafner 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #139 from 
jenkinsci/dependabot/maven/edu.hm.hafner-codingstyle-config-1.6.0

Bump codingstyle from 1.5.0 to 1.6.0


Compare: 
https://github.com/jenkinsci/analysis-pom-plugin/compare/706fa1fdea2b...ccea3475c7f4

-- 
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/analysis-pom-plugin/push/refs/heads/master/706fa1-ccea34%40github.com.


[jenkinsci/deployhub-plugin] 9272ca: remove extra rename of new app ver

2020-09-18 Thread 'Steve Taylor' via Jenkins Commits
  Branch: refs/heads/updateattrs
  Home:   https://github.com/jenkinsci/deployhub-plugin
  Commit: 9272ca557e53aa8de300a8d156dcb3228258958c
  
https://github.com/jenkinsci/deployhub-plugin/commit/9272ca557e53aa8de300a8d156dcb3228258958c
  Author: Steve Taylor 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M vars/deployhub.groovy

  Log Message:
  ---
  remove extra rename of new app ver
Signed-off-by: Steve Taylor 


-- 
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/deployhub-plugin/push/refs/heads/updateattrs/f6e2d8-9272ca%40github.com.


[jenkinsci/git-client-plugin] 329621: Skip longpath failing test when Windows dir is too...

2020-09-18 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 329621daaad8186fa1f1a3b54fad2c21260dddc1
  
https://github.com/jenkinsci/git-client-plugin/commit/329621daaad8186fa1f1a3b54fad2c21260dddc1
  Author: Mark Waite 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientTest.java

  Log Message:
  ---
  Skip longpath failing test when Windows dir is too long

Final fix needs to be made in git for Windows.


  Commit: c77ad6b3ce362e61ec787ec8323d294c86126b2f
  
https://github.com/jenkinsci/git-client-plugin/commit/c77ad6b3ce362e61ec787ec8323d294c86126b2f
  Author: Mark Waite 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/gitclient/GitClientTest.java

  Log Message:
  ---
  Merge pull request #611 from 
MarkEWaite/skip-longpath-submodule-failure-on-windows

Skip longpath failing test when Windows dir is too long


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/ffdab0c9d2f4...c77ad6b3ce36

-- 
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/git-client-plugin/push/refs/heads/master/ffdab0-c77ad6%40github.com.


[jenkinsci/junit-plugin]

2020-09-18 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/more-test-result-fixes
  Home:   https://github.com/jenkinsci/junit-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/junit-plugin/push/refs/heads/more-test-result-fixes/f11818-00%40github.com.


[jenkinsci/junit-plugin] d02d08: Pluggable storage: More test report fixes (#164)

2020-09-18 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/junit-plugin
  Commit: d02d08f48e4729e66d6a07fa5c69f154657ff6dd
  
https://github.com/jenkinsci/junit-plugin/commit/d02d08f48e4729e66d6a07fa5c69f154657ff6dd
  Author: Tim Jacomb 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M src/main/java/hudson/tasks/junit/CaseResult.java
M src/main/java/hudson/tasks/junit/SuiteResult.java
M src/main/java/hudson/tasks/junit/TestResult.java
M src/main/java/io/jenkins/plugins/junit/storage/TestResultImpl.java
M 
src/test/java/io/jenkins/plugins/junit/storage/TestResultStorageJunitTest.java

  Log Message:
  ---
  Pluggable storage: More test report fixes (#164)


-- 
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/junit-plugin/push/refs/heads/master/ab621d-d02d08%40github.com.


[jenkinsci/git-client-plugin] 5e5c99: Set plugin version to 3.5.0

2020-09-18 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 5e5c99fc4ae36b08cf80c4f291e426425806ec95
  
https://github.com/jenkinsci/git-client-plugin/commit/5e5c99fc4ae36b08cf80c4f291e426425806ec95
  Author: Mark Waite 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Set plugin version to 3.5.0

The 3.5.0 release will include JGit 5.9.0.  JGit updates justify an
increase in minor version.


  Commit: ffdab0c9d2f4436ccab1340b931d2d7b00f2c4ac
  
https://github.com/jenkinsci/git-client-plugin/commit/ffdab0c9d2f4436ccab1340b931d2d7b00f2c4ac
  Author: Mark Waite 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #610 from MarkEWaite/prep-for-3.5.0-release

Set plugin version to 3.5.0


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/98423707b9a6...ffdab0c9d2f4

-- 
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/git-client-plugin/push/refs/heads/master/984237-ffdab0%40github.com.


[jenkinsci/git-plugin] 33f9ef: Recognize all existing caches

2020-09-18 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 33f9efd1de37c8f8f478d2a662e6ba72fe91f62c
  
https://github.com/jenkinsci/git-plugin/commit/33f9efd1de37c8f8f478d2a662e6ba72fe91f62c
  Author: Rishabh Budhouliya 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M src/main/java/jenkins/plugins/git/GitToolChooser.java
M src/test/java/jenkins/plugins/git/GitToolChooserTest.java

  Log Message:
  ---
  Recognize all existing caches

Extend the cache lookup process to better use the cached copies.
- An in-memory cache that uses a canonical repository URL as its key
and stores the repo size
- A lookup method which takes the repository URL, converts it into
the canonical form and then finds it in the internal cache
- A cache assignment method which takes the repository URL, converts it to 
normalized
repository URL format, then stores the size of the repository if
the size is larger than the size (optionally) stored in that cache entry already
- Look at the internal cache before looking for stored cache in Jenkins.


  Commit: 387f4fa3f825d2b88352449c84de446f9d1171fb
  
https://github.com/jenkinsci/git-plugin/commit/387f4fa3f825d2b88352449c84de446f9d1171fb
  Author: Rishabh Budhouliya 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M src/test/java/jenkins/plugins/git/GitToolChooserTest.java

  Log Message:
  ---
  Add a test to check conversion of alternate URls to normalized URL


  Commit: 270b6e74c782e83f3ea36008b30dfd3c857352dd
  
https://github.com/jenkinsci/git-plugin/commit/270b6e74c782e83f3ea36008b30dfd3c857352dd
  Author: Rishabh Budhouliya 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M src/main/java/jenkins/plugins/git/GitToolChooser.java

  Log Message:
  ---
  Change logging level + some minor optimisations

- Since we have included some logs to aid interactive testing, the
logging level should be kept to FINE
- Order patterns to be matched on the basis of their frequency of usage


  Commit: ff4296b1ab262605ff4c8fc89bba277fdd5d9eaa
  
https://github.com/jenkinsci/git-plugin/commit/ff4296b1ab262605ff4c8fc89bba277fdd5d9eaa
  Author: Mark Waite 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M src/main/java/jenkins/plugins/git/GitToolChooser.java
M src/test/java/jenkins/plugins/git/GitToolChooserTest.java

  Log Message:
  ---
  Merge pull request #958 from rishabhBudhouliya/JENKINS-63539

[JENKINS-63539] Expand repo cache lookup for better size estimates


Compare: 
https://github.com/jenkinsci/git-plugin/compare/a306da61c599...ff4296b1ab26

-- 
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/git-plugin/push/refs/heads/master/a306da-ff4296%40github.com.


[jenkinsci/compuware-ispw-operations-plugin]

2020-09-18 Thread 'Sam Zhou' via Jenkins Commits
  Branch: 
refs/heads/CWE-167962-The-webhook-callback-originally-supported-in-ispw-operation-plugin-no-longer-works
  Home:   https://github.com/jenkinsci/compuware-ispw-operations-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/compuware-ispw-operations-plugin/push/refs/heads/CWE-167962-The-webhook-callback-originally-supported-in-ispw-operation-plugin-no-longer-works/00-8bd9dc%40github.com.


[jenkinsci/junit-plugin] f11818: Pluggable storage: More test report fixes

2020-09-18 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/more-test-result-fixes
  Home:   https://github.com/jenkinsci/junit-plugin
  Commit: f11818927cb82da4e121b64e7d7fa9213eae43b9
  
https://github.com/jenkinsci/junit-plugin/commit/f11818927cb82da4e121b64e7d7fa9213eae43b9
  Author: Tim Jacomb 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M src/main/java/hudson/tasks/junit/CaseResult.java
M src/main/java/hudson/tasks/junit/SuiteResult.java
M src/main/java/hudson/tasks/junit/TestResult.java
M src/main/java/io/jenkins/plugins/junit/storage/TestResultImpl.java
M 
src/test/java/io/jenkins/plugins/junit/storage/TestResultStorageJunitTest.java

  Log Message:
  ---
  Pluggable storage: More test report 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/junit-plugin/push/refs/heads/more-test-result-fixes/00-f11818%40github.com.


[jenkinsci/ontrack-plugin] 6259ba: [maven-release-plugin] prepare for next developmen...

2020-09-18 Thread 'Damien Coraboeuf' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: 6259ba95bfdc1d0db9191304bb5307ebbb3b407a
  
https://github.com/jenkinsci/ontrack-plugin/commit/6259ba95bfdc1d0db9191304bb5307ebbb3b407a
  Author: Damien Coraboeuf 
  Date:   2020-09-18 (Fri, 18 Sep 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/ontrack-plugin/push/refs/heads/master/ce0ab0-6259ba%40github.com.


[jenkinsci/ontrack-plugin]

2020-09-18 Thread 'Damien Coraboeuf' via Jenkins Commits
  Branch: refs/tags/3.8.2
  Home:   https://github.com/jenkinsci/ontrack-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/ontrack-plugin/push/refs/tags/3.8.2/00-28b4d0%40github.com.


[jenkinsci/ontrack-plugin] ce0ab0: [maven-release-plugin] prepare release 3.8.2

2020-09-18 Thread 'Damien Coraboeuf' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: ce0ab02722b002e8e53f079343866dfcad731bad
  
https://github.com/jenkinsci/ontrack-plugin/commit/ce0ab02722b002e8e53f079343866dfcad731bad
  Author: Damien Coraboeuf 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 3.8.2


-- 
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/ontrack-plugin/push/refs/heads/master/a3716b-ce0ab0%40github.com.


[jenkinsci/ontrack-plugin] a3716b: Missed release

2020-09-18 Thread 'Damien Coraboeuf' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: a3716b65c44391aa91980111e35ccfe42053801a
  
https://github.com/jenkinsci/ontrack-plugin/commit/a3716b65c44391aa91980111e35ccfe42053801a
  Author: Damien Coraboeuf 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Missed release


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ontrack-plugin/push/refs/heads/master/5eaffa-a3716b%40github.com.


[jenkinsci/ontrack-plugin] bbba45: [maven-release-plugin] prepare release 3.8.1

2020-09-18 Thread 'Damien Coraboeuf' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: bbba45f5a8f6aadfcbd4946f55b99d63ce2e5fde
  
https://github.com/jenkinsci/ontrack-plugin/commit/bbba45f5a8f6aadfcbd4946f55b99d63ce2e5fde
  Author: Damien Coraboeuf 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 3.8.1


  Commit: 5eaffa66ff84680d2c451b9e0e9cd84de21f0f84
  
https://github.com/jenkinsci/ontrack-plugin/commit/5eaffa66ff84680d2c451b9e0e9cd84de21f0f84
  Author: Damien Coraboeuf 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Using SSH instead of HTTPS for GitHub


Compare: 
https://github.com/jenkinsci/ontrack-plugin/compare/7bece1dfbd60...5eaffa66ff84

-- 
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/ontrack-plugin/push/refs/heads/master/7bece1-5eaffa%40github.com.


[jenkinsci/plugin-compat-tester]

2020-09-18 Thread 'dependabot-preview[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci-jenkins-1.57
  Home:   https://github.com/jenkinsci/plugin-compat-tester

-- 
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/plugin-compat-tester/push/refs/heads/dependabot/maven/org.jenkins-ci-jenkins-1.57/f7a97a-00%40github.com.


[jenkinsci/plugin-compat-tester] 056d12: Publish incrementals

2020-09-18 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-compat-tester
  Commit: 056d12c3949e7bffbf29d314b8f4eb4576aec8ec
  
https://github.com/jenkinsci/plugin-compat-tester/commit/056d12c3949e7bffbf29d314b8f4eb4576aec8ec
  Author: Jesse Glick 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M Jenkinsfile
M plugins-compat-tester-cli/pom.xml
M plugins-compat-tester-model/pom.xml
M plugins-compat-tester/pom.xml
M pom.xml

  Log Message:
  ---
  Publish incrementals


  Commit: 1909361f85464ab43d8269031ad1cf2a77db71de
  
https://github.com/jenkinsci/plugin-compat-tester/commit/1909361f85464ab43d8269031ad1cf2a77db71de
  Author: Jesse Glick 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M pom.xml
A src/spotbugs/excludeFilter.xml

  Log Message:
  ---
  https://github.com/jenkinsci/pom/pull/61#issuecomment-587184433


  Commit: 35c7f781cc36e60bdbcdac8dcce615d0e0e6904f
  
https://github.com/jenkinsci/plugin-compat-tester/commit/35c7f781cc36e60bdbcdac8dcce615d0e0e6904f
  Author: Jesse Glick 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M 
plugins-compat-tester-cli/src/main/java/org/jenkins/tools/test/CliOptions.java

  Log Message:
  ---
  Javadoc


  Commit: a7dbbe1e0916cd2a99cec66db9917ed28fa84cb2
  
https://github.com/jenkinsci/plugin-compat-tester/commit/a7dbbe1e0916cd2a99cec66db9917ed28fa84cb2
  Author: Jesse Glick 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M 
plugins-compat-tester/src/test/java/org/jenkins/tools/test/PluginCompatTesterTest.java

  Log Message:
  ---
  Incrementals in https://github.com/jenkinsci/active-directory-plugin/pull/102 
broke some tests which were using the latest UC version


  Commit: e80cb5fff8442df6e98cb9df247cd11d324becdf
  
https://github.com/jenkinsci/plugin-compat-tester/commit/e80cb5fff8442df6e98cb9df247cd11d324becdf
  Author: Jesse Glick 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M .gitignore
M plugins-compat-tester-cli/pom.xml

  Log Message:
  ---
  createDependencyReducedPom=false


  Commit: 2305a76fed362e48cba36775527b8f72113aed8d
  
https://github.com/jenkinsci/plugin-compat-tester/commit/2305a76fed362e48cba36775527b8f72113aed8d
  Author: Jesse Glick 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  deleteDir; apparently workspaces can be reused


  Commit: 7658a65f1b85990c2fdd7bf10271c1e17f41c4a3
  
https://github.com/jenkinsci/plugin-compat-tester/commit/7658a65f1b85990c2fdd7bf10271c1e17f41c4a3
  Author: Jesse Glick 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Well, deleteDir failed, for no apparent reason, so try without; also add 
failFast, and no need for timestamps


  Commit: b92a554dbdfb1f10e82c73a520cb3c857e84767b
  
https://github.com/jenkinsci/plugin-compat-tester/commit/b92a554dbdfb1f10e82c73a520cb3c857e84767b
  Author: Jesse Glick 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Another try at cleaning a dirty workspace


  Commit: 91c941aa49e6bb8a39d9ed6f57655de4cdf771cf
  
https://github.com/jenkinsci/plugin-compat-tester/commit/91c941aa49e6bb8a39d9ed6f57655de4cdf771cf
  Author: Jesse Glick 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Also JENKINS-58625 cancel previous builds


  Commit: fdcd6f40c9c107de5a81f07c2b4088b3acf0fccc
  
https://github.com/jenkinsci/plugin-compat-tester/commit/fdcd6f40c9c107de5a81f07c2b4088b3acf0fccc
  Author: Jesse Glick 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Try to use ACI Windows agents


  Commit: fd8004d20edc2001bfe91e7ae98458ba6854f50c
  
https://github.com/jenkinsci/plugin-compat-tester/commit/fd8004d20edc2001bfe91e7ae98458ba6854f50c
  Author: Jesse Glick 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Failure to clean the workspace should not be fatal


  Commit: 05d8b17f9f7083e32c6552147f7a424dbf5ff91f
  
https://github.com/jenkinsci/plugin-compat-tester/commit/05d8b17f9f7083e32c6552147f7a424dbf5ff91f
  Author: Jesse Glick 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Seems git clean can fail even when the workspace is dirty; let us just try rm 
-r


  Commit: 1e1ef18ff4da7179a1a6b22316df17dd57018b38
  
https://github.com/jenkinsci/plugin-compat-tester/commit/1e1ef18ff4da7179a1a6b22316df17dd57018b38
  Author: Jesse Glick 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Giving up on ACI Windows; oddly, the maven-windows image cannot find mvn?!


  Commit: 

[jenkinsci/ontrack-plugin]

2020-09-18 Thread 'Damien Coraboeuf' via Jenkins Commits
  Branch: refs/tags/3.8.0
  Home:   https://github.com/jenkinsci/ontrack-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/ontrack-plugin/push/refs/tags/3.8.0/00-7f5252%40github.com.


[jenkinsci/ontrack-plugin] 7bece1: [maven-release-plugin] prepare for next developmen...

2020-09-18 Thread 'Damien Coraboeuf' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: 7bece1dfbd60284abff1432fe0cf33d609591c1a
  
https://github.com/jenkinsci/ontrack-plugin/commit/7bece1dfbd60284abff1432fe0cf33d609591c1a
  Author: Damien Coraboeuf 
  Date:   2020-09-18 (Fri, 18 Sep 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/ontrack-plugin/push/refs/heads/master/fc51f8-7bece1%40github.com.


[jenkinsci/ontrack-plugin] fc51f8: [maven-release-plugin] prepare release 3.8.0

2020-09-18 Thread 'Damien Coraboeuf' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: fc51f85fbec42b359c66636c884a982d1f2c5e31
  
https://github.com/jenkinsci/ontrack-plugin/commit/fc51f85fbec42b359c66636c884a982d1f2c5e31
  Author: Damien Coraboeuf 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 3.8.0


-- 
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/ontrack-plugin/push/refs/heads/master/a5f675-fc51f8%40github.com.


[jenkinsci/ontrack-plugin] a5f675: #63 Allowing a description in the validation step

2020-09-18 Thread 'Damien Coraboeuf' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: a5f6759f370e7fa27d21882999483fefaa74e165
  
https://github.com/jenkinsci/ontrack-plugin/commit/a5f6759f370e7fa27d21882999483fefaa74e165
  Author: Damien Coraboeuf 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M PIPELINE.md
M pom.xml
M src/main/java/net/nemerosa/ontrack/jenkins/steps/OntrackValidateStep.java
M 
src/test/java/net/nemerosa/ontrack/jenkins/steps/OntrackValidateStepRunTest.java

  Log Message:
  ---
  #63 Allowing a description in the validation step


-- 
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/ontrack-plugin/push/refs/heads/master/0006bb-a5f675%40github.com.


[jenkinsci/junit-plugin] ab621d: Implement test report table for pluggable storage ...

2020-09-18 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/junit-plugin
  Commit: ab621d63d63e5896837d23517d43fa4ce8a11a64
  
https://github.com/jenkinsci/junit-plugin/commit/ab621d63d63e5896837d23517d43fa4ce8a11a64
  Author: Tim Jacomb 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M src/main/java/hudson/tasks/junit/PackageResult.java
M src/main/java/hudson/tasks/junit/TestResult.java
M src/main/java/io/jenkins/plugins/junit/storage/TestResultImpl.java
M 
src/test/java/io/jenkins/plugins/junit/storage/TestResultStorageJunitTest.java

  Log Message:
  ---
  Implement test report table for pluggable storage (#162)


-- 
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/junit-plugin/push/refs/heads/master/44f792-ab621d%40github.com.


[jenkinsci/ontrack-plugin]

2020-09-18 Thread 'Damien Coraboeuf' via Jenkins Commits
  Branch: refs/heads/feature/63-validation-description
  Home:   https://github.com/jenkinsci/ontrack-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/ontrack-plugin/push/refs/heads/feature/63-validation-description/a5f675-00%40github.com.


[jenkinsci/git-client-plugin] 8de9d8: Bump equalsverifier from 3.4.2 to 3.4.3

2020-09-18 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 8de9d8c5baa761b98200f39855a03a86cbd39aed
  
https://github.com/jenkinsci/git-client-plugin/commit/8de9d8c5baa761b98200f39855a03a86cbd39aed
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump equalsverifier from 3.4.2 to 3.4.3

Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.4.2 to 
3.4.3.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.4.2...equalsverifier-3.4.3)

Signed-off-by: dependabot[bot] 


  Commit: 98423707b9a6ad5a870333b60d952ac62f63f8a6
  
https://github.com/jenkinsci/git-client-plugin/commit/98423707b9a6ad5a870333b60d952ac62f63f8a6
  Author: Mark Waite 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #609 from 
jenkinsci/dependabot/maven/master/nl.jqno.equalsverifier-equalsverifier-3.4.3

Bump equalsverifier from 3.4.2 to 3.4.3


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/92142bff0b6d...98423707b9a6

-- 
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/git-client-plugin/push/refs/heads/master/92142b-984237%40github.com.


[jenkinsci/git-client-plugin]

2020-09-18 Thread 'Mark Waite' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/nl.jqno.equalsverifier-equalsverifier-3.4.3
  Home:   https://github.com/jenkinsci/git-client-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/git-client-plugin/push/refs/heads/dependabot/maven/master/nl.jqno.equalsverifier-equalsverifier-3.4.3/8de9d8-00%40github.com.


[jenkinsci/git-client-plugin] 8de9d8: Bump equalsverifier from 3.4.2 to 3.4.3

2020-09-18 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/nl.jqno.equalsverifier-equalsverifier-3.4.3
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 8de9d8c5baa761b98200f39855a03a86cbd39aed
  
https://github.com/jenkinsci/git-client-plugin/commit/8de9d8c5baa761b98200f39855a03a86cbd39aed
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump equalsverifier from 3.4.2 to 3.4.3

Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.4.2 to 
3.4.3.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.4.2...equalsverifier-3.4.3)

Signed-off-by: dependabot[bot] 


-- 
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/git-client-plugin/push/refs/heads/dependabot/maven/master/nl.jqno.equalsverifier-equalsverifier-3.4.3/00-8de9d8%40github.com.


[jenkinsci/incrementals-tools] 833249: Noting gitHubRepo, and a tip about gh pr checks

2020-09-18 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/incrementals-tools
  Commit: 8332496b60e5875719fdd8d68194ed8314df6045
  
https://github.com/jenkinsci/incrementals-tools/commit/8332496b60e5875719fdd8d68194ed8314df6045
  Author: Jesse Glick 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Noting gitHubRepo, and a tip about gh pr checks


-- 
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/incrementals-tools/push/refs/heads/master/e21813-833249%40github.com.


[jenkinsci/plugin-compat-tester] c85a5b: Avoid printing a gigantic JSON file to the console...

2020-09-18 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-compat-tester
  Commit: c85a5b84413df3e910d4a0a33432c9da7c34d1ce
  
https://github.com/jenkinsci/plugin-compat-tester/commit/c85a5b84413df3e910d4a0a33432c9da7c34d1ce
  Author: Jesse Glick 
  Date:   2020-09-04 (Fri, 04 Sep 2020)

  Changed paths:
M 
plugins-compat-tester/src/main/java/org/jenkins/tools/test/PluginCompatTester.java

  Log Message:
  ---
  Avoid printing a gigantic JSON file to the console as a single line


  Commit: 42929773ff6501c5582a18f2277c9576f5b89485
  
https://github.com/jenkinsci/plugin-compat-tester/commit/42929773ff6501c5582a18f2277c9576f5b89485
  Author: Jesse Glick 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M 
plugins-compat-tester/src/main/java/org/jenkins/tools/test/PluginCompatTester.java

  Log Message:
  ---
  Merge pull request #253 from jglick/spam

Avoid printing a gigantic JSON file to the console as a single line


Compare: 
https://github.com/jenkinsci/plugin-compat-tester/compare/9b7f03ba329a...42929773ff65

-- 
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/plugin-compat-tester/push/refs/heads/master/9b7f03-429297%40github.com.


[jenkinsci/plugin-compat-tester] 356f1b: Fix recommended java -jar commands to reflect vers...

2020-09-18 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-compat-tester
  Commit: 356f1b0ad6c967682e3c70dc5a90ea76602d2cad
  
https://github.com/jenkinsci/plugin-compat-tester/commit/356f1b0ad6c967682e3c70dc5a90ea76602d2cad
  Author: Jesse Glick 
  Date:   2020-09-04 (Fri, 04 Sep 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Fix recommended java -jar commands to reflect versionless JAR filename


  Commit: f09992d52a8d3646cbc00e2460eb82917855e95c
  
https://github.com/jenkinsci/plugin-compat-tester/commit/f09992d52a8d3646cbc00e2460eb82917855e95c
  Author: Jesse Glick 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #252 from jglick/README-jar

Fix recommended java -jar commands to reflect versionless JAR filename


Compare: 
https://github.com/jenkinsci/plugin-compat-tester/compare/42929773ff65...f09992d52a8d

-- 
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/plugin-compat-tester/push/refs/heads/master/429297-f09992%40github.com.


[jenkins-infra/update-center2] 33adcc: [SECURITY-519] Disable liquibase-runner security w...

2020-09-18 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 33adcccd2f174903f794f3c79e56b7841c40ab97
  
https://github.com/jenkins-infra/update-center2/commit/33adcccd2f174903f794f3c79e56b7841c40ab97
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M resources/warnings.json

  Log Message:
  ---
  [SECURITY-519] Disable liquibase-runner security warning (#383)

Co-authored-by: Daniel Beck 


-- 
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/update-center2/push/refs/heads/master/cdfa3a-33adcc%40github.com.


[jenkinsci/ontrack-plugin] a5f675: #63 Allowing a description in the validation step

2020-09-18 Thread 'Damien Coraboeuf' via Jenkins Commits
  Branch: refs/heads/feature/63-validation-description
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: a5f6759f370e7fa27d21882999483fefaa74e165
  
https://github.com/jenkinsci/ontrack-plugin/commit/a5f6759f370e7fa27d21882999483fefaa74e165
  Author: Damien Coraboeuf 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M PIPELINE.md
M pom.xml
M src/main/java/net/nemerosa/ontrack/jenkins/steps/OntrackValidateStep.java
M 
src/test/java/net/nemerosa/ontrack/jenkins/steps/OntrackValidateStepRunTest.java

  Log Message:
  ---
  #63 Allowing a description in the validation step


-- 
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/ontrack-plugin/push/refs/heads/feature/63-validation-description/00-a5f675%40github.com.


[jenkinsci/pipeline-aws-plugin] ff2a31: Add elastic beanstalk commands ebCreateApplication...

2020-09-18 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: ff2a31131c49e567cbd0c0248426677ca105b373
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/ff2a31131c49e567cbd0c0248426677ca105b373
  Author: SLourenco 
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
M README.md
A src/main/java/de/taimos/pipeline/aws/eb/EBCreateApplicationStep.java
A 
src/main/java/de/taimos/pipeline/aws/eb/EBCreateApplicationVersionStep.java
A 
src/main/java/de/taimos/pipeline/aws/eb/EBCreateConfigurationTemplateStep.java
A src/main/java/de/taimos/pipeline/aws/eb/EBCreateEnvironmentStep.java
A src/main/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStep.java
A src/main/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentHealthStep.java
A src/main/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentStatusStep.java
A src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationVersionStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateConfigurationTemplateStepTest.java
A src/test/java/de/taimos/pipeline/aws/eb/EBCreateEnvironmentStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStepTest.java
A src/test/java/de/taimos/pipeline/aws/eb/EBTestingUtils.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentHealthStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentStatusStepTest.java

  Log Message:
  ---
  Add elastic beanstalk commands ebCreateApplication, 
ebCreateApplicationVersion, ebCreateConfigurationTemplate, ebCreateEnvironment, 
ebSwapEnvironmentCNAMEs, ebWaitOnEnvironmentStatus, ebWaitOnEnvironmentHealth


  Commit: 5d2a94121b69d0942ba87c223889492b1c4af947
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/5d2a94121b69d0942ba87c223889492b1c4af947
  Author: SLourenco 
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Added ebWaitOnEnvironmentHealth to the README.md list of commands


  Commit: dc8a639ca8a04b81f20ca6702f68b8b2d6610f52
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/dc8a639ca8a04b81f20ca6702f68b8b2d6610f52
  Author: Thorsten Hoeger 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge branch 'master' into elastic-beanstalk-commands


  Commit: 2adcf90c2bc69e336929626559cc6b795a13170e
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/2adcf90c2bc69e336929626559cc6b795a13170e
  Author: Thorsten Hoeger 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M README.md
A src/main/java/de/taimos/pipeline/aws/eb/EBCreateApplicationStep.java
A 
src/main/java/de/taimos/pipeline/aws/eb/EBCreateApplicationVersionStep.java
A 
src/main/java/de/taimos/pipeline/aws/eb/EBCreateConfigurationTemplateStep.java
A src/main/java/de/taimos/pipeline/aws/eb/EBCreateEnvironmentStep.java
A src/main/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStep.java
A src/main/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentHealthStep.java
A src/main/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentStatusStep.java
A src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateApplicationVersionStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBCreateConfigurationTemplateStepTest.java
A src/test/java/de/taimos/pipeline/aws/eb/EBCreateEnvironmentStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBSwapEnvironmentCNAMEsStepTest.java
A src/test/java/de/taimos/pipeline/aws/eb/EBTestingUtils.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentHealthStepTest.java
A 
src/test/java/de/taimos/pipeline/aws/eb/EBWaitOnEnvironmentStatusStepTest.java

  Log Message:
  ---
  Merge pull request #247 from SLourenco/elastic-beanstalk-commands

Add support for Elastic Beanstalk


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/dbe7c1adf451...2adcf90c2bc6

-- 
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/pipeline-aws-plugin/push/refs/heads/master/dbe7c1-2adcf9%40github.com.


[jenkinsci/ldap-plugin] ea6ced: Tip for avoid foward slash character in the Organi...

2020-09-18 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ldap-plugin
  Commit: ea6ced855098d0325ac9894b15589596edb8bde0
  
https://github.com/jenkinsci/ldap-plugin/commit/ea6ced855098d0325ac9894b15589596edb8bde0
  Author: Ignacio Roncero Bazarra 
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Tip for avoid foward slash character in the Organization Units


  Commit: ff2c95a970df0c0446fe31d3b218c8bded827c2e
  
https://github.com/jenkinsci/ldap-plugin/commit/ff2c95a970df0c0446fe31d3b218c8bded827c2e
  Author: Robert Sandell 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #44 from 
ironcerocloudbees/Tip_for_avoid_forward_slash_character

Tip for avoid foward slash character in the Organization Units


Compare: 
https://github.com/jenkinsci/ldap-plugin/compare/7d1823dee750...ff2c95a970df

-- 
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/ldap-plugin/push/refs/heads/master/7d1823-ff2c95%40github.com.


[jenkinsci/ldap-plugin] 29ed17: Removing some documentation related to BeanBuilder...

2020-09-18 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ldap-plugin
  Commit: 29ed1736fe635c98d6af5deaf7f7e592a926f3df
  
https://github.com/jenkinsci/ldap-plugin/commit/29ed1736fe635c98d6af5deaf7f7e592a926f3df
  Author: Jesse Glick 
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
M README.md
M src/main/java/hudson/security/LDAPSecurityRealm.java
M 
src/main/java/jenkins/security/plugins/ldap/FromGroupSearchLDAPGroupMembershipStrategy.java
M 
src/main/resources/hudson/security/LDAPSecurityRealm/help-groupMembershipFilter.html
M 
src/main/resources/jenkins/security/plugins/ldap/LDAPConfiguration/help-groupSearchBase.html

  Log Message:
  ---
  Removing some documentation related to BeanBuilder forgotten in #46


  Commit: 7d1823dee7505f874559042bfc2ed5cb868f95b9
  
https://github.com/jenkinsci/ldap-plugin/commit/7d1823dee7505f874559042bfc2ed5cb868f95b9
  Author: Robert Sandell 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M README.md
M src/main/java/hudson/security/LDAPSecurityRealm.java
M 
src/main/java/jenkins/security/plugins/ldap/FromGroupSearchLDAPGroupMembershipStrategy.java
M 
src/main/resources/hudson/security/LDAPSecurityRealm/help-groupMembershipFilter.html
M 
src/main/resources/jenkins/security/plugins/ldap/LDAPConfiguration/help-groupSearchBase.html

  Log Message:
  ---
  Merge pull request #51 from jglick/no-BeanBuilder-docs

Removing some documentation related to BeanBuilder


Compare: 
https://github.com/jenkinsci/ldap-plugin/compare/af8a956000e8...7d1823dee750

-- 
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/ldap-plugin/push/refs/heads/master/af8a95-7d1823%40github.com.


[jenkinsci/ec2-plugin] a8cd82: [maven-release-plugin] prepare for next developmen...

2020-09-18 Thread 'Ramon Leon' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: a8cd82ad03fae59c4b079918a43b3f62a5895b4b
  
https://github.com/jenkinsci/ec2-plugin/commit/a8cd82ad03fae59c4b079918a43b3f62a5895b4b
  Author: Ramon Leon 
  Date:   2020-09-18 (Fri, 18 Sep 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/ec2-plugin/push/refs/heads/master/584e1e-a8cd82%40github.com.


[jenkinsci/ec2-plugin] 584e1e: [maven-release-plugin] prepare release ec2-1.53

2020-09-18 Thread 'Ramon Leon' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 584e1efdf89b47bd5da28166aa1b4a770d4ebf94
  
https://github.com/jenkinsci/ec2-plugin/commit/584e1efdf89b47bd5da28166aa1b4a770d4ebf94
  Author: Ramon Leon 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ec2-1.53


-- 
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/ec2-plugin/push/refs/heads/master/e622e8-584e1e%40github.com.


[jenkinsci/ec2-plugin]

2020-09-18 Thread 'Ramon Leon' via Jenkins Commits
  Branch: refs/tags/ec2-1.53
  Home:   https://github.com/jenkinsci/ec2-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/ec2-plugin/push/refs/tags/ec2-1.53/00-e48aef%40github.com.


[jenkinsci/ec2-plugin] 0ed278: Merge remote-tracking branch 'djesionek/JENKINS-56...

2020-09-18 Thread 'Ramon Leon' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/ec2-plugin

  Commit: 0ed278ef0e06d297daf91139150830f8f4db811d

  
https://github.com/jenkinsci/ec2-plugin/commit/0ed278ef0e06d297daf91139150830f8f4db811d

  Author: Evaristo Gutiérrez 

  Date:   2020-09-17 (Thu, 17 Sep 2020)



  Changed paths:

M src/main/java/hudson/plugins/ec2/EC2Cloud.java

M src/main/resources/hudson/plugins/ec2/AmazonEC2Cloud/config-entries.jelly

M src/main/resources/hudson/plugins/ec2/Eucalyptus/config-entries.jelly

M src/test/java/hudson/plugins/ec2/EC2RetentionStrategyTest.java

M src/test/java/hudson/plugins/ec2/EC2SlaveMonitorTest.java

A src/test/java/hudson/plugins/ec2/util/SSHCredentialHelper.java



  Log Message:

  ---

  Merge remote-tracking branch 'djesionek/JENKINS-56927-bugfix'





  Commit: 98aa46628c38f7681a00ff62379d24b6db9295d2

  
https://github.com/jenkinsci/ec2-plugin/commit/98aa46628c38f7681a00ff62379d24b6db9295d2

  Author: Evaristo Gutiérrez 

  Date:   2020-09-18 (Fri, 18 Sep 2020)



  Changed paths:

A src/test/java/hudson/plugins/ec2/EC2CloudMigrationTest.java

A 
src/test/resources/hudson/plugins/ec2/EC2CloudMigrationTest/testPrivateKeyMigrationToSshCredentials/config.xml



  Log Message:

  ---

  Provide automated test to validate the private key is correctly migrated to 
an ssh credential.





  Commit: fd992b033b54703dc3c27afe067b6dabe05e87e1

  
https://github.com/jenkinsci/ec2-plugin/commit/fd992b033b54703dc3c27afe067b6dabe05e87e1

  Author: Evaristo Gutiérrez 

  Date:   2020-09-18 (Fri, 18 Sep 2020)



  Changed paths:

M src/test/java/hudson/plugins/ec2/EC2CloudMigrationTest.java



  Log Message:

  ---

  Remove unnecessary check.





  Commit: b805435e2880cb496a3e6b111dade606a5eb818c

  
https://github.com/jenkinsci/ec2-plugin/commit/b805435e2880cb496a3e6b111dade606a5eb818c

  Author: Evaristo Gutiérrez 

  Date:   2020-09-18 (Fri, 18 Sep 2020)



  Changed paths:

M src/test/java/hudson/plugins/ec2/EC2CloudMigrationTest.java



  Log Message:

  ---

  Clarifying comment.





  Commit: 423dbf5048f327f0bf1fca0c2c51b0a257f9b883

  
https://github.com/jenkinsci/ec2-plugin/commit/423dbf5048f327f0bf1fca0c2c51b0a257f9b883

  Author: Evaristo Gutiérrez 

  Date:   2020-09-18 (Fri, 18 Sep 2020)



  Changed paths:



  Log Message:

  ---

  Merge branch 'master' of github.com:jenkinsci/ec2-plugin into keyMigration





  Commit: e622e8d7b7dce32f8a4a900719ce0dd638d87951

  
https://github.com/jenkinsci/ec2-plugin/commit/e622e8d7b7dce32f8a4a900719ce0dd638d87951

  Author: Ramon Leon 

  Date:   2020-09-18 (Fri, 18 Sep 2020)



  Changed paths:

A src/test/java/hudson/plugins/ec2/EC2CloudMigrationTest.java

A 
src/test/resources/hudson/plugins/ec2/EC2CloudMigrationTest/testPrivateKeyMigrationToSshCredentials/config.xml



  Log Message:

  ---

  Merge pull request #500 from varyvol/keyMigration





Compare: 
https://github.com/jenkinsci/ec2-plugin/compare/dfa60b734c76...e622e8d7b7dc

-- 
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/ec2-plugin/push/refs/heads/master/dfa60b-e622e8%40github.com.


[jenkinsci/sysdig-secure-plugin] 07a2c4: feat: Do not name the scanning container and autor...

2020-09-18 Thread 'Néstor Salceda' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/sysdig-secure-plugin

  Commit: 07a2c4fb5be497406d6451e2d35e2ea10cd484ed

  
https://github.com/jenkinsci/sysdig-secure-plugin/commit/07a2c4fb5be497406d6451e2d35e2ea10cd484ed

  Author: Federico Barcelona 

  Date:   2020-09-16 (Wed, 16 Sep 2020)



  Changed paths:

M 
src/main/java/com/sysdig/jenkins/plugins/sysdig/RemoteInlineScanningExecution.java



  Log Message:

  ---

  feat: Do not name the scanning container and autoremove it



Signed-off-by: Federico Barcelona 





  Commit: 3d3d9da9c8c096bc9e34cf960b0edabb76f46dfd

  
https://github.com/jenkinsci/sysdig-secure-plugin/commit/3d3d9da9c8c096bc9e34cf960b0edabb76f46dfd

  Author: Federico Barcelona 

  Date:   2020-09-16 (Wed, 16 Sep 2020)



  Changed paths:

M README.md

M src/main/java/com/sysdig/jenkins/plugins/sysdig/SysdigBuilder.java

M 
src/main/java/com/sysdig/jenkins/plugins/sysdig/client/SysdigSecureClientImpl.java

M 
src/main/resources/com/sysdig/jenkins/plugins/sysdig/SysdigBuilder/global.jelly



  Log Message:

  ---

  feat: Update URL to support sync import endpoint



Signed-off-by: Federico Barcelona 





  Commit: 396aecdae04292a6d4f1068e807a8e31ff21e63d

  
https://github.com/jenkinsci/sysdig-secure-plugin/commit/396aecdae04292a6d4f1068e807a8e31ff21e63d

  Author: Federico Barcelona 

  Date:   2020-09-16 (Wed, 16 Sep 2020)



  Changed paths:

M 
src/main/java/com/sysdig/jenkins/plugins/sysdig/RemoteInlineScanningExecution.java



  Log Message:

  ---

  feat: Use anchore-engine image instead of inline-scan



Signed-off-by: Federico Barcelona 





  Commit: 6b1bee0370d41f31f7c8e4c7fd045ce94b02451b

  
https://github.com/jenkinsci/sysdig-secure-plugin/commit/6b1bee0370d41f31f7c8e4c7fd045ce94b02451b

  Author: Néstor Salceda 

  Date:   2020-09-18 (Fri, 18 Sep 2020)



  Changed paths:

M README.md

M 
src/main/java/com/sysdig/jenkins/plugins/sysdig/RemoteInlineScanningExecution.java

M src/main/java/com/sysdig/jenkins/plugins/sysdig/SysdigBuilder.java

M 
src/main/java/com/sysdig/jenkins/plugins/sysdig/client/SysdigSecureClientImpl.java

M 
src/main/resources/com/sysdig/jenkins/plugins/sysdig/SysdigBuilder/global.jelly



  Log Message:

  ---

  Merge pull request #7 from tembleking/feat-inline-scanning-improvements



feat: Some Inline Scanning improvements





Compare: 
https://github.com/jenkinsci/sysdig-secure-plugin/compare/7d2b3805ae75...6b1bee0370d4

-- 
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/sysdig-secure-plugin/push/refs/heads/master/7d2b38-6b1bee%40github.com.


[jenkinsci/aws-java-sdk-plugin]

2020-09-18 Thread 'Vincent Latombe' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.864
  Home:   https://github.com/jenkinsci/aws-java-sdk-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/aws-java-sdk-plugin/push/refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.864/2856ee-00%40github.com.


[jenkinsci/aws-java-sdk-plugin] 2856ee: Bump aws-java-sdk from 1.11.855 to 1.11.864

2020-09-18 Thread 'Vincent Latombe' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin
  Commit: 2856ee83181aab6a96c466ab5196abb85ab43897
  
https://github.com/jenkinsci/aws-java-sdk-plugin/commit/2856ee83181aab6a96c466ab5196abb85ab43897
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump aws-java-sdk from 1.11.855 to 1.11.864

Bumps [aws-java-sdk](https://github.com/aws/aws-sdk-java) from 1.11.855 to 
1.11.864.
- [Release notes](https://github.com/aws/aws-sdk-java/releases)
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-java/compare/1.11.855...1.11.864)

Signed-off-by: dependabot-preview[bot] 


  Commit: ecc899d8f843f11a5d26f659014846150bf1ef27
  
https://github.com/jenkinsci/aws-java-sdk-plugin/commit/ecc899d8f843f11a5d26f659014846150bf1ef27
  Author: Vincent Latombe 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #264 from 
jenkinsci/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.864

Bump aws-java-sdk from 1.11.855 to 1.11.864


Compare: 
https://github.com/jenkinsci/aws-java-sdk-plugin/compare/5c544d7a1aaa...ecc899d8f843

-- 
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/aws-java-sdk-plugin/push/refs/heads/master/5c544d-ecc899%40github.com.


[jenkinsci/ec2-plugin] e772bf: Removed @RequirePost and changed ssh key migration...

2020-09-18 Thread 'Ramon Leon' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: e772bfda271ebbf47d3d61363594c698c28c207f
  
https://github.com/jenkinsci/ec2-plugin/commit/e772bfda271ebbf47d3d61363594c698c28c207f
  Author: Damian Jesionek 
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2Cloud.java

  Log Message:
  ---
  Removed @RequirePost and changed ssh key migration behavior


  Commit: 4e8e8da6c4fe7895e4902f32e9a922319f946061
  
https://github.com/jenkinsci/ec2-plugin/commit/4e8e8da6c4fe7895e4902f32e9a922319f946061
  Author: Damian Jesionek 
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
M src/test/java/hudson/plugins/ec2/EC2RetentionStrategyTest.java
M src/test/java/hudson/plugins/ec2/EC2SlaveMonitorTest.java
A src/test/java/hudson/plugins/ec2/util/SSHCredentialHelper.java

  Log Message:
  ---
  Added credential helper for creating private key credentials in tests where 
they are necessary


  Commit: 517b98bbec7372949bfa816c537e9bb4d375a6c9
  
https://github.com/jenkinsci/ec2-plugin/commit/517b98bbec7372949bfa816c537e9bb4d375a6c9
  Author: Damian Jesionek 
  Date:   2020-09-16 (Wed, 16 Sep 2020)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2Cloud.java
M src/main/resources/hudson/plugins/ec2/AmazonEC2Cloud/config-entries.jelly
M src/main/resources/hudson/plugins/ec2/Eucalyptus/config-entries.jelly

  Log Message:
  ---
  Re added @RequirePost together and aligned jelly templates for checking ssh 
keys


  Commit: dfa60b734c7645cd43060070b9de23268636e9f1
  
https://github.com/jenkinsci/ec2-plugin/commit/dfa60b734c7645cd43060070b9de23268636e9f1
  Author: Ramon Leon 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2Cloud.java
M src/main/resources/hudson/plugins/ec2/AmazonEC2Cloud/config-entries.jelly
M src/main/resources/hudson/plugins/ec2/Eucalyptus/config-entries.jelly
M src/test/java/hudson/plugins/ec2/EC2RetentionStrategyTest.java
M src/test/java/hudson/plugins/ec2/EC2SlaveMonitorTest.java
A src/test/java/hudson/plugins/ec2/util/SSHCredentialHelper.java

  Log Message:
  ---
  Merge pull request #498 from djesionek/JENKINS-56927-bugfix


Compare: 
https://github.com/jenkinsci/ec2-plugin/compare/1ab67cb2743c...dfa60b734c76

-- 
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/ec2-plugin/push/refs/heads/master/1ab67c-dfa60b%40github.com.


[jenkinsci/pipeline-aws-plugin] e31ce0: fix documentation for lambdaVersionCleanup

2020-09-18 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: e31ce052b278abe3d7e4e276100d318d25d098f5
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/e31ce052b278abe3d7e4e276100d318d25d098f5
  Author: Tyler Southwick 
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  fix documentation for lambdaVersionCleanup


  Commit: dbe7c1adf45150f721c29332fb3f552d510938bf
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/dbe7c1adf45150f721c29332fb3f552d510938bf
  Author: Thorsten Hoeger 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #248 from 
tylersouthwick/fix-documentation-lambdaVersionCleanup

fix documentation for lambdaVersionCleanup


Compare: 
https://github.com/jenkinsci/pipeline-aws-plugin/compare/b897159c235d...dbe7c1adf451

-- 
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/pipeline-aws-plugin/push/refs/heads/master/b89715-dbe7c1%40github.com.


[jenkinsci/configuration-as-code-plugin]

2020-09-18 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.plugins-snakeyaml-api-1.26.4
  Home:   https://github.com/jenkinsci/configuration-as-code-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/configuration-as-code-plugin/push/refs/heads/dependabot/maven/io.jenkins.plugins-snakeyaml-api-1.26.4/ad67bb-00%40github.com.


[jenkinsci/configuration-as-code-plugin] fcc217: Bump snakeyaml-api from 1.26.3 to 1.26.4 (#1452)

2020-09-18 Thread 'dependabot-preview[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: fcc2177b6570266d019110576a19bb4eda032b17
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/fcc2177b6570266d019110576a19bb4eda032b17
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M plugin/pom.xml

  Log Message:
  ---
  Bump snakeyaml-api from 1.26.3 to 1.26.4 (#1452)

Bumps [snakeyaml-api](https://github.com/jenkinsci/snakeyaml-api-plugin) from 
1.26.3 to 1.26.4.
- [Release notes](https://github.com/jenkinsci/snakeyaml-api-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/snakeyaml-api-plugin/compare/snakeyaml-api-1.26.3...snakeyaml-api-1.26.4)

Signed-off-by: dependabot-preview[bot] 

Co-authored-by: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>


-- 
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/configuration-as-code-plugin/push/refs/heads/master/78628c-fcc217%40github.com.


[jenkinsci/configuration-as-code-plugin] 741fdb: Update the Docker plugin demo to use the "jenkins/...

2020-09-18 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/docker-plugin-demo
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 741fdb0ee4a065098c77294162fc7e31d6cb2723
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/741fdb0ee4a065098c77294162fc7e31d6cb2723
  Author: Oleg Nenashev 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M demos/docker/README.md

  Log Message:
  ---
  Update the Docker plugin demo to use the "jenkins/agent" image instead of the 
deprecated one


-- 
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/configuration-as-code-plugin/push/refs/heads/docker-plugin-demo/00-741fdb%40github.com.


[jenkinsci/nodejs-plugin] 3959e8: [maven-release-plugin] prepare release nodejs-1.3.9

2020-09-18 Thread 'Nikolas Falco' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nodejs-plugin
  Commit: 3959e888a9dfb8f2a072b40d920420ba2ea0d03a
  
https://github.com/jenkinsci/nodejs-plugin/commit/3959e888a9dfb8f2a072b40d920420ba2ea0d03a
  Author: Nikolas Falco 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release nodejs-1.3.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/nodejs-plugin/push/refs/heads/master/baca30-3959e8%40github.com.


[jenkinsci/nodejs-plugin] 62aaea: [maven-release-plugin] prepare for next developmen...

2020-09-18 Thread 'Nikolas Falco' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nodejs-plugin
  Commit: 62aaeac7cd2d3cb484ad1f56b5d3ca6a6d2aa59b
  
https://github.com/jenkinsci/nodejs-plugin/commit/62aaeac7cd2d3cb484ad1f56b5d3ca6a6d2aa59b
  Author: Nikolas Falco 
  Date:   2020-09-18 (Fri, 18 Sep 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/nodejs-plugin/push/refs/heads/master/3959e8-62aaea%40github.com.


[jenkinsci/nodejs-plugin]

2020-09-18 Thread 'Nikolas Falco' via Jenkins Commits
  Branch: refs/tags/nodejs-1.3.9
  Home:   https://github.com/jenkinsci/nodejs-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/nodejs-plugin/push/refs/tags/nodejs-1.3.9/00-a661af%40github.com.


[jenkinsci/junit-plugin] 44f792: Fix missing sidebar with pluggable storage on test...

2020-09-18 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/junit-plugin
  Commit: 44f7921dbcfad494377dfcf66716c2834bfd89ad
  
https://github.com/jenkinsci/junit-plugin/commit/44f7921dbcfad494377dfcf66716c2834bfd89ad
  Author: Tim Jacomb 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M src/main/java/hudson/tasks/junit/TestResult.java
M src/main/java/io/jenkins/plugins/junit/storage/TestResultImpl.java
M 
src/test/java/io/jenkins/plugins/junit/storage/TestResultStorageJunitTest.java

  Log Message:
  ---
  Fix missing sidebar with pluggable storage on test report (#161)


-- 
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/junit-plugin/push/refs/heads/master/19fe02-44f792%40github.com.


[jenkinsci/pitmutation-plugin]

2020-09-18 Thread 'dependabot-preview[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.mockito-mockito-core-3.5.10
  Home:   https://github.com/jenkinsci/pitmutation-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/pitmutation-plugin/push/refs/heads/dependabot/maven/org.mockito-mockito-core-3.5.10/f69a49-00%40github.com.


[jenkinsci/pitmutation-plugin] 7887b5: Bump mockito-core from 3.5.2 to 3.5.11

2020-09-18 Thread 'dependabot-preview[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.mockito-mockito-core-3.5.11
  Home:   https://github.com/jenkinsci/pitmutation-plugin
  Commit: 7887b5066ed2ab0e0496f200d45268da8d1eab93
  
https://github.com/jenkinsci/pitmutation-plugin/commit/7887b5066ed2ab0e0496f200d45268da8d1eab93
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mockito-core from 3.5.2 to 3.5.11

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.2 to 3.5.11.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.5.2...v3.5.11)

Signed-off-by: dependabot-preview[bot] 


-- 
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/pitmutation-plugin/push/refs/heads/dependabot/maven/org.mockito-mockito-core-3.5.11/00-7887b5%40github.com.


[jenkinsci/chatter-notifier-plugin] 9bcb5c: Bump mockito-core from 3.4.4 to 3.5.11

2020-09-18 Thread 'dependabot-preview[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.mockito-mockito-core-3.5.11
  Home:   https://github.com/jenkinsci/chatter-notifier-plugin
  Commit: 9bcb5c91e694027cbd9cee3651142016cf1d8fc5
  
https://github.com/jenkinsci/chatter-notifier-plugin/commit/9bcb5c91e694027cbd9cee3651142016cf1d8fc5
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mockito-core from 3.4.4 to 3.5.11

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.4.4 to 3.5.11.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.4.4...v3.5.11)

Signed-off-by: dependabot-preview[bot] 


-- 
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/chatter-notifier-plugin/push/refs/heads/dependabot/maven/org.mockito-mockito-core-3.5.11/00-9bcb5c%40github.com.


[jenkinsci/chatter-notifier-plugin]

2020-09-18 Thread 'dependabot-preview[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.mockito-mockito-core-3.5.10
  Home:   https://github.com/jenkinsci/chatter-notifier-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/chatter-notifier-plugin/push/refs/heads/dependabot/maven/org.mockito-mockito-core-3.5.10/eb7431-00%40github.com.


[jenkinsci/saltstack-plugin] b5561b: Don't fail on missing pillar data

2020-09-18 Thread 'Christian McHugh' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/saltstack-plugin
  Commit: b5561b38ea99cba904ec9dad0eb2ff3b6c99c747
  
https://github.com/jenkinsci/saltstack-plugin/commit/b5561b38ea99cba904ec9dad0eb2ff3b6c99c747
  Author: Christian McHugh 
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  Changed paths:
M src/main/java/com/waytta/SaltAPIBuilder.java
M src/test/java/com/waytta/SaltAPIBuilderTest.java

  Log Message:
  ---
  Don't fail on missing pillar data


-- 
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/saltstack-plugin/push/refs/heads/master/430c51-b5561b%40github.com.