[jenkinsci/aws-java-sdk-plugin] d7fcfc: Bump aws-java-sdk from 1.11.977 to 1.11.987

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.987
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin
  Commit: d7fcfca290c950a0bf9a9a0e0ce6bfe39f9e856c
  
https://github.com/jenkinsci/aws-java-sdk-plugin/commit/d7fcfca290c950a0bf9a9a0e0ce6bfe39f9e856c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump aws-java-sdk from 1.11.977 to 1.11.987

Bumps [aws-java-sdk](https://github.com/aws/aws-sdk-java) from 1.11.977 to 
1.11.987.
- [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.977...1.11.987)

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/aws-java-sdk-plugin/push/refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.987/00-d7fcfc%40github.com.


[jenkinsci/aws-java-sdk-plugin]

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.986
  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.986/af3358-00%40github.com.


[jenkinsci/jenkins] 4f1139: [JENKINS-36707] Add `CI` environment variable

2021-03-30 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 4f1139764c1f099c326a3fd21a07544633ba76f7
  
https://github.com/jenkinsci/jenkins/commit/4f1139764c1f099c326a3fd21a07544633ba76f7
  Author: usmonster 
  Date:   2021-03-23 (Tue, 23 Mar 2021)

  Changed paths:
M core/src/main/java/jenkins/model/CoreEnvironmentContributor.java
M 
core/src/main/resources/jenkins/model/CoreEnvironmentContributor/buildEnv.groovy
M 
core/src/main/resources/jenkins/model/CoreEnvironmentContributor/buildEnv.properties

  Log Message:
  ---
  [JENKINS-36707] Add `CI` environment variable

Introduces a standard `CI` env var that is always set to "true" in order
to allow pipelines and tools to know they're executing in a continuous
integration context. This has emerged as a best practice used by most
other popular CI solutions, and a number of tools look for this variable
in order to make CI-appropriate optimizations (cf. the ticket).

Closes JENKINS-36707.


  Commit: 4395d50f27ba43e961605a56a81cd56a921f55e0
  
https://github.com/jenkinsci/jenkins/commit/4395d50f27ba43e961605a56a81cd56a921f55e0
  Author: Oleg Nenashev 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M core/src/main/java/jenkins/model/CoreEnvironmentContributor.java
M 
core/src/main/resources/jenkins/model/CoreEnvironmentContributor/buildEnv.groovy
M 
core/src/main/resources/jenkins/model/CoreEnvironmentContributor/buildEnv.properties

  Log Message:
  ---
  Merge pull request #5370 from usmonster/JENKINS-36707-add-ci-env-var

[JENKINS-36707] Add `CI` environment variable


Compare: 
https://github.com/jenkinsci/jenkins/compare/82c73972c475...4395d50f27ba

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


[jenkinsci/jenkins] e1beed: [JENKINS-65172] Better support for remote platform...

2021-03-30 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: e1beed03962bbc3777a49a041109b8752d98d2ed
  
https://github.com/jenkinsci/jenkins/commit/e1beed03962bbc3777a49a041109b8752d98d2ed
  Author: Daniel Beck 
  Date:   2021-03-19 (Fri, 19 Mar 2021)

  Changed paths:
M core/src/main/java/hudson/model/UpdateSite.java
M core/src/main/java/jenkins/install/SetupWizard.java
M test/src/test/java/jenkins/install/SetupWizardTest.java

  Log Message:
  ---
  [JENKINS-65172] Better support for remote platform-plugins.json


  Commit: e4faa17ef7f45c0be2a1a2ab0d9928e77df08124
  
https://github.com/jenkinsci/jenkins/commit/e4faa17ef7f45c0be2a1a2ab0d9928e77df08124
  Author: Oleg Nenashev 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M core/src/main/java/hudson/model/UpdateSite.java
M core/src/main/java/jenkins/install/SetupWizard.java
M test/src/test/java/jenkins/install/SetupWizardTest.java

  Log Message:
  ---
  Merge pull request #5365 from daniel-beck/JENKINS-65172

[JENKINS-65172] Better support for remote platform-plugins.json


Compare: 
https://github.com/jenkinsci/jenkins/compare/4395d50f27ba...e4faa17ef7f4

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


[jenkinsci/jenkins] 52aad0: Bump jna from 5.7.0 to 5.8.0

2021-03-30 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 52aad032447203ccdd3674b79cc11a3812715e7f
  
https://github.com/jenkinsci/jenkins/commit/52aad032447203ccdd3674b79cc11a3812715e7f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
M bom/pom.xml

  Log Message:
  ---
  Bump jna from 5.7.0 to 5.8.0

Bumps [jna](https://github.com/java-native-access/jna) from 5.7.0 to 5.8.0.
- [Release notes](https://github.com/java-native-access/jna/releases)
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](https://github.com/java-native-access/jna/compare/5.7.0...5.8.0)

Signed-off-by: dependabot[bot] 


  Commit: b4fe93e54d8517592581b1ab9d570c9cc11be80c
  
https://github.com/jenkinsci/jenkins/commit/b4fe93e54d8517592581b1ab9d570c9cc11be80c
  Author: Oleg Nenashev 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M bom/pom.xml

  Log Message:
  ---
  Merge pull request #5381 from 
jenkinsci/dependabot/maven/net.java.dev.jna-jna-5.8.0

Bump jna from 5.7.0 to 5.8.0


Compare: 
https://github.com/jenkinsci/jenkins/compare/e4faa17ef7f4...b4fe93e54d85

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


[jenkinsci/jenkins]

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/net.java.dev.jna-jna-5.8.0
  Home:   https://github.com/jenkinsci/jenkins

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/dependabot/maven/net.java.dev.jna-jna-5.8.0/52aad0-00%40github.com.


[jenkinsci/jenkins] de5f05: Bump jetty-maven-plugin from 9.4.39.v20210325 to 1...

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.eclipse.jetty-jetty-maven-plugin-11.0.2
  Home:   https://github.com/jenkinsci/jenkins
  Commit: de5f05acb034c980c048a0751ed154f8d2b3aa15
  
https://github.com/jenkinsci/jenkins/commit/de5f05acb034c980c048a0751ed154f8d2b3aa15
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M war/pom.xml

  Log Message:
  ---
  Bump jetty-maven-plugin from 9.4.39.v20210325 to 11.0.2

Bumps [jetty-maven-plugin](https://github.com/eclipse/jetty.project) from 
9.4.39.v20210325 to 11.0.2.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- 
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.39.v20210325...jetty-11.0.2)

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/jenkins/push/refs/heads/dependabot/maven/org.eclipse.jetty-jetty-maven-plugin-11.0.2/00-de5f05%40github.com.


[jenkinsci/teamconcert-plugin] 1dcbf3: [maven-release-plugin] prepare release teamconcert...

2021-03-30 Thread 'Lakshmi Narasimhan T V' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/teamconcert-plugin
  Commit: 1dcbf3308f3a6c31b560593cbb9816bb10d559c2
  
https://github.com/jenkinsci/teamconcert-plugin/commit/1dcbf3308f3a6c31b560593cbb9816bb10d559c2
  Author: Lakshmi Narasimhan T V 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M com.ibm.team.build.hjplugin/pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release teamconcert-2.2.1


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


[jenkinsci/teamconcert-plugin]

2021-03-30 Thread 'Lakshmi Narasimhan T V' via Jenkins Commits
  Branch: refs/tags/teamconcert-2.2.1
  Home:   https://github.com/jenkinsci/teamconcert-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/teamconcert-plugin/push/refs/tags/teamconcert-2.2.1/00-dda5bb%40github.com.


[jenkinsci/teamconcert-plugin] 1bc023: [maven-release-plugin] prepare for next developmen...

2021-03-30 Thread 'Lakshmi Narasimhan T V' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/teamconcert-plugin
  Commit: 1bc023127264c5ca5b8f6da0ad31364c192fd5b2
  
https://github.com/jenkinsci/teamconcert-plugin/commit/1bc023127264c5ca5b8f6da0ad31364c192fd5b2
  Author: Lakshmi Narasimhan T V 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M com.ibm.team.build.hjplugin/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/teamconcert-plugin/push/refs/heads/master/1dcbf3-1bc023%40github.com.


[jenkinsci/teamconcert-git-plugin] bf6f49: [maven-release-plugin] prepare release teamconcert...

2021-03-30 Thread 'Lakshmi Narasimhan T V' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/teamconcert-git-plugin
  Commit: bf6f49c59b8ad8be3ed8dca3ffac2d74c283c2e2
  
https://github.com/jenkinsci/teamconcert-git-plugin/commit/bf6f49c59b8ad8be3ed8dca3ffac2d74c283c2e2
  Author: Lakshmi Narasimhan T V 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M com.ibm.team.git.build.hjplugin/pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release teamconcert-git-2.0.3


-- 
You received this message because you are subscribed to the Google 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/teamconcert-git-plugin/push/refs/heads/master/a46e4f-bf6f49%40github.com.


[jenkinsci/teamconcert-git-plugin]

2021-03-30 Thread 'Lakshmi Narasimhan T V' via Jenkins Commits
  Branch: refs/tags/teamconcert-git-2.0.3
  Home:   https://github.com/jenkinsci/teamconcert-git-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/teamconcert-git-plugin/push/refs/tags/teamconcert-git-2.0.3/00-8792d2%40github.com.


[jenkinsci/teamconcert-git-plugin] 1f85e1: [maven-release-plugin] prepare for next developmen...

2021-03-30 Thread 'Lakshmi Narasimhan T V' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/teamconcert-git-plugin
  Commit: 1f85e1ee8a4eb154d976204576cf25a91bad3cc8
  
https://github.com/jenkinsci/teamconcert-git-plugin/commit/1f85e1ee8a4eb154d976204576cf25a91bad3cc8
  Author: Lakshmi Narasimhan T V 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M com.ibm.team.git.build.hjplugin/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/teamconcert-git-plugin/push/refs/heads/master/bf6f49-1f85e1%40github.com.


[jenkinsci/teamconcert-plugin] 49b27f: Update README.adoc

2021-03-30 Thread 'Lakshmi Narasimhan T V' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/teamconcert-plugin
  Commit: 49b27fa52ccc4dfabe4bf70f15454bda7d6090c7
  
https://github.com/jenkinsci/teamconcert-plugin/commit/49b27fa52ccc4dfabe4bf70f15454bda7d6090c7
  Author: Lakshmi Narasimhan T V 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M README.adoc

  Log Message:
  ---
  Update README.adoc

Added more details about the work item


-- 
You received this message because you are subscribed to the Google 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/teamconcert-plugin/push/refs/heads/master/1bc023-49b27f%40github.com.


[jenkinsci/hpe-application-automation-tools-plugin] 11ad86: [maven-release-plugin] prepare release micro-focus...

2021-03-30 Thread 'Zhipeng' via Jenkins Commits
  Branch: refs/heads/latest
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-plugin
  Commit: 11ad86819f3c8ca21a36383429e05b86a09eb3d4
  
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/11ad86819f3c8ca21a36383429e05b86a09eb3d4
  Author: Zhipeng Wang 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 
micro-focus-application-automation-tools-plugin-6.7


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


[jenkinsci/hpe-application-automation-tools-plugin]

2021-03-30 Thread 'Zhipeng' via Jenkins Commits
  Branch: refs/tags/micro-focus-application-automation-tools-plugin-6.7
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-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/hpe-application-automation-tools-plugin/push/refs/tags/micro-focus-application-automation-tools-plugin-6.7/00-f35418%40github.com.


[jenkinsci/hpe-application-automation-tools-plugin] 807373: [maven-release-plugin] prepare for next developmen...

2021-03-30 Thread 'Zhipeng' via Jenkins Commits
  Branch: refs/heads/latest
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-plugin
  Commit: 80737318080a6fb5554889916227e26a0f212b84
  
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/80737318080a6fb5554889916227e26a0f212b84
  Author: Zhipeng Wang 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  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/hpe-application-automation-tools-plugin/push/refs/heads/latest/11ad86-807373%40github.com.


[jenkinsci/teamconcert-plugin] 351f6a: Update README.adoc

2021-03-30 Thread 'Lakshmi Narasimhan T V' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/teamconcert-plugin
  Commit: 351f6ad084f0b407c373e5fe508184c4767cae60
  
https://github.com/jenkinsci/teamconcert-plugin/commit/351f6ad084f0b407c373e5fe508184c4767cae60
  Author: Lakshmi Narasimhan T V 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M README.adoc

  Log Message:
  ---
  Update README.adoc

Minor update


-- 
You received this message because you are subscribed to the Google 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/teamconcert-plugin/push/refs/heads/master/49b27f-351f6a%40github.com.


[jenkinsci/teamconcert-git-plugin] a39b20: Update README.adoc

2021-03-30 Thread 'Lakshmi Narasimhan T V' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/teamconcert-git-plugin
  Commit: a39b20b472b61a5448ca40d6c8cb0f63c8f1aa4b
  
https://github.com/jenkinsci/teamconcert-git-plugin/commit/a39b20b472b61a5448ca40d6c8cb0f63c8f1aa4b
  Author: Lakshmi Narasimhan T V 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M README.adoc

  Log Message:
  ---
  Update README.adoc

Update with more details about adoption


-- 
You received this message because you are subscribed to the Google 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/teamconcert-git-plugin/push/refs/heads/master/1f85e1-a39b20%40github.com.


[jenkinsci/teamconcert-git-plugin] 65f5f7: Update README.adoc

2021-03-30 Thread 'Lakshmi Narasimhan T V' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/teamconcert-git-plugin
  Commit: 65f5f782d14da1e8ab795adfba727dccc134495b
  
https://github.com/jenkinsci/teamconcert-git-plugin/commit/65f5f782d14da1e8ab795adfba727dccc134495b
  Author: Lakshmi Narasimhan T V 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M README.adoc

  Log Message:
  ---
  Update README.adoc

Provide info about Jenkins LTS version compatibility


-- 
You received this message because you are subscribed to the Google 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/teamconcert-git-plugin/push/refs/heads/master/a39b20-65f5f7%40github.com.


[jenkinsci/teamconcert-plugin] ab00cb: Update README.adoc

2021-03-30 Thread 'Lakshmi Narasimhan T V' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/teamconcert-plugin
  Commit: ab00cbbaedb1f5401b4802e6a51668c5db8bb11d
  
https://github.com/jenkinsci/teamconcert-plugin/commit/ab00cbbaedb1f5401b4802e6a51668c5db8bb11d
  Author: Lakshmi Narasimhan T V 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M README.adoc

  Log Message:
  ---
  Update README.adoc

Provide info about Jenkins LTS version compatibility


-- 
You received this message because you are subscribed to the Google 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/teamconcert-plugin/push/refs/heads/master/351f6a-ab00cb%40github.com.


[jenkinsci/datadog-plugin] 03e7f6: Changelog 2.10.0

2021-03-30 Thread 'Daniel Rodriguez Hernandez' via Jenkins Commits
  Branch: refs/heads/drodriguezhdez/changelog_2.10.0
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 03e7f6fba66a8df91955ee4c26c3cb6bd7a9f6d6
  
https://github.com/jenkinsci/datadog-plugin/commit/03e7f6fba66a8df91955ee4c26c3cb6bd7a9f6d6
  Author: Daniel Rodriguez Hernandez 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Changelog 2.10.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/datadog-plugin/push/refs/heads/drodriguezhdez/changelog_2.10.0/00-03e7f6%40github.com.


[jenkinsci/datadog-plugin] d10651: Changelog 2.10.0 (#197)

2021-03-30 Thread 'Daniel Rodriguez Hernandez' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: d10651fe5605ca1dfbc277d5843d1c40a9a5c570
  
https://github.com/jenkinsci/datadog-plugin/commit/d10651fe5605ca1dfbc277d5843d1c40a9a5c570
  Author: Daniel Rodriguez Hernandez 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Changelog 2.10.0 (#197)


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


[jenkinsci/datadog-plugin]

2021-03-30 Thread 'Daniel Rodriguez Hernandez' via Jenkins Commits
  Branch: refs/heads/drodriguezhdez/changelog_2.10.0
  Home:   https://github.com/jenkinsci/datadog-plugin

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


[jenkinsci/hpe-application-automation-tools-plugin]

2021-03-30 Thread 'Zhipeng' via Jenkins Commits
  Branch: refs/heads/Release-6.7
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-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/hpe-application-automation-tools-plugin/push/refs/heads/Release-6.7/00-807373%40github.com.


[jenkinsci/hpe-application-automation-tools-plugin] 1a6521: defect #1138101 : “Stage” in Jenkins is failed, a...

2021-03-30 Thread 'Zhipeng' via Jenkins Commits
  Branch: refs/heads/latest

  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-plugin

  Commit: 1a6521ca0dac833d3093e9f8c6c2cb481574f0ea

  
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/1a6521ca0dac833d3093e9f8c6c2cb481574f0ea

  Author: Radislav Berkovich 

  Date:   2021-03-25 (Thu, 25 Mar 2021)



  Changed paths:

M pom.xml

M 
src/main/java/com/microfocus/application/automation/tools/octane/events/WorkflowListenerOctaneImpl.java



  Log Message:

  ---

  defect #1138101 :  “Stage” in Jenkins is failed, and in octane it appears as 
successful. handle error converted to warning





  Commit: 77ec40b786487d50f35de283510cadf6e3be6d1b

  
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/77ec40b786487d50f35de283510cadf6e3be6d1b

  Author: Radislav Berkovich 

  Date:   2021-03-25 (Thu, 25 Mar 2021)



  Changed paths:

M 
src/main/java/com/microfocus/application/automation/tools/octane/events/WorkflowListenerOctaneImpl.java



  Log Message:

  ---

  defect #1138101 :  code climate fixes





  Commit: f7fda7a43128756b580cca0b229991f3d4a33e4f

  
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/f7fda7a43128756b580cca0b229991f3d4a33e4f

  Author: Zhipeng 

  Date:   2021-03-30 (Tue, 30 Mar 2021)



  Changed paths:

M pom.xml

M 
src/main/java/com/microfocus/application/automation/tools/octane/events/WorkflowListenerOctaneImpl.java



  Log Message:

  ---

  Merge pull request #384 from radislavB/fixStageStatusWithWarning



“Stage” in Jenkins is failed, and in octane it appears as successful





Compare: 
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/compare/80737318080a...f7fda7a43128

-- 
You received this message because you are subscribed to the Google 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/hpe-application-automation-tools-plugin/push/refs/heads/latest/807373-f7fda7%40github.com.


[jenkinsci/hpe-application-automation-tools-plugin] aefee2: [maven-release-plugin] prepare release micro-focus...

2021-03-30 Thread 'Zhipeng' via Jenkins Commits
  Branch: refs/heads/latest
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-plugin
  Commit: aefee22a4bd3c74601ed4daf615afc0a70a4a31b
  
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/aefee22a4bd3c74601ed4daf615afc0a70a4a31b
  Author: Zhipeng Wang 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 
micro-focus-application-automation-tools-plugin-6.7.1-beta


-- 
You received this message because you are subscribed to the Google 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/hpe-application-automation-tools-plugin/push/refs/heads/latest/f7fda7-aefee2%40github.com.


[jenkinsci/hpe-application-automation-tools-plugin]

2021-03-30 Thread 'Zhipeng' via Jenkins Commits
  Branch: refs/tags/micro-focus-application-automation-tools-plugin-6.7.1-beta
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-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/hpe-application-automation-tools-plugin/push/refs/tags/micro-focus-application-automation-tools-plugin-6.7.1-beta/00-1ee786%40github.com.


[jenkinsci/hpe-application-automation-tools-plugin] 9f7337: [maven-release-plugin] prepare for next developmen...

2021-03-30 Thread 'Zhipeng' via Jenkins Commits
  Branch: refs/heads/latest
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-plugin
  Commit: 9f7337272ad641ed213cccd93b8bf68491acb698
  
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/9f7337272ad641ed213cccd93b8bf68491acb698
  Author: Zhipeng Wang 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  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/hpe-application-automation-tools-plugin/push/refs/heads/latest/aefee2-9f7337%40github.com.


[jenkinsci/kubernetes-credentials-provider-plugin] 867ff2: [maven-release-plugin] prepare release kubernetes-...

2021-03-30 Thread 'James Nord' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/kubernetes-credentials-provider-plugin
  Commit: 867ff22202a903554f12c5761171405077187364
  
https://github.com/jenkinsci/kubernetes-credentials-provider-plugin/commit/867ff22202a903554f12c5761171405077187364
  Author: James Nord 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release kubernetes-credentials-provider-0.18-1


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


[jenkinsci/kubernetes-credentials-provider-plugin]

2021-03-30 Thread 'James Nord' via Jenkins Commits
  Branch: refs/tags/kubernetes-credentials-provider-0.18-1
  Home:   https://github.com/jenkinsci/kubernetes-credentials-provider-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/kubernetes-credentials-provider-plugin/push/refs/tags/kubernetes-credentials-provider-0.18-1/00-a66719%40github.com.


[jenkinsci/kubernetes-credentials-provider-plugin] a6a4bd: [maven-release-plugin] prepare for next developmen...

2021-03-30 Thread 'James Nord' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/kubernetes-credentials-provider-plugin
  Commit: a6a4bd08cb3510523dd7a083440a99d073614b73
  
https://github.com/jenkinsci/kubernetes-credentials-provider-plugin/commit/a6a4bd08cb3510523dd7a083440a99d073614b73
  Author: James Nord 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  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/kubernetes-credentials-provider-plugin/push/refs/heads/master/867ff2-a6a4bd%40github.com.


[jenkins-infra/jenkins.io] bb7b77: Add 2021-03-30 security advisory

2021-03-30 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: bb7b770a0204ff80a1f913d6814ea6c5c66e9b73
  
https://github.com/jenkins-infra/jenkins.io/commit/bb7b770a0204ff80a1f913d6814ea6c5c66e9b73
  Author: Daniel Beck 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
A content/security/advisory/2021-03-30.adoc

  Log Message:
  ---
  Add 2021-03-30 security advisory


-- 
You received this message because you are subscribed to the Google 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/ac9e3f-bb7b77%40github.com.


[jenkins-infra/update-center2] 8629ea: Add warnings for 2021-03-30 security advisory

2021-03-30 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: 8629eadfd52f44f8501ea20a2b3fd0c1ae492351
  
https://github.com/jenkins-infra/update-center2/commit/8629eadfd52f44f8501ea20a2b3fd0c1ae492351
  Author: Daniel Beck 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M resources/warnings.json

  Log Message:
  ---
  Add warnings for 2021-03-30 security advisory


-- 
You received this message because you are subscribed to the Google 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/1690b8-8629ea%40github.com.


[jenkinsci/dependency-track-plugin] 70e7b8: [SECURITY-2250]

2021-03-30 Thread 'jenkinsci-cert-ci' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 70e7b82ad9a10499e628998a0bcb57c1481c66bc
  
https://github.com/jenkinsci/dependency-track-plugin/commit/70e7b82ad9a10499e628998a0bcb57c1481c66bc
  Author: Ronny Perinke 
  Date:   2021-03-28 (Sun, 28 Mar 2021)

  Changed paths:
M CHANGELOG.md
M src/main/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImpl.java
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher/global.jelly
M 
src/test/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImplTest.java

  Log Message:
  ---
  [SECURITY-2250]


  Commit: 8b991cfdaa88d5246d80a40d5b7eb7eafdfc4d39
  
https://github.com/jenkinsci/dependency-track-plugin/commit/8b991cfdaa88d5246d80a40d5b7eb7eafdfc4d39
  Author: Jenkins Security Team 
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release v3.1.1


  Commit: ecb6206a8ad701bd8a7281a39ccdfa913ccea49d
  
https://github.com/jenkinsci/dependency-track-plugin/commit/ecb6206a8ad701bd8a7281a39ccdfa913ccea49d
  Author: Jenkins Security Team 
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/69317029c8a3...ecb6206a8ad7

-- 
You received this message because you are subscribed to the Google 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/dependency-track-plugin/push/refs/heads/master/693170-ecb620%40github.com.


[jenkinsci/dependency-track-plugin]

2021-03-30 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/tags/v3.1.1
  Home:   https://github.com/jenkinsci/dependency-track-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/dependency-track-plugin/push/refs/tags/v3.1.1/00-c7eace%40github.com.


[jenkinsci/jabber-plugin]

2021-03-30 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/tags/1.42
  Home:   https://github.com/jenkinsci/jabber-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/jabber-plugin/push/refs/tags/1.42/00-cbb31b%40github.com.


[jenkinsci/jabber-plugin] 67882c: Use Secret in JabberPublisherDescriptor

2021-03-30 Thread 'Florian Schmaus' via Jenkins Commits
  Branch: refs/heads/SECURITY-2162
  Home:   https://github.com/jenkinsci/jabber-plugin
  Commit: 67882cfd189d6d05ad39e043edbfbf079dc37677
  
https://github.com/jenkinsci/jabber-plugin/commit/67882cfd189d6d05ad39e043edbfbf079dc37677
  Author: Florian Schmaus 
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
M README.md
M build.gradle
M src/main/java/hudson/plugins/jabber/im/transport/JabberIMConnection.java
M 
src/main/java/hudson/plugins/jabber/im/transport/JabberIMMessageTargetConverter.java
M 
src/main/java/hudson/plugins/jabber/im/transport/JabberPublisherDescriptor.java
M 
src/main/resources/hudson/plugins/jabber/im/transport/JabberPublisher/global.jelly

  Log Message:
  ---
  Use Secret in JabberPublisherDescriptor

Fixes SECURITY-2162


  Commit: 74d4a0e4928f84c6634fc5cd175c41803a686d9d
  
https://github.com/jenkinsci/jabber-plugin/commit/74d4a0e4928f84c6634fc5cd175c41803a686d9d
  Author: Florian Schmaus 
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
M README.md
M version

  Log Message:
  ---
  jabber-plugin 1.42


  Commit: 3a3de90f49df6610d82fc3d79cfa78c3f2acc994
  
https://github.com/jenkinsci/jabber-plugin/commit/3a3de90f49df6610d82fc3d79cfa78c3f2acc994
  Author: Florian Schmaus 
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
M version

  Log Message:
  ---
  jabber-plugin 1.43-SNAPSHOT


Compare: 
https://github.com/jenkinsci/jabber-plugin/compare/67882cfd189d%5E...3a3de90f49df

-- 
You received this message because you are subscribed to the Google 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/jabber-plugin/push/refs/heads/SECURITY-2162/00-3a3de9%40github.com.


[jenkinsci/build-with-parameters-plugin]

2021-03-30 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/tags/build-with-parameters-1.5.1
  Home:   https://github.com/jenkinsci/build-with-parameters-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/build-with-parameters-plugin/push/refs/tags/build-with-parameters-1.5.1/00-a09c7c%40github.com.


[jenkinsci/build-with-parameters-plugin] edbc28: [SECURITY-2231]

2021-03-30 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-with-parameters-plugin
  Commit: edbc286cfd1419a40589a8c40d03ef9fe71dccf9
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/edbc286cfd1419a40589a8c40d03ef9fe71dccf9
  Author: Ivan Sugonyak 
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction/index.jelly

  Log Message:
  ---
  [SECURITY-2231]


  Commit: 82711e83bf822c5688017304939d5d1c3482ec3e
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/82711e83bf822c5688017304939d5d1c3482ec3e
  Author: Ivan Sugonyak 
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/buildwithparameters/BuildWithParametersAction.java

  Log Message:
  ---
  [SECURITY-2257]


  Commit: 84a1fdbdb16e5d4b8f913e5b7717be69ee7d6a97
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/84a1fdbdb16e5d4b8f913e5b7717be69ee7d6a97
  Author: Daniel Beck 
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release build-with-parameters-1.5.1


  Commit: eef32fce44d6ab92767fa7352c073d73b93545da
  
https://github.com/jenkinsci/build-with-parameters-plugin/commit/eef32fce44d6ab92767fa7352c073d73b93545da
  Author: Daniel Beck 
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/build-with-parameters-plugin/compare/67e86b543c71...eef32fce44d6

-- 
You received this message because you are subscribed to the Google 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/build-with-parameters-plugin/push/refs/heads/master/67e86b-eef32f%40github.com.


[jenkinsci/extra-columns-plugin]

2021-03-30 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/tags/extra-columns-1.23
  Home:   https://github.com/jenkinsci/extra-columns-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/extra-columns-plugin/push/refs/tags/extra-columns-1.23/00-e1ec0b%40github.com.


[jenkinsci/extra-columns-plugin] 929887: [SECURITY-2222]

2021-03-30 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/heads/v1.23
  Home:   https://github.com/jenkinsci/extra-columns-plugin
  Commit: 929887caba35eb78a55fee31d08fb950200a92ef
  
https://github.com/jenkinsci/extra-columns-plugin/commit/929887caba35eb78a55fee31d08fb950200a92ef
  Author: Fred G 
  Date:   2021-03-25 (Thu, 25 Mar 2021)

  Changed paths:
M src/main/java/jenkins/plugins/extracolumns/BuildParametersColumn.java
M 
src/main/resources/jenkins/plugins/extracolumns/BuildParametersColumn/column.jelly

  Log Message:
  ---
  [SECURITY-]


  Commit: 20bb295b17f50a520e577fc8b2cbe0b29fe4c86a
  
https://github.com/jenkinsci/extra-columns-plugin/commit/20bb295b17f50a520e577fc8b2cbe0b29fe4c86a
  Author: Daniel Beck 
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release extra-columns-1.23


  Commit: eaef19ecf5c482a42d08858b7514af9563d615ad
  
https://github.com/jenkinsci/extra-columns-plugin/commit/eaef19ecf5c482a42d08858b7514af9563d615ad
  Author: Daniel Beck 
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/extra-columns-plugin/compare/929887caba35%5E...eaef19ecf5c4

-- 
You received this message because you are subscribed to the Google 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/extra-columns-plugin/push/refs/heads/v1.23/00-eaef19%40github.com.


[jenkinsci/kubernetes-credentials-provider-plugin]

2021-03-30 Thread 'release-drafter[bot]' via Jenkins Commits
  Branch: refs/tags/kubernetes-credentials-provider-0.19
  Home:   https://github.com/jenkinsci/kubernetes-credentials-provider-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/kubernetes-credentials-provider-plugin/push/refs/tags/kubernetes-credentials-provider-0.19/00-a6a4bd%40github.com.


[jenkinsci/jenkins] 919fe9: [maven-release-plugin] prepare release jenkins-2.286

2021-03-30 Thread 'Jenkins Release Bot' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 919fe972bb2ef128d9a4140ae98325c8456295db
  
https://github.com/jenkinsci/jenkins/commit/919fe972bb2ef128d9a4140ae98325c8456295db
  Author: Jenkins Release Bot 
<66998184+jenkins-release-...@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M bom/pom.xml
M cli/pom.xml
M core/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jenkins-2.286


  Commit: 54cb9f284f410b0b55882f1b020f6ef33d78
  
https://github.com/jenkinsci/jenkins/commit/54cb9f284f410b0b55882f1b020f6ef33d78
  Author: Jenkins Release Bot 
<66998184+jenkins-release-...@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M bom/pom.xml
M cli/pom.xml
M core/pom.xml
M pom.xml
M test/pom.xml
M war/pom.xml

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


Compare: 
https://github.com/jenkinsci/jenkins/compare/b4fe93e54d85...54cb9f284f41

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


[jenkinsci/jenkins]

2021-03-30 Thread 'Jenkins Release Bot' via Jenkins Commits
  Branch: refs/tags/jenkins-2.286
  Home:   https://github.com/jenkinsci/jenkins

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


[jenkinsci/ecutest-plugin] f7ec98: Bump checkstyle from 8.40 to 8.41.1 (#287)

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: f7ec982597a4da9fd50207edac0fa12d0c0ea740
  
https://github.com/jenkinsci/ecutest-plugin/commit/f7ec982597a4da9fd50207edac0fa12d0c0ea740
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump checkstyle from 8.40 to 8.41.1 (#287)


-- 
You received this message because you are subscribed to the Google 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/ecutest-plugin/push/refs/heads/master/d96370-f7ec98%40github.com.


[jenkinsci/ecutest-plugin]

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-8.41.1
  Home:   https://github.com/jenkinsci/ecutest-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/ecutest-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-8.41.1/dc1839-00%40github.com.


[jenkinsci/ecutest-plugin]

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.17
  Home:   https://github.com/jenkinsci/ecutest-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/ecutest-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.17/db2f6f-00%40github.com.


[jenkinsci/ecutest-plugin] e1adc6: Bump plugin from 4.16 to 4.17 (#285)

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: e1adc61a6b0d06cf92c614d174da43f2e516aab8
  
https://github.com/jenkinsci/ecutest-plugin/commit/e1adc61a6b0d06cf92c614d174da43f2e516aab8
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.16 to 4.17 (#285)


-- 
You received this message because you are subscribed to the Google 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/ecutest-plugin/push/refs/heads/master/f7ec98-e1adc6%40github.com.


[jenkinsci/ecutest-plugin] 7653fc: Bump antlr4-maven-plugin from 4.9.1 to 4.9.2 (#284)

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: 7653fca3564f4f8a6a2b144b678713e5a82cd71d
  
https://github.com/jenkinsci/ecutest-plugin/commit/7653fca3564f4f8a6a2b144b678713e5a82cd71d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump antlr4-maven-plugin from 4.9.1 to 4.9.2 (#284)


-- 
You received this message because you are subscribed to the Google 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/ecutest-plugin/push/refs/heads/master/e1adc6-7653fc%40github.com.


[jenkinsci/ecutest-plugin]

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.antlr-antlr4-maven-plugin-4.9.2
  Home:   https://github.com/jenkinsci/ecutest-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/ecutest-plugin/push/refs/heads/dependabot/maven/org.antlr-antlr4-maven-plugin-4.9.2/e57f21-00%40github.com.


[jenkinsci/ecutest-plugin] 2f3647: Bump antlr4-runtime from 4.9.1 to 4.9.2

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.antlr-antlr4-runtime-4.9.2
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: 2f3647f496b9553e009fe69b685a5334f426255c
  
https://github.com/jenkinsci/ecutest-plugin/commit/2f3647f496b9553e009fe69b685a5334f426255c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump antlr4-runtime from 4.9.1 to 4.9.2

Bumps [antlr4-runtime](https://github.com/antlr/antlr4) from 4.9.1 to 4.9.2.
- [Release notes](https://github.com/antlr/antlr4/releases)
- [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt)
- [Commits](https://github.com/antlr/antlr4/compare/4.9.1...4.9.2)

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/ecutest-plugin/push/refs/heads/dependabot/maven/org.antlr-antlr4-runtime-4.9.2/e79d66-2f3647%40github.com.


[jenkinsci/ecutest-plugin] 75b04d: Bump bom-2.235.x from 25 to 26 (#282)

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: 75b04d47bb5cc7faa2982654779791f517f96e79
  
https://github.com/jenkinsci/ecutest-plugin/commit/75b04d47bb5cc7faa2982654779791f517f96e79
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.235.x from 25 to 26 (#282)


-- 
You received this message because you are subscribed to the Google 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/ecutest-plugin/push/refs/heads/master/7653fc-75b04d%40github.com.


[jenkinsci/ecutest-plugin]

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.235.x-26
  Home:   https://github.com/jenkinsci/ecutest-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/ecutest-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.235.x-26/cd78b5-00%40github.com.


[jenkinsci/artifact-manager-s3-plugin] 301cf2: Tweaking RealJenkinsRule again

2021-03-30 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/artifact-manager-s3-plugin
  Commit: 301cf246d2ed04e0b5e1da03d25986e4e3697823
  
https://github.com/jenkinsci/artifact-manager-s3-plugin/commit/301cf246d2ed04e0b5e1da03d25986e4e3697823
  Author: Jesse Glick 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml
M 
src/test/java/io/jenkins/plugins/artifact_manager_jclouds/s3/MinioIntegrationTest.java

  Log Message:
  ---
  Tweaking RealJenkinsRule again


  Commit: f3ec51dce2d1954dd13d953e99168596c36b3dbc
  
https://github.com/jenkinsci/artifact-manager-s3-plugin/commit/f3ec51dce2d1954dd13d953e99168596c36b3dbc
  Author: Jesse Glick 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml
M 
src/test/java/io/jenkins/plugins/artifact_manager_jclouds/s3/MinioIntegrationTest.java

  Log Message:
  ---
  Merge pull request #197 from jglick/more-RealJenkinsRule

Tweaking RealJenkinsRule again


Compare: 
https://github.com/jenkinsci/artifact-manager-s3-plugin/compare/9a661a02c8eb...f3ec51dce2d1

-- 
You received this message because you are subscribed to the Google 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/artifact-manager-s3-plugin/push/refs/heads/master/9a661a-f3ec51%40github.com.


[jenkinsci/artifact-manager-s3-plugin] 202323: [maven-release-plugin] prepare release artifact-ma...

2021-03-30 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/artifact-manager-s3-plugin
  Commit: 20232345ffc881365fe7fae45bea5afe184f2077
  
https://github.com/jenkinsci/artifact-manager-s3-plugin/commit/20232345ffc881365fe7fae45bea5afe184f2077
  Author: Jesse Glick 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release artifact-manager-s3-1.15


-- 
You received this message because you are subscribed to the Google 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/artifact-manager-s3-plugin/push/refs/heads/master/f3ec51-202323%40github.com.


[jenkinsci/artifact-manager-s3-plugin]

2021-03-30 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/tags/artifact-manager-s3-1.15
  Home:   https://github.com/jenkinsci/artifact-manager-s3-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/artifact-manager-s3-plugin/push/refs/tags/artifact-manager-s3-1.15/00-f707af%40github.com.


[jenkinsci/artifact-manager-s3-plugin] 32092c: [maven-release-plugin] prepare for next developmen...

2021-03-30 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/artifact-manager-s3-plugin
  Commit: 32092c4199c62cf87c1a7bb1dcbc207e75c14ff5
  
https://github.com/jenkinsci/artifact-manager-s3-plugin/commit/32092c4199c62cf87c1a7bb1dcbc207e75c14ff5
  Author: Jesse Glick 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  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/artifact-manager-s3-plugin/push/refs/heads/master/202323-32092c%40github.com.


[jenkins-infra/jenkins.io] 90914d: Include additional 2.286 changelog items

2021-03-30 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 90914d882cccd0c0806fbf832d7b2b2000c155ea
  
https://github.com/jenkins-infra/jenkins.io/commit/90914d882cccd0c0806fbf832d7b2b2000c155ea
  Author: Mark Waite 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M content/_data/changelogs/weekly.yml

  Log Message:
  ---
  Include additional 2.286 changelog items


  Commit: ac45441ad817a3064b83c4f9e3a6807d231965b3
  
https://github.com/jenkins-infra/jenkins.io/commit/ac45441ad817a3064b83c4f9e3a6807d231965b3
  Author: Oleg Nenashev 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M content/_data/changelogs/weekly.yml

  Log Message:
  ---
  Merge pull request #4216 from MarkEWaite/update-changelog-2.286

Include additional 2.286 changelog items


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/bb7b770a0204...ac45441ad817

-- 
You received this message because you are subscribed to the Google 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/bb7b77-ac4544%40github.com.


[jenkinsci/jenkins]

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.ui-handlebars-core-assets-3.0.8
  Home:   https://github.com/jenkinsci/jenkins

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/dependabot/maven/org.jenkins-ci.ui-handlebars-core-assets-3.0.8/811a49-00%40github.com.


[jenkinsci/anka-build-plugin] 03635f: Fixed 2.777.1 UI issue CLOUD-758

2021-03-30 Thread 'asafg6' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 03635ffc5d3cd1ccb412c53508265d73dfe83852
  
https://github.com/jenkinsci/anka-build-plugin/commit/03635ffc5d3cd1ccb412c53508265d73dfe83852
  Author: asafg_veertu 
  Date:   2021-03-22 (Mon, 22 Mar 2021)

  Changed paths:
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly
M 
src/main/resources/com/veertu/plugin/anka/AnkaSaveImageBuildStep/config.jelly

  Log Message:
  ---
  Fixed 2.777.1 UI issue CLOUD-758


  Commit: 93a111c39f6414284db02be73869ef80295c557b
  
https://github.com/jenkinsci/anka-build-plugin/commit/93a111c39f6414284db02be73869ef80295c557b
  Author: asafg_veertu 
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
M 
src/main/resources/com/veertu/plugin/anka/AnkaCloudSlaveTemplate/config.jelly

  Log Message:
  ---
  Put cloudName as a disabled field in ankaCloudSlaveTemplate UI. CLOUD-758


Compare: 
https://github.com/jenkinsci/anka-build-plugin/compare/7aca6a9afcb2...93a111c39f64

-- 
You received this message because you are subscribed to the Google 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/anka-build-plugin/push/refs/heads/master/7aca6a-93a111%40github.com.


[jenkinsci/anka-build-plugin] bf8d74: [maven-release-plugin] prepare release anka-build-...

2021-03-30 Thread 'asafg6' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: bf8d74d44664029caae1815a0fb64c1a3efc0ea5
  
https://github.com/jenkinsci/anka-build-plugin/commit/bf8d74d44664029caae1815a0fb64c1a3efc0ea5
  Author: asafg_veertu 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release anka-build-2.5.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/anka-build-plugin/push/refs/heads/master/93a111-bf8d74%40github.com.


[jenkinsci/anka-build-plugin]

2021-03-30 Thread 'asafg6' via Jenkins Commits
  Branch: refs/tags/anka-build-2.5.0
  Home:   https://github.com/jenkinsci/anka-build-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/anka-build-plugin/push/refs/tags/anka-build-2.5.0/00-86cccb%40github.com.


[jenkinsci/anka-build-plugin] 32d858: [maven-release-plugin] prepare for next developmen...

2021-03-30 Thread 'asafg6' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 32d85822490cd53d92185b0b51964b16b2239158
  
https://github.com/jenkinsci/anka-build-plugin/commit/32d85822490cd53d92185b0b51964b16b2239158
  Author: asafg_veertu 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  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/anka-build-plugin/push/refs/heads/master/bf8d74-32d858%40github.com.


[jenkinsci/dependency-track-plugin] 5d52c7: Bump frontend-maven-plugin from 1.11.2 to 1.11.3

2021-03-30 Thread 'Ronny Perinke' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 5d52c764896a93f79c52151c0d535694c018ab36
  
https://github.com/jenkinsci/dependency-track-plugin/commit/5d52c764896a93f79c52151c0d535694c018ab36
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump frontend-maven-plugin from 1.11.2 to 1.11.3

Bumps 
[frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) from 
1.11.2 to 1.11.3.
- [Release notes](https://github.com/eirslett/frontend-maven-plugin/releases)
- 
[Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/eirslett/frontend-maven-plugin/compare/frontend-plugins-1.11.2...frontend-plugins-1.11.3)

Signed-off-by: dependabot[bot] 


  Commit: 1889a4c1ec0b86c1ff8e5e965737bc29a6b323bc
  
https://github.com/jenkinsci/dependency-track-plugin/commit/1889a4c1ec0b86c1ff8e5e965737bc29a6b323bc
  Author: Ronny Perinke 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #31 from 
jenkinsci/dependabot/maven/com.github.eirslett-frontend-maven-plugin-1.11.3

Bump frontend-maven-plugin from 1.11.2 to 1.11.3


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/ecb6206a8ad7...1889a4c1ec0b

-- 
You received this message because you are subscribed to the Google 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/dependency-track-plugin/push/refs/heads/master/ecb620-1889a4%40github.com.


[jenkinsci/dependency-track-plugin]

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.github.eirslett-frontend-maven-plugin-1.11.3
  Home:   https://github.com/jenkinsci/dependency-track-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/dependency-track-plugin/push/refs/heads/dependabot/maven/com.github.eirslett-frontend-maven-plugin-1.11.3/5d52c7-00%40github.com.


[jenkinsci/dependency-track-plugin] 86eb64: Bump plugin from 4.16 to 4.17

2021-03-30 Thread 'Ronny Perinke' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 86eb6449fcbc49ebbdb2ca99e4658222f6b0293a
  
https://github.com/jenkinsci/dependency-track-plugin/commit/86eb6449fcbc49ebbdb2ca99e4658222f6b0293a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-15 (Mon, 15 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.16 to 4.17

Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.16 to 4.17.
- [Release notes](https://github.com/jenkinsci/plugin-pom/releases)
- [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.16...plugin-4.17)

Signed-off-by: dependabot[bot] 


  Commit: 9f97eda7b5dac118af6bfe7c3c359e3a242654d0
  
https://github.com/jenkinsci/dependency-track-plugin/commit/9f97eda7b5dac118af6bfe7c3c359e3a242654d0
  Author: Ronny Perinke 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #30 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-plugin-4.17

Bump plugin from 4.16 to 4.17


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/1889a4c1ec0b...9f97eda7b5da

-- 
You received this message because you are subscribed to the Google 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/dependency-track-plugin/push/refs/heads/master/1889a4-9f97ed%40github.com.


[jenkinsci/dependency-track-plugin]

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.17
  Home:   https://github.com/jenkinsci/dependency-track-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/dependency-track-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.17/86eb64-00%40github.com.


[jenkinsci/platformlabeler-plugin] ac05e9: Update test for Ubuntu 20.04.2

2021-03-30 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: ac05e93af6d24407f3b45de189a24c8f23d24e79
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/ac05e93af6d24407f3b45de189a24c8f23d24e79
  Author: Mark Waite 
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/20.04/lsb_release-a
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/20.04/os-release

  Log Message:
  ---
  Update test for Ubuntu 20.04.2


  Commit: 6a6cefd0ce427dde74ef2676793c2f2646012899
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/6a6cefd0ce427dde74ef2676793c2f2646012899
  Author: Mark Waite 
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
M README.md
R 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.13.2/Dockerfile
R 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.13.2/os-release
A 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.13.3/Dockerfile
A 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.13.3/os-release

  Log Message:
  ---
  Use Alpine 3.13.3


  Commit: fad188b8fd15db9fe32c0ab693751094583b7d72
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/fad188b8fd15db9fe32c0ab693751094583b7d72
  Author: Mark Waite 
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
R 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/opensuse-tumbleweed/20210223/Dockerfile
R 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/opensuse-tumbleweed/20210223/os-release
A 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/opensuse-tumbleweed/20210325/Dockerfile
A 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/opensuse-tumbleweed/20210325/os-release

  Log Message:
  ---
  Use OpenSUSE tumbleweed 20210325


  Commit: bfb268dc9506814c0b8539b9e29ee1595276c977
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/bfb268dc9506814c0b8539b9e29ee1595276c977
  Author: Mark Waite 
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Update CentOS image version in doc


  Commit: fbdea96851082cd0ba6a0f998f22b2a9a23faace
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/fbdea96851082cd0ba6a0f998f22b2a9a23faace
  Author: Mark Waite 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M README.md
R 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.13.2/Dockerfile
R 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.13.2/os-release
A 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.13.3/Dockerfile
A 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/alpine/3.13.3/os-release
R 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/opensuse-tumbleweed/20210223/Dockerfile
R 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/opensuse-tumbleweed/20210223/os-release
A 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/opensuse-tumbleweed/20210325/Dockerfile
A 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/opensuse-tumbleweed/20210325/os-release
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/20.04/lsb_release-a
M 
src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/20.04/os-release

  Log Message:
  ---
  Merge pull request #314 from MarkEWaite/update-test-data

Update test data and documentation


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/f099cbd4ed48...fbdea9685108

-- 
You received this message because you are subscribed to the Google 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/platformlabeler-plugin/push/refs/heads/master/f099cb-fbdea9%40github.com.


[jenkins-infra/jenkins.io] e65993: [JENKINS-65169] Add SECURITY-2021 agent name descr...

2021-03-30 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: e6599344c04d0cf3a5b49dadb72157b897ec3327
  
https://github.com/jenkins-infra/jenkins.io/commit/e6599344c04d0cf3a5b49dadb72157b897ec3327
  Author: Mark Waite 
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
M content/_data/upgrades/2-263-2.adoc

  Log Message:
  ---
  [JENKINS-65169] Add SECURITY-2021 agent name description to 2.263.2 upgrade 
guide

Include in the security fix section

See https://jenkins.io/security/advisory/2021-01-13/#SECURITY-2021

See https://issues.jenkins.io/browse/JENKINS-65169


  Commit: 66b521b5cbefb35288d9ad3ee6e86af43840620d
  
https://github.com/jenkins-infra/jenkins.io/commit/66b521b5cbefb35288d9ad3ee6e86af43840620d
  Author: Mark Waite 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M content/_data/upgrades/2-263-2.adoc

  Log Message:
  ---
  Use more accurate phrasing in new section

Cloud plugins use templates to define agent names.

Co-authored-by: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>


  Commit: 2b58926469b8673664284925cbbcf52c9d16b5ba
  
https://github.com/jenkins-infra/jenkins.io/commit/2b58926469b8673664284925cbbcf52c9d16b5ba
  Author: Mark Waite 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M content/_data/upgrades/2-263-2.adoc

  Log Message:
  ---
  Use consistent warning of risks disabling security fix

An open escape hatch opens a security issue.  Don't open the escape
hatch unless you accept the risk of what is waiting outside the hatch.


  Commit: 71b4df71ee5c63f76283bdf2c71b7dcf96a8d2b9
  
https://github.com/jenkins-infra/jenkins.io/commit/71b4df71ee5c63f76283bdf2c71b7dcf96a8d2b9
  Author: Mark Waite 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M content/_data/upgrades/2-263-2.adoc

  Log Message:
  ---
  Merge pull request #4196 from MarkEWaite/JENKINS-65169-upgrade-guide-addition

[JENKINS-65169] Add section for agent name security fix


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/ac45441ad817...71b4df71ee5c

-- 
You received this message because you are subscribed to the Google 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/ac4544-71b4df%40github.com.


[jenkinsci/libvirt-slave-plugin] 52c65a: SSH username/password logins based on Credentials

2021-03-30 Thread 'bgermann' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/libvirt-slave-plugin
  Commit: 52c65a30cc5d7377ed9686a1f7fb8b9ae772f402
  
https://github.com/jenkinsci/libvirt-slave-plugin/commit/52c65a30cc5d7377ed9686a1f7fb8b9ae772f402
  Author: Bastian Germann 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M CHANGELOG.md
M Jenkinsfile
M README.md
M pom.xml
M src/main/java/hudson/plugins/libvirt/Hypervisor.java
M src/main/java/hudson/plugins/libvirt/VirtualMachineManagementServer.java
M src/main/java/hudson/plugins/libvirt/lib/ConnectionBuilder.java
M src/main/java/hudson/plugins/libvirt/lib/libvirt/LibVirtConnectImpl.java
A src/main/java/hudson/plugins/libvirt/lib/libvirt/LibvirtConnectAuth.java
M src/main/resources/hudson/plugins/libvirt/Hypervisor/config.jelly
A src/main/webapp/help-libvirt-hypervisorTransport.html
M src/main/webapp/help-libvirt-hypervisorUrl.html

  Log Message:
  ---
  SSH username/password logins based on Credentials

Implement SSH username/password logins based on the Credentials plugin for
libssh and libssh2 transports. As adding them as separate drivers for each
type will blow up the hypervisor type set, separate hypervisor driver from
transport. Add additional unix, ext, and tcp transports.

Signed-off-by: Bastian Germann 


  Commit: 7df0105686a0f6e261d11a8c93e6e5d5ba898a88
  
https://github.com/jenkinsci/libvirt-slave-plugin/commit/7df0105686a0f6e261d11a8c93e6e5d5ba898a88
  Author: Bastian Germann 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/libvirt/Hypervisor.java
M src/main/java/hudson/plugins/libvirt/PluginImpl.java
M src/main/java/hudson/plugins/libvirt/VirtualMachine.java
M src/main/java/hudson/plugins/libvirt/VirtualMachineLauncher.java
M src/main/java/hudson/plugins/libvirt/VirtualMachineManagement.java
M src/main/java/hudson/plugins/libvirt/VirtualMachineManagementServer.java
M src/main/java/hudson/plugins/libvirt/VirtualMachineSlave.java
M src/main/java/hudson/plugins/libvirt/VirtualMachineSlaveComputer.java
M src/main/java/hudson/plugins/libvirt/lib/ConnectionBuilder.java
M src/main/java/hudson/plugins/libvirt/lib/IConnect.java
M src/main/java/hudson/plugins/libvirt/lib/IDomain.java
M src/main/java/hudson/plugins/libvirt/lib/IDomainSnapshot.java
M src/main/java/hudson/plugins/libvirt/lib/VirtException.java
M src/main/java/hudson/plugins/libvirt/lib/libvirt/LibVirtConnectImpl.java
M src/main/java/hudson/plugins/libvirt/lib/libvirt/LibVirtDomainImpl.java
M 
src/main/java/hudson/plugins/libvirt/lib/libvirt/LibVirtDomainSnapshotImpl.java
M src/main/java/hudson/plugins/libvirt/util/Consts.java

  Log Message:
  ---
  Unify license and authorship info

Signed-off-by: Bastian Germann 


  Commit: b3a01442dd4c8d84635549e502e71a8604a68720
  
https://github.com/jenkinsci/libvirt-slave-plugin/commit/b3a01442dd4c8d84635549e502e71a8604a68720
  Author: Bastian Germann 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M src/main/java/hudson/plugins/libvirt/VirtualMachineManagement.java
R src/main/java/hudson/plugins/libvirt/util/Consts.java
R src/main/java/hudson/plugins/libvirt/util/package-info.java

  Log Message:
  ---
  Remove unnecessary util package (1 use only)

Signed-off-by: Bastian Germann 


Compare: 
https://github.com/jenkinsci/libvirt-slave-plugin/compare/eaff962817b0...b3a01442dd4c

-- 
You received this message because you are subscribed to the Google 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/libvirt-slave-plugin/push/refs/heads/master/eaff96-b3a014%40github.com.


[jenkinsci/platformlabeler-plugin] 4dbe74: Update Clear Linux example with latest version

2021-03-30 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 4dbe741813eaa870266b48aafc997746c124b635
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/4dbe741813eaa870266b48aafc997746c124b635
  Author: Mark Waite 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Update Clear Linux example with latest version


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


[jenkinsci/ecutest-plugin]

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.antlr-antlr4-runtime-4.9.2
  Home:   https://github.com/jenkinsci/ecutest-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/ecutest-plugin/push/refs/heads/dependabot/maven/org.antlr-antlr4-runtime-4.9.2/2f3647-00%40github.com.


[jenkinsci/ecutest-plugin] de90fc: Bump antlr4-runtime from 4.9.1 to 4.9.2 (#283)

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: de90fc0e59f533069f65a59e70a8d9d107973971
  
https://github.com/jenkinsci/ecutest-plugin/commit/de90fc0e59f533069f65a59e70a8d9d107973971
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump antlr4-runtime from 4.9.1 to 4.9.2 (#283)


-- 
You received this message because you are subscribed to the Google 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/ecutest-plugin/push/refs/heads/master/75b04d-de90fc%40github.com.


[jenkinsci/mabl-integration-plugin] 773788: Update README.md

2021-03-30 Thread 'Bertold Kolics' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mabl-integration-plugin
  Commit: 77378878d35da40fb0545c94d72991a7e8dff2d8
  
https://github.com/jenkinsci/mabl-integration-plugin/commit/77378878d35da40fb0545c94d72991a7e8dff2d8
  Author: Bertold Kolics 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md

Fix a typo


-- 
You received this message because you are subscribed to the Google 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/mabl-integration-plugin/push/refs/heads/master/875a84-773788%40github.com.


[jenkinsci/ux-widget-framework] 5c9890: Bump y18n from 3.2.1 to 3.2.2 in /packages/pipelin...

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/npm_and_yarn/packages/pipeline-graph/y18n-3.2.2
  Home:   https://github.com/jenkinsci/ux-widget-framework
  Commit: 5c9890effc04803441f74097964bc649a61ba971
  
https://github.com/jenkinsci/ux-widget-framework/commit/5c9890effc04803441f74097964bc649a61ba971
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M packages/pipeline-graph/yarn.lock

  Log Message:
  ---
  Bump y18n from 3.2.1 to 3.2.2 in /packages/pipeline-graph

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/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/ux-widget-framework/push/refs/heads/dependabot/npm_and_yarn/packages/pipeline-graph/y18n-3.2.2/00-5c9890%40github.com.


[jenkinsci/ux-widget-framework] 661b69: Bump y18n from 3.2.1 to 3.2.2

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/npm_and_yarn/y18n-3.2.2
  Home:   https://github.com/jenkinsci/ux-widget-framework
  Commit: 661b69beb63197206a4cb810eed75efa645820dd
  
https://github.com/jenkinsci/ux-widget-framework/commit/661b69beb63197206a4cb810eed75efa645820dd
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M packages/pipeline-graph/yarn.lock
M packages/ux-widget-framework/yarn.lock

  Log Message:
  ---
  Bump y18n from 3.2.1 to 3.2.2

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/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/ux-widget-framework/push/refs/heads/dependabot/npm_and_yarn/y18n-3.2.2/00-661b69%40github.com.


[jenkinsci/categorized-view-plugin] 7df870: Remove compatibleSinceVersion from POM

2021-03-30 Thread 'Gabriel Takeuchi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/categorized-view-plugin
  Commit: 7df870ebdb9acf0dce5536ed52b9ed022b7558ae
  
https://github.com/jenkinsci/categorized-view-plugin/commit/7df870ebdb9acf0dce5536ed52b9ed022b7558ae
  Author: Michael Tughan 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove compatibleSinceVersion from POM

This was mistakenly added to indicate the minimum required Jenkins
version, but causes a data upgrade message to be shown in the Jenkins
plugin manager instead (the jenkins.version property indicates the
minimum required Jenkins version and is correct). Remove it.


  Commit: 5f6f8acdb5a792a60e445c84681e5d85292f716f
  
https://github.com/jenkinsci/categorized-view-plugin/commit/5f6f8acdb5a792a60e445c84681e5d85292f716f
  Author: Gabriel Takeuchi 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #26 from mtughan/remove-compatibleSinceVersion

Remove compatibleSinceVersion from POM


Compare: 
https://github.com/jenkinsci/categorized-view-plugin/compare/ca26d040d22d...5f6f8acdb5a7

-- 
You received this message because you are subscribed to the Google 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/categorized-view-plugin/push/refs/heads/master/ca26d0-5f6f8a%40github.com.


[jenkinsci/vectorcast-execution-plugin] fd54e8: Merge pull request #1 from jenkinsci/master

2021-03-30 Thread 'Nicholas Elliot' via Jenkins Commits
  Branch: refs/heads/vce067
  Home:   https://github.com/jenkinsci/vectorcast-execution-plugin
  Commit: fd54e8580886084d040d21fa809be8a609d44d8e
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/fd54e8580886084d040d21fa809be8a609d44d8e
  Author: Cameron LaFreniere <56640206+cam-...@users.noreply.github.com>
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
M .gitignore
R Changes.txt
M README.md
A docs/images/Parameter_Config_for_Build.PNG
M docs/images/pipeline_create.png
M pom.xml
M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobRoot.java
M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/VectorCASTSetup.java
A 
src/main/java/com/vectorcast/plugins/vectorcastexecution/common/VcastUtils.java
M src/main/java/com/vectorcast/plugins/vectorcastexecution/job/BaseJob.java
M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/NewMultiJob.java
M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/NewPipelineJob.java
M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/NewSingleJob.java
M 
src/main/resources/com/vectorcast/plugins/vectorcastexecution/Messages.properties
M 
src/main/resources/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobPipeline/conflict.jelly
M 
src/main/resources/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobPipeline/index.jelly
M 
src/main/resources/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobPipeline/index.properties
M 
src/main/resources/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobSingle/created.jelly
M src/main/resources/scripts/UpdateMultiJob.py
M src/main/resources/scripts/baseJenkinsfile.groovy
A src/main/resources/scripts/config_parameters.xml
M src/main/resources/scripts/copy_build_dir.py
M src/main/resources/scripts/crumbDiag.py
M src/main/resources/scripts/default-style.css
M src/main/resources/scripts/extract_build_dir.py
A src/main/resources/scripts/fixup_reports.py
A src/main/resources/scripts/full_report_no_toc.py
M src/main/resources/scripts/gen-combined-cov.py
M src/main/resources/scripts/generate-results.py
M src/main/resources/scripts/generate_qa_results_xml.py
M src/main/resources/scripts/generate_xml.py
M src/main/resources/scripts/getjobs.py
M src/main/resources/scripts/incremental_build_report_aggregator.py
M src/main/resources/scripts/managewait.py
M src/main/resources/scripts/normalize.css
M src/main/resources/scripts/parse_console_for_cbt.py
A src/main/resources/scripts/parse_traceback.py
A src/main/resources/scripts/tee_print.py
M src/main/resources/scripts/vcastcsv2jenkins.py
M src/main/webapp/help-optUseReporting.html
A src/main/webapp/help-optuseCBT.html
A src/main/webapp/help-optuseCiLicense.html
A src/main/webapp/help-optuseParameters.html

  Log Message:
  ---
  Merge pull request #1 from jenkinsci/master

Merge in updates from VectorCAST jenkins execution plugin master


  Commit: 443d1fd5b1b279cf65dcedef0da0567e2befeb30
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/443d1fd5b1b279cf65dcedef0da0567e2befeb30
  Author: Cameron LaFreniere 
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
M src/main/resources/scripts/generate_qa_results_xml.py
M src/main/resources/scripts/generate_xml.py

  Log Message:
  ---
  BugzID: 92902 - Replaced cgi.escape which was removed in Python 3.8 with 
html.escape.


  Commit: 21298ab1e591cdd6f6ceae75a284d780af51d6de
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/21298ab1e591cdd6f6ceae75a284d780af51d6de
  Author: Cameron LaFreniere 
  Date:   2021-03-25 (Thu, 25 Mar 2021)

  Changed paths:
M src/main/resources/scripts/generate_qa_results_xml.py
M src/main/resources/scripts/generate_xml.py

  Log Message:
  ---
  BugzID: 92902 - html mod isn't available by default in Python 2. Quote 
argument is defaulted to None in cgi module, but defaulted to True in html 
module.


  Commit: fc48c4d0aa4b56ac671f86e493b15fd03da6cbdd
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/fc48c4d0aa4b56ac671f86e493b15fd03da6cbdd
  Author: Nicholas Elliot 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M src/main/resources/scripts/generate_qa_results_xml.py
M src/main/resources/scripts/generate_xml.py

  Log Message:
  ---
  Merge pull request #31 from cam-laf/remove-cgi-escape-FB92902

Replace cgi.escape with html.escape when available


Compare: 
https://github.com/jenkinsci/vectorcast-execution-plugin/compare/f1ddae7aa7d8...fc48c4d0aa4b

-- 
You received this message because you are subscribed to the Google 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 

[jenkinsci/google-oauth-plugin] 0210b8: Remove Guava dependency

2021-03-30 Thread 'Don McCasland' via Jenkins Commits
  Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/google-oauth-plugin
  Commit: 0210b8835daf0749e36325cc0bb5cfa32b28392c
  
https://github.com/jenkinsci/google-oauth-plugin/commit/0210b8835daf0749e36325cc0bb5cfa32b28392c
  Author: Adrien Lecharpentier 
  Date:   2021-03-26 (Fri, 26 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove Guava dependency


  Commit: 927b2990427dccf51d978a68afef3749a323253a
  
https://github.com/jenkinsci/google-oauth-plugin/commit/927b2990427dccf51d978a68afef3749a323253a
  Author: Don McCasland 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #114 from alecharp/remove-guava-dependency

Remove Guava dependency


Compare: 
https://github.com/jenkinsci/google-oauth-plugin/compare/c1dc9e6c9bf4...927b2990427d

-- 
You received this message because you are subscribed to the Google 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/google-oauth-plugin/push/refs/heads/develop/c1dc9e-927b29%40github.com.


[jenkinsci/vectorcast-execution-plugin] 7c7246: Update change log

2021-03-30 Thread 'Nicholas Elliot' via Jenkins Commits
  Branch: refs/heads/vce067
  Home:   https://github.com/jenkinsci/vectorcast-execution-plugin
  Commit: 7c7246a607aabfd1f737cd3639c6c48196ccd756
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/7c7246a607aabfd1f737cd3639c6c48196ccd756
  Author: Nicholas Elliot 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Update change log


-- 
You received this message because you are subscribed to the Google 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/vectorcast-execution-plugin/push/refs/heads/vce067/fc48c4-7c7246%40github.com.


[jenkinsci/google-oauth-plugin] f67b92: Bump lombok from 1.18.8 to 1.18.18

2021-03-30 Thread 'Don McCasland' via Jenkins Commits
  Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/google-oauth-plugin
  Commit: f67b920981b93741407000a08a0e24693e8cb956
  
https://github.com/jenkinsci/google-oauth-plugin/commit/f67b920981b93741407000a08a0e24693e8cb956
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-02-17 (Wed, 17 Feb 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump lombok from 1.18.8 to 1.18.18

Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.8 to 1.18.18.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- 
[Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/rzwitserloot/lombok/compare/v1.18.8...v1.18.18)

Signed-off-by: dependabot[bot] 


  Commit: 362eb32cd19a476914a815d1188e43839e4c1166
  
https://github.com/jenkinsci/google-oauth-plugin/commit/362eb32cd19a476914a815d1188e43839e4c1166
  Author: Don McCasland 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #106 from 
jenkinsci/dependabot/maven/org.projectlombok-lombok-1.18.18

Bump lombok from 1.18.8 to 1.18.18


Compare: 
https://github.com/jenkinsci/google-oauth-plugin/compare/927b2990427d...362eb32cd19a

-- 
You received this message because you are subscribed to the Google 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/google-oauth-plugin/push/refs/heads/develop/927b29-362eb3%40github.com.


[jenkinsci/google-oauth-plugin]

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.projectlombok-lombok-1.18.18
  Home:   https://github.com/jenkinsci/google-oauth-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/google-oauth-plugin/push/refs/heads/dependabot/maven/org.projectlombok-lombok-1.18.18/f67b92-00%40github.com.


[jenkinsci/google-oauth-plugin] c6fc46: Bump bouncycastle-api from 2.16.2 to 2.20

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-bouncycastle-api-2.20
  Home:   https://github.com/jenkinsci/google-oauth-plugin
  Commit: c6fc46eef72b4cb3073e156145a7c2352bdc44c0
  
https://github.com/jenkinsci/google-oauth-plugin/commit/c6fc46eef72b4cb3073e156145a7c2352bdc44c0
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bouncycastle-api from 2.16.2 to 2.20

Bumps [bouncycastle-api](https://github.com/jenkinsci/bouncycastle-api-plugin) 
from 2.16.2 to 2.20.
- [Release notes](https://github.com/jenkinsci/bouncycastle-api-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/bouncycastle-api-plugin/blob/master/docs/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/bouncycastle-api-plugin/compare/bouncycastle-api-2.16.2...bouncycastle-api-2.20)

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/google-oauth-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-bouncycastle-api-2.20/00-c6fc46%40github.com.


[jenkinsci/google-oauth-plugin] 0976aa: Bump joda-time from 2.9.5 to 2.10.10

2021-03-30 Thread 'Don McCasland' via Jenkins Commits
  Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/google-oauth-plugin
  Commit: 0976aa909f4c894283935d6b86ede5f815c8c421
  
https://github.com/jenkinsci/google-oauth-plugin/commit/0976aa909f4c894283935d6b86ede5f815c8c421
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-02-17 (Wed, 17 Feb 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump joda-time from 2.9.5 to 2.10.10

Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.9.5 to 2.10.10.
- [Release notes](https://github.com/JodaOrg/joda-time/releases)
- 
[Changelog](https://github.com/JodaOrg/joda-time/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/JodaOrg/joda-time/compare/v2.9.5...v2.10.10)

Signed-off-by: dependabot[bot] 


  Commit: d4377a9e0fab90b66d95a8f7489488830a9505e2
  
https://github.com/jenkinsci/google-oauth-plugin/commit/d4377a9e0fab90b66d95a8f7489488830a9505e2
  Author: Don McCasland 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #107 from 
jenkinsci/dependabot/maven/joda-time-joda-time-2.10.10

Bump joda-time from 2.9.5 to 2.10.10


Compare: 
https://github.com/jenkinsci/google-oauth-plugin/compare/362eb32cd19a...d4377a9e0fab

-- 
You received this message because you are subscribed to the Google 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/google-oauth-plugin/push/refs/heads/develop/362eb3-d4377a%40github.com.


[jenkinsci/google-oauth-plugin]

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/joda-time-joda-time-2.10.10
  Home:   https://github.com/jenkinsci/google-oauth-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/google-oauth-plugin/push/refs/heads/dependabot/maven/joda-time-joda-time-2.10.10/0976aa-00%40github.com.


[jenkinsci/google-oauth-plugin] 30bea3: Bump google-http-client from 1.21.0 to 1.39.1

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.google.http-client-google-http-client-1.39.1
  Home:   https://github.com/jenkinsci/google-oauth-plugin
  Commit: 30bea3b11ed717c627d085d3e864b5ba6b2e9517
  
https://github.com/jenkinsci/google-oauth-plugin/commit/30bea3b11ed717c627d085d3e864b5ba6b2e9517
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump google-http-client from 1.21.0 to 1.39.1

Bumps 
[google-http-client](https://github.com/googleapis/google-http-java-client) 
from 1.21.0 to 1.39.1.
- [Release 
notes](https://github.com/googleapis/google-http-java-client/releases)
- 
[Changelog](https://github.com/googleapis/google-http-java-client/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/googleapis/google-http-java-client/compare/1.21.0...v1.39.1)

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/google-oauth-plugin/push/refs/heads/dependabot/maven/com.google.http-client-google-http-client-1.39.1/0b6574-30bea3%40github.com.


[jenkinsci/google-oauth-plugin] 4b1baf: Bump fmt-maven-plugin from 2.8 to 2.10

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.coveo-fmt-maven-plugin-2.10
  Home:   https://github.com/jenkinsci/google-oauth-plugin
  Commit: 4b1baf74e59e509d47e43a04be2ce5b3671c535d
  
https://github.com/jenkinsci/google-oauth-plugin/commit/4b1baf74e59e509d47e43a04be2ce5b3671c535d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump fmt-maven-plugin from 2.8 to 2.10

Bumps [fmt-maven-plugin](https://github.com/coveo/fmt-maven-plugin) from 2.8 to 
2.10.
- [Release notes](https://github.com/coveo/fmt-maven-plugin/releases)
- [Commits](https://github.com/coveo/fmt-maven-plugin/compare/2.8.0...2.10.0)

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/google-oauth-plugin/push/refs/heads/dependabot/maven/com.coveo-fmt-maven-plugin-2.10/00-4b1baf%40github.com.


[jenkinsci/analysis-model]

2021-03-30 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/dedup-treestring
  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/dedup-treestring/40d889-00%40github.com.


[jenkinsci/analysis-model] df49a1: Call dedup after using the tree string builder.

2021-03-30 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: df49a197a5f8ff875437eca92a9154aeea0788fc
  
https://github.com/jenkinsci/analysis-model/commit/df49a197a5f8ff875437eca92a9154aeea0788fc
  Author: Ulli Hafner 
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/FileNameResolver.java
M src/main/java/edu/hm/hafner/analysis/IssueBuilder.java
M src/main/java/edu/hm/hafner/analysis/LookaheadParser.java
M src/main/java/edu/hm/hafner/analysis/PackageNameResolver.java
M src/main/java/edu/hm/hafner/analysis/Report.java
M 
src/main/java/edu/hm/hafner/analysis/parser/violations/AbstractViolationAdapter.java
M 
src/main/java/edu/hm/hafner/analysis/parser/violations/CppCheckAdapter.java

  Log Message:
  ---
  Call dedup after using the tree string builder.

This will reduce the memory footprint of the tree string instances.


  Commit: 9ca96bf996f2b024383e1d76b3063cfec0f04ced
  
https://github.com/jenkinsci/analysis-model/commit/9ca96bf996f2b024383e1d76b3063cfec0f04ced
  Author: Ulli Hafner 
  Date:   2020-11-16 (Mon, 16 Nov 2020)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/parser/BrakemanParser.java
M src/main/java/edu/hm/hafner/analysis/parser/ClairParser.java
M src/main/java/edu/hm/hafner/analysis/parser/DockerLintParser.java
M src/main/java/edu/hm/hafner/analysis/parser/FlowParser.java
M src/main/java/edu/hm/hafner/analysis/parser/HadoLintParser.java
M src/main/java/edu/hm/hafner/analysis/parser/JsonBaseParser.java
A src/main/java/edu/hm/hafner/analysis/parser/JsonIssueParser.java
M src/main/java/edu/hm/hafner/analysis/parser/JsonParser.java
M src/main/java/edu/hm/hafner/analysis/parser/SonarQubeParser.java

  Log Message:
  ---
  Call dedup after using the tree string builder.

This will reduce the memory footprint of the tree string instances.


  Commit: aafb3799e757cd043bc48decabf639b6573b45b7
  
https://github.com/jenkinsci/analysis-model/commit/aafb3799e757cd043bc48decabf639b6573b45b7
  Author: Ulli Hafner 
  Date:   2020-11-16 (Mon, 16 Nov 2020)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/parser/JsonIssueParser.java

  Log Message:
  ---
  Throw an exception if JSON parsing does not produce a valid instance.


  Commit: e8077f340ec32ea65d2b6534deaeff264747
  
https://github.com/jenkinsci/analysis-model/commit/e8077f340ec32ea65d2b6534deaeff264747
  Author: Ulli Hafner 
  Date:   2020-11-16 (Mon, 16 Nov 2020)

  Changed paths:
M src/main/java/edu/hm/hafner/analysis/parser/DScannerParser.java

  Log Message:
  ---
  Use new base class method.


  Commit: e4fb18fc1060cbb94fc97011bf7e17d73d2f31db
  
https://github.com/jenkinsci/analysis-model/commit/e4fb18fc1060cbb94fc97011bf7e17d73d2f31db
  Author: Ulli Hafner 
  Date:   2020-12-21 (Mon, 21 Dec 2020)

  Changed paths:
M etc/Jenkinsfile.reference

  Log Message:
  ---
  Update name of reference step.


  Commit: 51c6d2dbca4e914b838ab5169e06ddf408233d38
  
https://github.com/jenkinsci/analysis-model/commit/51c6d2dbca4e914b838ab5169e06ddf408233d38
  Author: Ulli Hafner 
  Date:   2020-12-21 (Mon, 21 Dec 2020)

  Changed paths:
M .github/workflows/coverage.yml
M package-lock.json
M pom.xml
M src/main/java/edu/hm/hafner/analysis/IssueParser.java
M src/main/java/edu/hm/hafner/analysis/Severity.java
M src/main/java/edu/hm/hafner/analysis/parser/AntJavacParser.java
M src/main/java/edu/hm/hafner/analysis/parser/Armcc5CompilerParser.java
M src/main/java/edu/hm/hafner/analysis/parser/ArmccCompilerParser.java
M src/main/java/edu/hm/hafner/analysis/parser/BrakemanParser.java
M src/main/java/edu/hm/hafner/analysis/parser/BuckminsterParser.java
M src/main/java/edu/hm/hafner/analysis/parser/CadenceIncisiveParser.java
M src/main/java/edu/hm/hafner/analysis/parser/ClairParser.java
M src/main/java/edu/hm/hafner/analysis/parser/DiabCParser.java
M src/main/java/edu/hm/hafner/analysis/parser/ErlcParser.java
M src/main/java/edu/hm/hafner/analysis/parser/GccParser.java
M src/main/java/edu/hm/hafner/analysis/parser/GnatParser.java
M src/main/java/edu/hm/hafner/analysis/parser/IarParser.java
M 
src/main/java/edu/hm/hafner/analysis/parser/MetrowerksCwCompilerParser.java
M src/main/java/edu/hm/hafner/analysis/parser/MetrowerksCwLinkerParser.java
A src/main/java/edu/hm/hafner/analysis/parser/OTDockerLintParser.java
M 
src/main/java/edu/hm/hafner/analysis/parser/QacSourceCodeAnalyserParser.java
M src/main/java/edu/hm/hafner/analysis/parser/SphinxBuildParser.java
M src/main/java/edu/hm/hafner/analysis/parser/SunCParser.java
M 
src/main/java/edu/hm/hafner/analysis/parser/checkstyle/CheckStyleParser.java
M src/main/java/edu/hm/hafner/analysis/parser/pvsstudio/AnalyzerType.java
M src/main/java/edu/hm/hafner/analysis/parser/pvsstudio/Plog

[jenkinsci/analysis-model] 672b42: Bump violations-lib from 1.142 to 1.143

2021-03-30 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 672b4228c9e631c060831e35894ef3eee4179d11
  
https://github.com/jenkinsci/analysis-model/commit/672b4228c9e631c060831e35894ef3eee4179d11
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump violations-lib from 1.142 to 1.143

Bumps [violations-lib](https://github.com/tomasbjerre/violations-lib) from 
1.142 to 1.143.
- [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.142...1.143)

Signed-off-by: dependabot[bot] 


  Commit: 828b3c218e9686c19e5d44fd3c5d8ccd564eba07
  
https://github.com/jenkinsci/analysis-model/commit/828b3c218e9686c19e5d44fd3c5d8ccd564eba07
  Author: Ullrich Hafner 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

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

Bump violations-lib from 1.142 to 1.143


Compare: 
https://github.com/jenkinsci/analysis-model/compare/925ea453c4b7...828b3c218e96

-- 
You received this message because you are subscribed to the Google 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/925ea4-828b3c%40github.com.


[jenkinsci/analysis-model]

2021-03-30 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/se.bjurr.violations-violations-lib-1.143
  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.143/672b42-00%40github.com.


[jenkinsci/analysis-model]

2021-03-30 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/pmd.version-6.33.0
  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/pmd.version-6.33.0/28a78d-00%40github.com.


[jenkinsci/analysis-model] 28a78d: Bump pmd.version from 6.32.0 to 6.33.0

2021-03-30 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 28a78de5b55ace70856fca6e3e35703b39222804
  
https://github.com/jenkinsci/analysis-model/commit/28a78de5b55ace70856fca6e3e35703b39222804
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump pmd.version from 6.32.0 to 6.33.0

Bumps `pmd.version` from 6.32.0 to 6.33.0.

Updates `pmd-core` from 6.32.0 to 6.33.0
- [Release notes](https://github.com/pmd/pmd/releases)
- 
[Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.32.0...pmd_releases/6.33.0)

Updates `pmd-java` from 6.32.0 to 6.33.0
- [Release notes](https://github.com/pmd/pmd/releases)
- 
[Commits](https://github.com/pmd/pmd/compare/pmd_releases/6.32.0...pmd_releases/6.33.0)

Signed-off-by: dependabot[bot] 


  Commit: 87a02486228b99a0d2297c5a798f0be01d638d8d
  
https://github.com/jenkinsci/analysis-model/commit/87a02486228b99a0d2297c5a798f0be01d638d8d
  Author: Ullrich Hafner 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #595 from jenkinsci/dependabot/maven/pmd.version-6.33.0

Bump pmd.version from 6.32.0 to 6.33.0


Compare: 
https://github.com/jenkinsci/analysis-model/compare/828b3c218e96...87a02486228b

-- 
You received this message because you are subscribed to the Google 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/828b3c-87a024%40github.com.


[jenkinsci/vectorcast-execution-plugin] fd54e8: Merge pull request #1 from jenkinsci/master

2021-03-30 Thread 'Nicholas Elliot' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vectorcast-execution-plugin
  Commit: fd54e8580886084d040d21fa809be8a609d44d8e
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/fd54e8580886084d040d21fa809be8a609d44d8e
  Author: Cameron LaFreniere <56640206+cam-...@users.noreply.github.com>
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
M .gitignore
R Changes.txt
M README.md
A docs/images/Parameter_Config_for_Build.PNG
M docs/images/pipeline_create.png
M pom.xml
M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobRoot.java
M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/VectorCASTSetup.java
A 
src/main/java/com/vectorcast/plugins/vectorcastexecution/common/VcastUtils.java
M src/main/java/com/vectorcast/plugins/vectorcastexecution/job/BaseJob.java
M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/NewMultiJob.java
M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/NewPipelineJob.java
M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/NewSingleJob.java
M 
src/main/resources/com/vectorcast/plugins/vectorcastexecution/Messages.properties
M 
src/main/resources/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobPipeline/conflict.jelly
M 
src/main/resources/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobPipeline/index.jelly
M 
src/main/resources/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobPipeline/index.properties
M 
src/main/resources/com/vectorcast/plugins/vectorcastexecution/VectorCASTJobSingle/created.jelly
M src/main/resources/scripts/UpdateMultiJob.py
M src/main/resources/scripts/baseJenkinsfile.groovy
A src/main/resources/scripts/config_parameters.xml
M src/main/resources/scripts/copy_build_dir.py
M src/main/resources/scripts/crumbDiag.py
M src/main/resources/scripts/default-style.css
M src/main/resources/scripts/extract_build_dir.py
A src/main/resources/scripts/fixup_reports.py
A src/main/resources/scripts/full_report_no_toc.py
M src/main/resources/scripts/gen-combined-cov.py
M src/main/resources/scripts/generate-results.py
M src/main/resources/scripts/generate_qa_results_xml.py
M src/main/resources/scripts/generate_xml.py
M src/main/resources/scripts/getjobs.py
M src/main/resources/scripts/incremental_build_report_aggregator.py
M src/main/resources/scripts/managewait.py
M src/main/resources/scripts/normalize.css
M src/main/resources/scripts/parse_console_for_cbt.py
A src/main/resources/scripts/parse_traceback.py
A src/main/resources/scripts/tee_print.py
M src/main/resources/scripts/vcastcsv2jenkins.py
M src/main/webapp/help-optUseReporting.html
A src/main/webapp/help-optuseCBT.html
A src/main/webapp/help-optuseCiLicense.html
A src/main/webapp/help-optuseParameters.html

  Log Message:
  ---
  Merge pull request #1 from jenkinsci/master

Merge in updates from VectorCAST jenkins execution plugin master


  Commit: 443d1fd5b1b279cf65dcedef0da0567e2befeb30
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/443d1fd5b1b279cf65dcedef0da0567e2befeb30
  Author: Cameron LaFreniere 
  Date:   2021-03-24 (Wed, 24 Mar 2021)

  Changed paths:
M src/main/resources/scripts/generate_qa_results_xml.py
M src/main/resources/scripts/generate_xml.py

  Log Message:
  ---
  BugzID: 92902 - Replaced cgi.escape which was removed in Python 3.8 with 
html.escape.


  Commit: 21298ab1e591cdd6f6ceae75a284d780af51d6de
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/21298ab1e591cdd6f6ceae75a284d780af51d6de
  Author: Cameron LaFreniere 
  Date:   2021-03-25 (Thu, 25 Mar 2021)

  Changed paths:
M src/main/resources/scripts/generate_qa_results_xml.py
M src/main/resources/scripts/generate_xml.py

  Log Message:
  ---
  BugzID: 92902 - html mod isn't available by default in Python 2. Quote 
argument is defaulted to None in cgi module, but defaulted to True in html 
module.


  Commit: fc48c4d0aa4b56ac671f86e493b15fd03da6cbdd
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/fc48c4d0aa4b56ac671f86e493b15fd03da6cbdd
  Author: Nicholas Elliot 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M src/main/resources/scripts/generate_qa_results_xml.py
M src/main/resources/scripts/generate_xml.py

  Log Message:
  ---
  Merge pull request #31 from cam-laf/remove-cgi-escape-FB92902

Replace cgi.escape with html.escape when available


  Commit: 7c7246a607aabfd1f737cd3639c6c48196ccd756
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/7c7246a607aabfd1f737cd3639c6c48196ccd756
  Author: Nicholas Elliot 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Update change log


  Commit: 74dbe4773499f19ffaec80b2d7919aaf3981b72d
  
https:/

[jenkinsci/google-oauth-plugin] 4c5370: Bump jackson2-api from 2.10.2 to 2.12.1

2021-03-30 Thread 'Don McCasland' via Jenkins Commits
  Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/google-oauth-plugin
  Commit: 4c5370d59956b133507c27d9c5cbe4646f92245f
  
https://github.com/jenkinsci/google-oauth-plugin/commit/4c5370d59956b133507c27d9c5cbe4646f92245f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-02-17 (Wed, 17 Feb 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jackson2-api from 2.10.2 to 2.12.1

Bumps [jackson2-api](https://github.com/jenkinsci/jackson2-api-plugin) from 
2.10.2 to 2.12.1.
- [Release notes](https://github.com/jenkinsci/jackson2-api-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/jackson2-api-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/jackson2-api-plugin/compare/jackson2-api-2.10.2...jackson2-api-2.12.1)

Signed-off-by: dependabot[bot] 


  Commit: 8168294b607f4aa443b65df1811ebd1cad092adc
  
https://github.com/jenkinsci/google-oauth-plugin/commit/8168294b607f4aa443b65df1811ebd1cad092adc
  Author: Don McCasland 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #108 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-jackson2-api-2.12.1

Bump jackson2-api from 2.10.2 to 2.12.1


Compare: 
https://github.com/jenkinsci/google-oauth-plugin/compare/d4377a9e0fab...8168294b607f

-- 
You received this message because you are subscribed to the Google 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/google-oauth-plugin/push/refs/heads/develop/d4377a-816829%40github.com.


[jenkinsci/google-oauth-plugin] 0648be: Bump maven-checkstyle-plugin from 2.9 to 3.1.2

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.2
  Home:   https://github.com/jenkinsci/google-oauth-plugin
  Commit: 0648be959cf7dd052170203a374dd4c0182aa7b4
  
https://github.com/jenkinsci/google-oauth-plugin/commit/0648be959cf7dd052170203a374dd4c0182aa7b4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump maven-checkstyle-plugin from 2.9 to 3.1.2

Bumps 
[maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) 
from 2.9 to 3.1.2.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- 
[Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-2.9...maven-checkstyle-plugin-3.1.2)

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/google-oauth-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.2/00-0648be%40github.com.


[jenkinsci/google-oauth-plugin]

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-jackson2-api-2.12.1
  Home:   https://github.com/jenkinsci/google-oauth-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/google-oauth-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-jackson2-api-2.12.1/4c5370-00%40github.com.


[jenkinsci/google-oauth-plugin] bce73f: Bump bouncycastle-api from 2.16.2 to 2.20

2021-03-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-bouncycastle-api-2.20
  Home:   https://github.com/jenkinsci/google-oauth-plugin
  Commit: bce73fa189cd796ee867ce65b9513a287497097d
  
https://github.com/jenkinsci/google-oauth-plugin/commit/bce73fa189cd796ee867ce65b9513a287497097d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bouncycastle-api from 2.16.2 to 2.20

Bumps [bouncycastle-api](https://github.com/jenkinsci/bouncycastle-api-plugin) 
from 2.16.2 to 2.20.
- [Release notes](https://github.com/jenkinsci/bouncycastle-api-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/bouncycastle-api-plugin/blob/master/docs/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/bouncycastle-api-plugin/compare/bouncycastle-api-2.16.2...bouncycastle-api-2.20)

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/google-oauth-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-bouncycastle-api-2.20/c6fc46-bce73f%40github.com.


[jenkinsci/google-oauth-plugin] f3ccb2: Bump bom-2.222.x from 23 to 26

2021-03-30 Thread 'Don McCasland' via Jenkins Commits
  Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/google-oauth-plugin
  Commit: f3ccb27f9a4279d042abf2309b6e50a26911fb62
  
https://github.com/jenkinsci/google-oauth-plugin/commit/f3ccb27f9a4279d042abf2309b6e50a26911fb62
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 23 to 26

Bumps [bom-2.222.x](https://github.com/jenkinsci/bom) from 23 to 26.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

Signed-off-by: dependabot[bot] 


  Commit: ed55ddab5240a96e747bd80a17a2799a5ff0cb44
  
https://github.com/jenkinsci/google-oauth-plugin/commit/ed55ddab5240a96e747bd80a17a2799a5ff0cb44
  Author: Don McCasland 
  Date:   2021-03-30 (Tue, 30 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #112 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-26

Bump bom-2.222.x from 23 to 26


Compare: 
https://github.com/jenkinsci/google-oauth-plugin/compare/8168294b607f...ed55ddab5240

-- 
You received this message because you are subscribed to the Google 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/google-oauth-plugin/push/refs/heads/develop/816829-ed55dd%40github.com.


  1   2   >