[jenkinsci/artifactory-plugin] eff6a1: HAP-1412 - New build append command (#372)

2020-11-30 Thread 'Eyal Ben Moshe' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/artifactory-plugin
  Commit: eff6a161c929f05a0a38edc57eaf343c80f97c06
  
https://github.com/jenkinsci/artifactory-plugin/commit/eff6a161c929f05a0a38edc57eaf343c80f97c06
  Author: Yahav Itzhak 
  Date:   2020-11-29 (Sun, 29 Nov 2020)

  Changed paths:
M pom.xml
A 
src/main/java/org/jfrog/hudson/pipeline/common/executors/BuildAppendExecutor.java
M 
src/main/java/org/jfrog/hudson/pipeline/common/types/ArtifactoryServer.java
A 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/BuildAppendStep.java
A 
src/main/java/org/jfrog/hudson/pipeline/scripted/steps/BuildAppendStep.java
M 
src/test/java/org/jfrog/hudson/pipeline/integration/CommonITestsPipeline.java
M src/test/java/org/jfrog/hudson/pipeline/integration/DeclarativeITest.java
M src/test/java/org/jfrog/hudson/pipeline/integration/ScriptedITest.java
A src/test/resources/integration/pipelines/declarative/buildAppend.pipeline
A src/test/resources/integration/pipelines/scripted/buildAppend.pipeline

  Log Message:
  ---
  HAP-1412 - New build append command (#372)


  Commit: c2f7508d58085593bbc54c1b658508431f108a93
  
https://github.com/jenkinsci/artifactory-plugin/commit/c2f7508d58085593bbc54c1b658508431f108a93
  Author: Yahav Itzhak 
  Date:   2020-11-29 (Sun, 29 Nov 2020)

  Changed paths:
M .gitignore

  Log Message:
  ---
  Update .gitignore


  Commit: e2854b6eda8e5c21413955351b6706749d3ebc01
  
https://github.com/jenkinsci/artifactory-plugin/commit/e2854b6eda8e5c21413955351b6706749d3ebc01
  Author: Bar Belity 
  Date:   2020-11-29 (Sun, 29 Nov 2020)

  Changed paths:
M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmEnvExtractor.java
M src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmExecutor.java
A 
src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmInstallCiExecutor.java
R 
src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmInstallExecutor.java
M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmPublishExecutor.java
M src/main/java/org/jfrog/hudson/pipeline/common/types/builds/NpmBuild.java
A 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmCiStep.java
A 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmInstallCiStepBase.java
M 
src/main/java/org/jfrog/hudson/pipeline/declarative/steps/npm/NpmInstallStep.java
A src/main/java/org/jfrog/hudson/pipeline/scripted/steps/NpmCiStep.java
A 
src/main/java/org/jfrog/hudson/pipeline/scripted/steps/NpmInstallCiStepBase.java
M src/main/java/org/jfrog/hudson/pipeline/scripted/steps/NpmInstallStep.java
M 
src/test/java/org/jfrog/hudson/pipeline/integration/CommonITestsPipeline.java
M src/test/java/org/jfrog/hudson/pipeline/integration/DeclarativeITest.java
M src/test/java/org/jfrog/hudson/pipeline/integration/ScriptedITest.java
R src/test/resources/integration/pipelines/declarative/npm.pipeline
A src/test/resources/integration/pipelines/declarative/npmCi.pipeline
A src/test/resources/integration/pipelines/declarative/npmInstall.pipeline
R src/test/resources/integration/pipelines/scripted/npm.pipeline
A src/test/resources/integration/pipelines/scripted/npmCi.pipeline
A src/test/resources/integration/pipelines/scripted/npmInstall.pipeline

  Log Message:
  ---
  HAP-1338 - Use npm ci to get dependencies for rtNpm (#368)

* Add npm ci build step


  Commit: 43af3392209cd0bf0ef46bb119064290c763578a
  
https://github.com/jenkinsci/artifactory-plugin/commit/43af3392209cd0bf0ef46bb119064290c763578a
  Author: Bar Belity 
  Date:   2020-11-29 (Sun, 29 Nov 2020)

  Changed paths:
M 
src/main/java/org/jfrog/hudson/pipeline/common/executors/NpmEnvExtractor.java

  Log Message:
  ---
  Fix NpnEnvExtractor creation (#373)


  Commit: 4836ffe689e3569bb966892289c5f21b05b57a01
  
https://github.com/jenkinsci/artifactory-plugin/commit/4836ffe689e3569bb966892289c5f21b05b57a01
  Author: Michael Cusick 
  Date:   2020-11-29 (Sun, 29 Nov 2020)

  Changed paths:
M .gitignore
M pom.xml
M src/main/java/org/jfrog/hudson/AbstractBuildInfoDeployer.java
M src/main/java/org/jfrog/hudson/AbstractBuildWrapperDescriptor.java
M src/main/java/org/jfrog/hudson/ArtifactoryRedeployPublisher.java
M src/main/java/org/jfrog/hudson/action/ActionableHelper.java
M src/main/java/org/jfrog/hudson/generic/ArtifactoryGenericConfigurator.java
M src/main/java/org/jfrog/hudson/gradle/ArtifactoryGradleConfigurator.java
M 
src/main/java/org/jfrog/hudson/ivy/ArtifactoryIvyFreeStyleConfigurator.java
M src/main/java/org/jfrog/hudson/ivy/ArtifactoryIvyRunListener.java
M src/main/java/org/jfrog/hudson/maven2/MavenBuildInfoDeployer.java
M src/main/java/org/jfrog/hudson/maven2/MavenDependenciesRecorder.java
M src/main/java/org/jfrog/hudson/maven3/ArtifactoryMaven3Configurator.java

[jenkinsci/sumologic-publisher-plugin] 9e84f5: removing spot bugs

2020-11-30 Thread 'Sourabh Jain' via Jenkins Commits
  Branch: refs/heads/sdochanges
  Home:   https://github.com/jenkinsci/sumologic-publisher-plugin
  Commit: 9e84f5165515b0b86f2c0bd37dc998fbb449fbb1
  
https://github.com/jenkinsci/sumologic-publisher-plugin/commit/9e84f5165515b0b86f2c0bd37dc998fbb449fbb1
  Author: sourabh 
  Date:   2020-12-01 (Tue, 01 Dec 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  removing spot bugs


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


[jenkinsci/jenkins] ec1fab: Inline icon-set lib (#5072)

2020-11-30 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: ec1fabc35fa0116a202d986336d61767d156a615
  
https://github.com/jenkinsci/jenkins/commit/ec1fabc35fa0116a202d986336d61767d156a615
  Author: Tim Jacomb 
  Date:   2020-12-01 (Tue, 01 Dec 2020)

  Changed paths:
M core/pom.xml
A core/src/main/java/org/jenkins/ui/icon/Icon.java
A core/src/main/java/org/jenkins/ui/icon/IconSet.java
A core/src/main/java/org/jenkins/ui/icon/IconSpec.java
A core/src/main/java/org/jenkins/ui/icon/IconType.java

  Log Message:
  ---
  Inline icon-set lib (#5072)

* Inline icon-set lib

* Add @since 2.0

Co-authored-by: Jesse Glick 

* Downgrade iconset to 1.0.5 version

* Fix javadoc

* Missed one javadoc error

Co-authored-by: Jesse Glick 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an 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/900821-ec1fab%40github.com.


[jenkinsci/jenkins] 900821: Automate uploading artifacts to GitHub releases (#...

2020-11-30 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 900821efa6763ba205f659e85c5895b29d665fcf
  
https://github.com/jenkinsci/jenkins/commit/900821efa6763ba205f659e85c5895b29d665fcf
  Author: Tim Jacomb 
  Date:   2020-12-01 (Tue, 01 Dec 2020)

  Changed paths:
A .github/workflows/publish-release-artifact.yml

  Log Message:
  ---
  Automate uploading artifacts to GitHub releases (#5088)

* Automate uploading artifacts to GitHub releases

* Add file name


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an 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/bb74a3-900821%40github.com.


[jenkinsci/aws-java-sdk-plugin] f87b7c: Bump aws-java-sdk from 1.11.908 to 1.11.909

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.909
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin
  Commit: f87b7ccb02927cc4fcc5e7284b989486ab15166e
  
https://github.com/jenkinsci/aws-java-sdk-plugin/commit/f87b7ccb02927cc4fcc5e7284b989486ab15166e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-12-01 (Tue, 01 Dec 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump aws-java-sdk from 1.11.908 to 1.11.909

Bumps [aws-java-sdk](https://github.com/aws/aws-sdk-java) from 1.11.908 to 
1.11.909.
- [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/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/aws-java-sdk-plugin/push/refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.909/00-f87b7c%40github.com.


[jenkinsci/aws-java-sdk-plugin] 6a3b47: Bump jackson.version from 2.11.2 to 2.12.0

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/jackson.version-2.12.0
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin
  Commit: 6a3b4700c87dabe63e0ef1b9ac31c03ddd0cf492
  
https://github.com/jenkinsci/aws-java-sdk-plugin/commit/6a3b4700c87dabe63e0ef1b9ac31c03ddd0cf492
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-12-01 (Tue, 01 Dec 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jackson.version from 2.11.2 to 2.12.0

Bumps `jackson.version` from 2.11.2 to 2.12.0.

Updates `jackson2-api` from 2.11.2 to 2.12.0

Updates `jackson-dataformat-cbor` from 2.11.2 to 2.12.0
- [Release 
notes](https://github.com/FasterXML/jackson-dataformats-binary/releases)
- 
[Commits](https://github.com/FasterXML/jackson-dataformats-binary/compare/jackson-dataformats-binary-2.11.2...jackson-dataformats-binary-2.12.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/aws-java-sdk-plugin/push/refs/heads/dependabot/maven/jackson.version-2.12.0/00-6a3b47%40github.com.


[jenkinsci/sumologic-publisher-plugin] 6dd4fa: adding dependency for tests

2020-11-30 Thread 'Sourabh Jain' via Jenkins Commits
  Branch: refs/heads/sdochanges
  Home:   https://github.com/jenkinsci/sumologic-publisher-plugin
  Commit: 6dd4fa36da6ba1f3ec8446765e9590d469a3b3e6
  
https://github.com/jenkinsci/sumologic-publisher-plugin/commit/6dd4fa36da6ba1f3ec8446765e9590d469a3b3e6
  Author: sourabh 
  Date:   2020-12-01 (Tue, 01 Dec 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  adding dependency for tests


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


[jenkinsci/workflow-cps-plugin] 26d516: Bump workflow-support-plugin.version from 3.6 to 3.7

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/workflow-support-plugin.version-3.7
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 26d516a581e2fdfd8bd47bf33e4ebf358e9a33f3
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/26d516a581e2fdfd8bd47bf33e4ebf358e9a33f3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-12-01 (Tue, 01 Dec 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump workflow-support-plugin.version from 3.6 to 3.7

Bumps `workflow-support-plugin.version` from 3.6 to 3.7.

Updates `workflow-support` from 3.6 to 3.7
- [Release notes](https://github.com/jenkinsci/workflow-support-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/workflow-support-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/workflow-support-plugin/compare/workflow-support-3.6...workflow-support-3.7)

Updates `workflow-support` from 3.6 to 3.7
- [Release notes](https://github.com/jenkinsci/workflow-support-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/workflow-support-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/workflow-support-plugin/compare/workflow-support-3.6...workflow-support-3.7)

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/workflow-cps-plugin/push/refs/heads/dependabot/maven/workflow-support-plugin.version-3.7/00-26d516%40github.com.


[jenkinsci/sumologic-publisher-plugin]

2020-11-30 Thread 'Sourabh Jain' via Jenkins Commits
  Branch: refs/heads/v2.2.0
  Home:   https://github.com/jenkinsci/sumologic-publisher-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/sumologic-publisher-plugin/push/refs/heads/v2.2.0/ad8afe-00%40github.com.


[jenkinsci/support-core-plugin] be2994: Remove the . for the all loggers entry

2020-11-30 Thread 'Allan Burdajewicz' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: be299432da61ad8f97cd135e5ca21504c27f7e25
  
https://github.com/jenkinsci/support-core-plugin/commit/be299432da61ad8f97cd135e5ca21504c27f7e25
  Author: Pierre Beitz 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/LoggerManager.java

  Log Message:
  ---
  Remove the . for the all loggers entry

The rest of the list doesn't have a .


  Commit: 0072e51ea0fca220a9a144845c14153d9353bc96
  
https://github.com/jenkinsci/support-core-plugin/commit/0072e51ea0fca220a9a144845c14153d9353bc96
  Author: Allan Burdajewicz 
  Date:   2020-12-01 (Tue, 01 Dec 2020)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/impl/LoggerManager.java

  Log Message:
  ---
  Merge pull request #250 from PierreBtz/patch-1

Remove the . for the all loggers entry


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/525e2f5f57df...0072e51ea0fc

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


[jenkinsci/argus-notifier-plugin]

2020-11-30 Thread 'dependabot-preview[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-jackson2-api-2.11.3
  Home:   https://github.com/jenkinsci/argus-notifier-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/argus-notifier-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-jackson2-api-2.11.3/28c9a6-00%40github.com.


[jenkinsci/argus-notifier-plugin] c3e5e9: Bump jackson2-api from 2.9.8 to 2.12.0

2020-11-30 Thread 'dependabot-preview[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-jackson2-api-2.12.0
  Home:   https://github.com/jenkinsci/argus-notifier-plugin
  Commit: c3e5e98ea32ee01c019703f12a36e63cda44f1f7
  
https://github.com/jenkinsci/argus-notifier-plugin/commit/c3e5e98ea32ee01c019703f12a36e63cda44f1f7
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2020-12-01 (Tue, 01 Dec 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jackson2-api from 2.9.8 to 2.12.0

Bumps [jackson2-api](https://github.com/jenkinsci/jackson2-api-plugin) from 
2.9.8 to 2.12.0.
- [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.9.8...jackson2-api-2.12.0)

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


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


[jenkinsci/github-branch-source-plugin]

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-jackson2-api-2.11.3
  Home:   https://github.com/jenkinsci/github-branch-source-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/github-branch-source-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-jackson2-api-2.11.3/70a780-00%40github.com.


[jenkinsci/github-branch-source-plugin] 9baf3d: Bump jackson2-api from 2.10.2 to 2.12.0

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-jackson2-api-2.12.0
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 9baf3d1b67910e5f8b0bc995a000dc3bfcae7e94
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/9baf3d1b67910e5f8b0bc995a000dc3bfcae7e94
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-12-01 (Tue, 01 Dec 2020)

  Changed paths:
M pom.xml

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

Bumps [jackson2-api](https://github.com/jenkinsci/jackson2-api-plugin) from 
2.10.2 to 2.12.0.
- [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.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/github-branch-source-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-jackson2-api-2.12.0/00-9baf3d%40github.com.


[jenkinsci/sumologic-publisher-plugin] 79de7e: removing print statement

2020-11-30 Thread 'Sourabh Jain' via Jenkins Commits
  Branch: refs/heads/sdochanges
  Home:   https://github.com/jenkinsci/sumologic-publisher-plugin
  Commit: 79de7e4b2e26fe7f70bb6618b2089694787f7170
  
https://github.com/jenkinsci/sumologic-publisher-plugin/commit/79de7e4b2e26fe7f70bb6618b2089694787f7170
  Author: sourabh 
  Date:   2020-12-01 (Tue, 01 Dec 2020)

  Changed paths:
M 
src/main/java/com/sumologic/jenkins/jenkinssumologicplugin/listeners/SumoJobConfigListener.java

  Log Message:
  ---
  removing print statement


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


[jenkinsci/sumologic-publisher-plugin] de0799: [maven-release-plugin] prepare for next developmen...

2020-11-30 Thread 'Sourabh Jain' via Jenkins Commits
  Branch: refs/heads/sdochanges
  Home:   https://github.com/jenkinsci/sumologic-publisher-plugin
  Commit: de07999f6976121b61835aa28738cea596a2b688
  
https://github.com/jenkinsci/sumologic-publisher-plugin/commit/de07999f6976121b61835aa28738cea596a2b688
  Author: sourabh 
  Date:   2020-12-01 (Tue, 01 Dec 2020)

  Changed paths:
M pom.xml

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


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


[jenkinsci/sumologic-publisher-plugin]

2020-11-30 Thread 'Sourabh Jain' via Jenkins Commits
  Branch: refs/tags/sumologic-publisher-2.1.2-beta-01
  Home:   https://github.com/jenkinsci/sumologic-publisher-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/sumologic-publisher-plugin/push/refs/tags/sumologic-publisher-2.1.2-beta-01/00-4108f6%40github.com.


[jenkinsci/sumologic-publisher-plugin] b6666a: [maven-release-plugin] prepare release sumologic-p...

2020-11-30 Thread 'Sourabh Jain' via Jenkins Commits
  Branch: refs/heads/sdochanges
  Home:   https://github.com/jenkinsci/sumologic-publisher-plugin
  Commit: bab489d1dae2f72b8f8bd74b79419e89cd53
  
https://github.com/jenkinsci/sumologic-publisher-plugin/commit/bab489d1dae2f72b8f8bd74b79419e89cd53
  Author: sourabh 
  Date:   2020-12-01 (Tue, 01 Dec 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release sumologic-publisher-2.1.2-beta-01


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


[jenkinsci/sumologic-publisher-plugin] d7f2c2: release beta version

2020-11-30 Thread 'Sourabh Jain' via Jenkins Commits
  Branch: refs/heads/sdochanges
  Home:   https://github.com/jenkinsci/sumologic-publisher-plugin
  Commit: d7f2c2103f52b9934e3ebf7fd84232b531c7509c
  
https://github.com/jenkinsci/sumologic-publisher-plugin/commit/d7f2c2103f52b9934e3ebf7fd84232b531c7509c
  Author: sourabh 
  Date:   2020-12-01 (Tue, 01 Dec 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  release beta 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/sumologic-publisher-plugin/push/refs/heads/sdochanges/ad8afe-d7f2c2%40github.com.


[jenkinsci/sumologic-publisher-plugin]

2020-11-30 Thread 'Sourabh Jain' via Jenkins Commits
  Branch: refs/heads/sdochanges
  Home:   https://github.com/jenkinsci/sumologic-publisher-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/sumologic-publisher-plugin/push/refs/heads/sdochanges/00-ad8afe%40github.com.


[jenkins-infra/jenkins.io] efc8fd: Agents architecture page part 1 (#3511)

2020-11-30 Thread 'Jhonatan Morais' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: efc8fd82dba3ccb1fe389371d66ba41ec2df5d7f
  
https://github.com/jenkins-infra/jenkins.io/commit/efc8fd82dba3ccb1fe389371d66ba41ec2df5d7f
  Author: Jhonatan Morais 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
A content/doc/book/resources/node/credentials-1.png
A content/doc/book/resources/node/credentials-2.png
A content/doc/book/resources/node/credentials-3.png
A content/doc/book/resources/node/node-1.png
A content/doc/book/resources/node/node-2.png
A content/doc/book/resources/node/node-3.png
A content/doc/book/resources/node/node-4.png
A content/doc/book/resources/node/node-5.png
A content/doc/book/resources/node/node-6.png
A content/doc/book/resources/node/node-7.png
M content/doc/book/using/_chapter.yml
A content/doc/book/using/using-agents.adoc

  Log Message:
  ---
  Agents architecture page part 1 (#3511)

* docker agents page done.
* Update and rename using-nodes.adoc to using-agents.adoc
* Remove trailing white space from lines
* Phrasing changes
* Use alpine (jdk8) instead of jdk11

Generally want to use the same JDK with the agent as is used with the
controller.  Most Jenkins controllers run with Java 8, so this example
should probably prefer Java 8 as well.

* Phrasing adaptation for the env workaround section
 Text improvements suggested by @timja.
* Narrow image display

Don't allow wide images to distort the page layout

* Narrow the example
* Smaller image for indented picture
* Optimize images
* Another image size adjustment


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/c1dda8-efc8fd%40github.com.


[jenkins-infra/jenkins.io] c1dda8: add new logo (#3988)

2020-11-30 Thread 'Hoon Jo' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c1dda861ae9acb20e2f0bff6a86027fcdb9ff722
  
https://github.com/jenkins-infra/jenkins.io/commit/c1dda861ae9acb20e2f0bff6a86027fcdb9ff722
  Author: Hoon Jo 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
A content/_data/logo/mono.yml
A content/images/logos/mono/256.png
A content/images/logos/mono/mono.png

  Log Message:
  ---
  add new logo (#3988)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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/8f2635-c1dda8%40github.com.


[jenkinsci/workflow-support-plugin] 355a83: [maven-release-plugin] prepare for next developmen...

2020-11-30 Thread 'Carroll Chiou' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: 355a83d7b6ebe72c75d7b1183ff69ba8443e044c
  
https://github.com/jenkinsci/workflow-support-plugin/commit/355a83d7b6ebe72c75d7b1183ff69ba8443e044c
  Author: Carroll Chiou 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

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


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


[jenkinsci/workflow-support-plugin] bdee4e: [maven-release-plugin] prepare release workflow-su...

2020-11-30 Thread 'Carroll Chiou' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: bdee4e82d7f254ea69b97b4de88205129d959fd2
  
https://github.com/jenkinsci/workflow-support-plugin/commit/bdee4e82d7f254ea69b97b4de88205129d959fd2
  Author: Carroll Chiou 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release workflow-support-3.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/workflow-support-plugin/push/refs/heads/master/dbbe7f-bdee4e%40github.com.


[jenkinsci/workflow-support-plugin]

2020-11-30 Thread 'Carroll Chiou' via Jenkins Commits
  Branch: refs/tags/workflow-support-3.7
  Home:   https://github.com/jenkinsci/workflow-support-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/workflow-support-plugin/push/refs/tags/workflow-support-3.7/00-bb85a5%40github.com.


[jenkinsci/workflow-support-plugin] dbbe7f: update changelog for 3.7 (#113)

2020-11-30 Thread 'Carroll Chiou' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-support-plugin
  Commit: dbbe7f45b79390741ab4f1a0a5b5a45f702b8482
  
https://github.com/jenkinsci/workflow-support-plugin/commit/dbbe7f45b79390741ab4f1a0a5b5a45f702b8482
  Author: Carroll Chiou 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  update changelog for 3.7 (#113)


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


[jenkinsci/workflow-cps-plugin] 7842b3: [maven-release-plugin] prepare for next developmen...

2020-11-30 Thread 'Carroll Chiou' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 7842b389170ec7d22f2208fd123ad2c9eff305ba
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/7842b389170ec7d22f2208fd123ad2c9eff305ba
  Author: Carroll Chiou 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

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


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


[jenkinsci/workflow-cps-plugin]

2020-11-30 Thread 'Carroll Chiou' via Jenkins Commits
  Branch: refs/tags/workflow-cps-2.87
  Home:   https://github.com/jenkinsci/workflow-cps-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/workflow-cps-plugin/push/refs/tags/workflow-cps-2.87/00-bfeac0%40github.com.


[jenkinsci/workflow-cps-plugin] 19d813: [maven-release-plugin] prepare release workflow-cp...

2020-11-30 Thread 'Carroll Chiou' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 19d813ce18f08cf81ed37ba8dba93b2935a5b03b
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/19d813ce18f08cf81ed37ba8dba93b2935a5b03b
  Author: Carroll Chiou 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release workflow-cps-2.87


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


[jenkinsci/workflow-cps-plugin] 101740: update changelog for 2.87 (#403)

2020-11-30 Thread 'Carroll Chiou' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 1017400578c834045ceb426c20195532b8bd63d4
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/1017400578c834045ceb426c20195532b8bd63d4
  Author: Carroll Chiou 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  update changelog for 2.87 (#403)


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


[jenkinsci/dependency-track-plugin] 82df91: set release date for v3.0.0

2020-11-30 Thread 'Ronny Perinke' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 82df9137a6abce899f5b2d2692476132fc8dd614
  
https://github.com/jenkinsci/dependency-track-plugin/commit/82df9137a6abce899f5b2d2692476132fc8dd614
  Author: Ronny Perinke 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  set release date for v3.0.0


  Commit: 836b7aaa2c6f5a161a3247d588ea00be05549fef
  
https://github.com/jenkinsci/dependency-track-plugin/commit/836b7aaa2c6f5a161a3247d588ea00be05549fef
  Author: Ronny Perinke 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  skip javadoc for now due to errors with sepcial lombok feature
see also https://stackoverflow.com/a/59116494/8410389


  Commit: 333d93ef241beff8008a82ef2fc010ec463d41d5
  
https://github.com/jenkinsci/dependency-track-plugin/commit/333d93ef241beff8008a82ef2fc010ec463d41d5
  Author: Ronny Perinke 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

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


  Commit: 42de29132e635f4486c1c7e402c47e28b3b8d29e
  
https://github.com/jenkinsci/dependency-track-plugin/commit/42de29132e635f4486c1c7e402c47e28b3b8d29e
  Author: Ronny Perinke 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/dependency-track-plugin/compare/1bcddd9f78f0...42de29132e63

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an 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/1bcddd-42de29%40github.com.


[jenkinsci/dependency-track-plugin]

2020-11-30 Thread 'Ronny Perinke' via Jenkins Commits
  Branch: refs/tags/v3.0.0
  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.0.0/00-bd574b%40github.com.


[jenkinsci/gradle-plugin] 93bd11: Do not try to serialize GradleInstallation over Re...

2020-11-30 Thread 'Stefan Wolf' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: 93bd11e9e3f8d83e1cf4d9b15ef8a62cf60fa4df
  
https://github.com/jenkinsci/gradle-plugin/commit/93bd11e9e3f8d83e1cf4d9b15ef8a62cf60fa4df
  Author: Jesse Glick 
  Date:   2020-09-28 (Mon, 28 Sep 2020)

  Changed paths:
M src/main/java/hudson/plugins/gradle/GradleInstallation.java

  Log Message:
  ---
  Do not try to serialize GradleInstallation over Remoting


  Commit: 712e31ef9aff34effcf7800fd493c9828b2a5ea8
  
https://github.com/jenkinsci/gradle-plugin/commit/712e31ef9aff34effcf7800fd493c9828b2a5ea8
  Author: Stefan Wolf 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M src/main/java/hudson/plugins/gradle/GradleInstallation.java

  Log Message:
  ---
  Merge pull request #100 from jglick/GradleInstallation

Do not try to serialize GradleInstallation over Remoting


Compare: 
https://github.com/jenkinsci/gradle-plugin/compare/e641ad4949a9...712e31ef9aff

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


[jenkinsci/contrast-continuous-application-security-plugin] a36c81: removed unsued imports

2020-11-30 Thread 'aliaandersen' via Jenkins Commits
  Branch: refs/heads/INT-321-include-startDate-in-security-check
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: a36c811d3dd4e35233fc6bbfe52f162e1b751425
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/a36c811d3dd4e35233fc6bbfe52f162e1b751425
  Author: aliaandersen 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendHelper.java

  Log Message:
  ---
  removed unsued imports


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/contrast-continuous-application-security-plugin/push/refs/heads/INT-321-include-startDate-in-security-check/31a021-a36c81%40github.com.


[jenkinsci/jep]

2020-11-30 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/jglick-patch-2
  Home:   https://github.com/jenkinsci/jep

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


[jenkinsci/jep] 1a7fb5: [JEP-228] https://github.com/jenkinsci/atlassian-j...

2020-11-30 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jep
  Commit: 1a7fb5d64eb3a4a8d1ce7278d73045fd6f00b01b
  
https://github.com/jenkinsci/jep/commit/1a7fb5d64eb3a4a8d1ce7278d73045fd6f00b01b
  Author: Jesse Glick 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M jep/228/compatibility.adoc

  Log Message:
  ---
  [JEP-228] 
https://github.com/jenkinsci/atlassian-jira-software-cloud-plugin/pull/40 
released


  Commit: 7d5aa642450600e039ad95d1f08cedb6e1d3607c
  
https://github.com/jenkinsci/jep/commit/7d5aa642450600e039ad95d1f08cedb6e1d3607c
  Author: Oleg Nenashev 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M jep/228/compatibility.adoc

  Log Message:
  ---
  Merge pull request #340 from jenkinsci/jglick-patch-2

[JEP-228] 
https://github.com/jenkinsci/atlassian-jira-software-cloud-plugin/pull/40 
released


Compare: https://github.com/jenkinsci/jep/compare/dd385395b91b...7d5aa6424506

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


[jenkinsci/jep] 1a7fb5: [JEP-228] https://github.com/jenkinsci/atlassian-j...

2020-11-30 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/jglick-patch-2
  Home:   https://github.com/jenkinsci/jep
  Commit: 1a7fb5d64eb3a4a8d1ce7278d73045fd6f00b01b
  
https://github.com/jenkinsci/jep/commit/1a7fb5d64eb3a4a8d1ce7278d73045fd6f00b01b
  Author: Jesse Glick 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M jep/228/compatibility.adoc

  Log Message:
  ---
  [JEP-228] 
https://github.com/jenkinsci/atlassian-jira-software-cloud-plugin/pull/40 
released


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


[jenkinsci/credentials-binding-plugin] 8aaeb5: Update documentation link.

2020-11-30 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/credentials-binding-plugin
  Commit: 8aaeb540686fbfc269ccef26becdab7836d6fa79
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/8aaeb540686fbfc269ccef26becdab7836d6fa79
  Author: Jeff Thompson 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Update documentation link.


  Commit: 9f73ac4df8317a24c2ce1ddb57cf6207937104f5
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/9f73ac4df8317a24c2ce1ddb57cf6207937104f5
  Author: Jesse Glick 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #120 from jeffret-b/documentationLink

Update documentation link.


Compare: 
https://github.com/jenkinsci/credentials-binding-plugin/compare/346afb6cd393...9f73ac4df831

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


[jenkinsci/dependency-track-plugin] 1bcddd: only include active projects in the list of projects

2020-11-30 Thread 'Ronny Perinke' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dependency-track-plugin
  Commit: 1bcddd9f78f07ffdcc442c50a2167b866425070b
  
https://github.com/jenkinsci/dependency-track-plugin/commit/1bcddd9f78f07ffdcc442c50a2167b866425070b
  Author: Ronny Perinke 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M CHANGELOG.md
M README.md
M src/main/java/org/jenkinsci/plugins/DependencyTrack/ApiClient.java
M src/test/java/org/jenkinsci/plugins/DependencyTrack/ApiClientTest.java

  Log Message:
  ---
  only include active projects in the list of projects


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an 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/d49247-1bcddd%40github.com.


[jenkinsci/jackson2-api-plugin] 36d87c: [maven-release-plugin] prepare for next developmen...

2020-11-30 Thread 'Matt Sicker' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jackson2-api-plugin
  Commit: 36d87c51e72af277fe2b47f184837ae12a7ac321
  
https://github.com/jenkinsci/jackson2-api-plugin/commit/36d87c51e72af277fe2b47f184837ae12a7ac321
  Author: Matt Sicker 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

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


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


[jenkinsci/jackson2-api-plugin]

2020-11-30 Thread 'Matt Sicker' via Jenkins Commits
  Branch: refs/tags/jackson2-api-2.12.0
  Home:   https://github.com/jenkinsci/jackson2-api-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/jackson2-api-plugin/push/refs/tags/jackson2-api-2.12.0/00-7f3f4a%40github.com.


[jenkinsci/jackson2-api-plugin] 2e5341: [maven-release-plugin] prepare release jackson2-ap...

2020-11-30 Thread 'Matt Sicker' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jackson2-api-plugin
  Commit: 2e5341a00941745e15b70866832d5896b74277cf
  
https://github.com/jenkinsci/jackson2-api-plugin/commit/2e5341a00941745e15b70866832d5896b74277cf
  Author: Matt Sicker 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jackson2-api-2.12.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/jackson2-api-plugin/push/refs/heads/master/fe4289-2e5341%40github.com.


[jenkinsci/jackson2-api-plugin]

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.12.0
  Home:   https://github.com/jenkinsci/jackson2-api-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/jackson2-api-plugin/push/refs/heads/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.12.0/e1ee85-00%40github.com.


[jenkinsci/jackson2-api-plugin] fe4289: Bump jackson.version from 2.11.3 to 2.12.0

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jackson2-api-plugin
  Commit: fe4289dd3cadbe9d0062928d1109db3a3deb0944
  
https://github.com/jenkinsci/jackson2-api-plugin/commit/fe4289dd3cadbe9d0062928d1109db3a3deb0944
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jackson.version from 2.11.3 to 2.12.0

Bumps `jackson.version` from 2.11.3 to 2.12.0.

Updates `jackson-datatype-jsr310` from 2.11.3 to 2.12.0

Updates `jackson-datatype-jdk8` from 2.11.3 to 2.12.0

Updates `jackson-datatype-json-org` from 2.11.3 to 2.12.0
- [Release notes](https://github.com/FasterXML/jackson-datatypes-misc/releases)
- 
[Commits](https://github.com/FasterXML/jackson-datatypes-misc/compare/jackson-datatypes-misc-parent-2.11.3...jackson-datatypes-misc-parent-2.12.0)

Updates `jackson-module-parameter-names` from 2.11.3 to 2.12.0
- [Release notes](https://github.com/FasterXML/jackson-modules-java8/releases)
- 
[Commits](https://github.com/FasterXML/jackson-modules-java8/compare/jackson-modules-java8-2.11.3...jackson-modules-java8-2.12.0)

Updates `jackson-core` from 2.11.3 to 2.12.0
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- 
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.11.3...jackson-core-2.12.0)

Updates `jackson-annotations` from 2.11.3 to 2.12.0
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `jackson-module-jaxb-annotations` from 2.11.3 to 2.12.0
- [Release notes](https://github.com/FasterXML/jackson-modules-base/releases)
- 
[Commits](https://github.com/FasterXML/jackson-modules-base/compare/jackson-modules-base-2.11.3...jackson-modules-base-2.12.0)

Updates `jackson-dataformat-yaml` from 2.11.3 to 2.12.0
- [Release 
notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
- 
[Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.11.3...jackson-dataformats-text-2.12.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/jackson2-api-plugin/push/refs/heads/master/22b2bd-fe4289%40github.com.


[jenkinsci/jackson2-api-plugin]

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/jackson.version-2.12.0
  Home:   https://github.com/jenkinsci/jackson2-api-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/jackson2-api-plugin/push/refs/heads/dependabot/maven/jackson.version-2.12.0/2db5ec-00%40github.com.


[jenkinsci/datadog-plugin] 81d85f: Propagate queue time

2020-11-30 Thread 'Daniel Rodriguez Hernandez' via Jenkins Commits
  Branch: refs/heads/drodriguezhdez/stage_queue_time
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 81d85f8dc27ab7dfa40b9de0a57fb12eaea23b4f
  
https://github.com/jenkinsci/datadog-plugin/commit/81d85f8dc27ab7dfa40b9de0a57fb12eaea23b4f
  Author: Daniel Rodriguez Hernandez 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
M src/main/java/org/datadog/jenkins/plugins/datadog/model/BuildData.java
M src/main/java/org/datadog/jenkins/plugins/datadog/model/BuildPipeline.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/model/BuildPipelineNode.java
R 
src/main/java/org/datadog/jenkins/plugins/datadog/model/TimeInQueueAction.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/traces/DatadogTraceBuildLogic.java
M 
src/main/java/org/datadog/jenkins/plugins/datadog/traces/DatadogTracePipelineLogic.java

  Log Message:
  ---
  Propagate queue time


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


[jenkinsci/git-client-plugin]

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/com.github.spotbugs-spotbugs-annotations-4.2.0
  Home:   https://github.com/jenkinsci/git-client-plugin

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


[jenkinsci/git-client-plugin] cf116d: Bump spotbugs-annotations from 4.1.4 to 4.2.0

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: cf116df9351abed0d7960fad51d533f840eb9d0e
  
https://github.com/jenkinsci/git-client-plugin/commit/cf116df9351abed0d7960fad51d533f840eb9d0e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump spotbugs-annotations from 4.1.4 to 4.2.0

Bumps [spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.1.4 
to 4.2.0.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/compare/4.1.4...4.2.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/git-client-plugin/push/refs/heads/master/cbbb92-cf116d%40github.com.


[jenkinsci/git-client-plugin] cbbb92: Bump spotbugs from 4.1.4 to 4.2.0

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: cbbb92cdc62e94f88e06fe1318fad56d5700652a
  
https://github.com/jenkinsci/git-client-plugin/commit/cbbb92cdc62e94f88e06fe1318fad56d5700652a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump spotbugs from 4.1.4 to 4.2.0

Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.1.4 to 4.2.0.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/compare/4.1.4...4.2.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/git-client-plugin/push/refs/heads/master/db6284-cbbb92%40github.com.


[jenkinsci/git-client-plugin]

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/master/com.github.spotbugs-spotbugs-4.2.0
  Home:   https://github.com/jenkinsci/git-client-plugin

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


[jenkinsci/platformlabeler-plugin]

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/master/com.github.spotbugs-spotbugs-4.2.0
  Home:   https://github.com/jenkinsci/platformlabeler-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/platformlabeler-plugin/push/refs/heads/dependabot/maven/master/com.github.spotbugs-spotbugs-4.2.0/52a021-00%40github.com.


[jenkinsci/platformlabeler-plugin] 28a71a: Bump spotbugs from 4.1.4 to 4.2.0

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 28a71aa7a935b0613386944ed5da73833f567055
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/28a71aa7a935b0613386944ed5da73833f567055
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump spotbugs from 4.1.4 to 4.2.0

Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.1.4 to 4.2.0.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/compare/4.1.4...4.2.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/platformlabeler-plugin/push/refs/heads/master/4e9aff-28a71a%40github.com.


[jenkinsci/platformlabeler-plugin]

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/com.github.spotbugs-spotbugs-annotations-4.2.0
  Home:   https://github.com/jenkinsci/platformlabeler-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/platformlabeler-plugin/push/refs/heads/dependabot/maven/master/com.github.spotbugs-spotbugs-annotations-4.2.0/a112ad-00%40github.com.


[jenkinsci/platformlabeler-plugin] 4e9aff: Bump spotbugs-annotations from 4.1.4 to 4.2.0

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 4e9aff4ceac88388f0d8f9ffc5c5efb22799b327
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/4e9aff4ceac88388f0d8f9ffc5c5efb22799b327
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump spotbugs-annotations from 4.1.4 to 4.2.0

Bumps [spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.1.4 
to 4.2.0.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/compare/4.1.4...4.2.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/platformlabeler-plugin/push/refs/heads/master/fbe640-4e9aff%40github.com.


[jenkinsci/contrast-continuous-application-security-plugin] 31a021: update with sdk change

2020-11-30 Thread 'aliaandersen' via Jenkins Commits
  Branch: refs/heads/INT-321-include-startDate-in-security-check
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: 31a021b03403e3a897b6e68c4e1a0c845a1ac614
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/31a021b03403e3a897b6e68c4e1a0c845a1ac614
  Author: aliaandersen 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendHelper.java

  Log Message:
  ---
  update with sdk change


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/contrast-continuous-application-security-plugin/push/refs/heads/INT-321-include-startDate-in-security-check/492b77-31a021%40github.com.


[jenkinsci/git-plugin]

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/master/com.github.spotbugs-spotbugs-annotations-4.2.0
  Home:   https://github.com/jenkinsci/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/git-plugin/push/refs/heads/dependabot/maven/master/com.github.spotbugs-spotbugs-annotations-4.2.0/cf46e6-00%40github.com.


[jenkinsci/git-plugin]

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/master/com.github.spotbugs-spotbugs-4.2.0
  Home:   https://github.com/jenkinsci/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/git-plugin/push/refs/heads/dependabot/maven/master/com.github.spotbugs-spotbugs-4.2.0/8c05b2-00%40github.com.


[jenkinsci/git-plugin] f101a7: Bump spotbugs from 4.1.4 to 4.2.0

2020-11-30 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: f101a73abd3b4799d0bdb5e4b351b844b4de1d2e
  
https://github.com/jenkinsci/git-plugin/commit/f101a73abd3b4799d0bdb5e4b351b844b4de1d2e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump spotbugs from 4.1.4 to 4.2.0

Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.1.4 to 4.2.0.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/compare/4.1.4...4.2.0)

Signed-off-by: dependabot[bot] 


  Commit: cf46e6c9eb8f037a851b218a7d67d8e4d3303e16
  
https://github.com/jenkinsci/git-plugin/commit/cf46e6c9eb8f037a851b218a7d67d8e4d3303e16
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump spotbugs-annotations from 4.1.4 to 4.2.0

Bumps [spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.1.4 
to 4.2.0.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/compare/4.1.4...4.2.0)

Signed-off-by: dependabot[bot] 


  Commit: 8c05b2d17ce86940cffa028b9ed05d381fbb65b7
  
https://github.com/jenkinsci/git-plugin/commit/8c05b2d17ce86940cffa028b9ed05d381fbb65b7
  Author: Mark Waite 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M src/main/java/hudson/plugins/git/browser/GitLab.java

  Log Message:
  ---
  Don't construct & discard a Double object

Converting a string that contains a double into a double does not
require that we construct a Double object.  Use the parseDouble method
to convert the String directly to the primitive double without
constructing an unnecessary Double object during the conversion
process.


  Commit: ff6d7d00a52330a913f68006072519a4f8d2bab2
  
https://github.com/jenkinsci/git-plugin/commit/ff6d7d00a52330a913f68006072519a4f8d2bab2
  Author: Mark Waite 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branches 'spotbugs-4.2.0' and 'spotbugs-annotations-4.2.0'


Compare: 
https://github.com/jenkinsci/git-plugin/compare/5a680925c937...ff6d7d00a523

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


[jenkinsci/git-plugin] 8c05b2: Don't construct & discard a Double object

2020-11-30 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/master/com.github.spotbugs-spotbugs-4.2.0
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 8c05b2d17ce86940cffa028b9ed05d381fbb65b7
  
https://github.com/jenkinsci/git-plugin/commit/8c05b2d17ce86940cffa028b9ed05d381fbb65b7
  Author: Mark Waite 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M src/main/java/hudson/plugins/git/browser/GitLab.java

  Log Message:
  ---
  Don't construct & discard a Double object

Converting a string that contains a double into a double does not
require that we construct a Double object.  Use the parseDouble method
to convert the String directly to the primitive double without
constructing an unnecessary Double object during the conversion
process.


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


[jenkinsci/jenkins-test-harness]

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/jetty.version-9.4.35.v20201120
  Home:   https://github.com/jenkinsci/jenkins-test-harness

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an 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-test-harness/push/refs/heads/dependabot/maven/jetty.version-9.4.35.v20201120/67a5e2-00%40github.com.


[jenkinsci/jenkins-test-harness] 6735e4: Bump jetty.version from 9.4.34.v20201102 to 9.4.35...

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins-test-harness
  Commit: 6735e40e3f6189488f97fbf2f1533b7d41953116
  
https://github.com/jenkinsci/jenkins-test-harness/commit/6735e40e3f6189488f97fbf2f1533b7d41953116
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jetty.version from 9.4.34.v20201102 to 9.4.35.v20201120

Bumps `jetty.version` from 9.4.34.v20201102 to 9.4.35.v20201120.

Updates `jetty-webapp` from 9.4.34.v20201102 to 9.4.35.v20201120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- 
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v20201102...jetty-9.4.35.v20201120)

Updates `jetty-security` from 9.4.34.v20201102 to 9.4.35.v20201120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- 
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v20201102...jetty-9.4.35.v20201120)

Updates `websocket-api` from 9.4.34.v20201102 to 9.4.35.v20201120

Updates `websocket-server` from 9.4.34.v20201102 to 9.4.35.v20201120

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-test-harness/push/refs/heads/master/4c3662-6735e4%40github.com.


[jenkinsci/jep]

2020-11-30 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/jglick-patch-2
  Home:   https://github.com/jenkinsci/jep

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


[jenkinsci/jep] a87d76: [JEP-305] Linking to slides

2020-11-30 Thread 'Oleg Nenashev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jep
  Commit: a87d760a9e9cf35adbda678f00b7acd38c851546
  
https://github.com/jenkinsci/jep/commit/a87d760a9e9cf35adbda678f00b7acd38c851546
  Author: Jesse Glick 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M jep/305/README.adoc

  Log Message:
  ---
  [JEP-305] Linking to slides


  Commit: dd385395b91b0128ccd0272d3900ca603649ead5
  
https://github.com/jenkinsci/jep/commit/dd385395b91b0128ccd0272d3900ca603649ead5
  Author: Oleg Nenashev 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M jep/305/README.adoc

  Log Message:
  ---
  Merge pull request #339 from jenkinsci/jglick-patch-2

[JEP-305] Linking to slides


Compare: https://github.com/jenkinsci/jep/compare/4615792d4407...dd385395b91b

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


[jenkinsci/jep] a87d76: [JEP-305] Linking to slides

2020-11-30 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/jglick-patch-2
  Home:   https://github.com/jenkinsci/jep
  Commit: a87d760a9e9cf35adbda678f00b7acd38c851546
  
https://github.com/jenkinsci/jep/commit/a87d760a9e9cf35adbda678f00b7acd38c851546
  Author: Jesse Glick 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M jep/305/README.adoc

  Log Message:
  ---
  [JEP-305] Linking to slides


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


[jenkinsci/integrity-plugin] 90ac4e: Merge pull request #71 from amhaskePTC/master

2020-11-30 Thread 'Atul Mhaske' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/integrity-plugin
  Commit: 90ac4e7df7508c055fcdf154fa4589ef8a9a1b7a
  
https://github.com/jenkinsci/integrity-plugin/commit/90ac4e7df7508c055fcdf154fa4589ef8a9a1b7a
  Author: Anurag Sen <15104456+anurag...@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M README.md
M pom.xml
M src/main/java/hudson/scm/DerbyUtils.java
M src/main/java/hudson/scm/IntegrityCMMember.java
M src/main/java/hudson/scm/IntegrityChangeLogSet.java
M src/main/java/hudson/scm/IntegrityCheckinAction.java
M src/main/java/hudson/scm/IntegrityCheckinTask.java
M src/main/java/hudson/scm/IntegrityCheckoutTask.java
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
M src/main/java/hudson/scm/IntegrityDeleteNonMembersAction.java
M src/main/java/hudson/scm/IntegrityDeleteNonMembersTask.java
M src/main/java/hudson/scm/IntegrityItemAction.java
M src/main/java/hudson/scm/IntegritySCM.java
M src/main/java/hudson/scm/IntegritySCMCheckinNotifierStep.java
M src/main/java/hudson/scm/IntegritySCMCheckinStep.java
M src/main/java/hudson/scm/IntegritySCMChkptStep.java
M src/main/java/hudson/scm/IntegritySCMLabelStep.java
M src/main/java/hudson/scm/api/command/BasicAPICommand.java
M src/main/java/hudson/scm/api/session/ISessionPool.java
M src/main/java/hudson/scm/api/session/SessionPoolEvictionPolicy.java
M src/main/java/hudson/scm/browsers/IntegrityWebUI.java
M src/main/resources/hudson/scm/IntegrityCheckinAction/config.jelly
M 
src/main/resources/hudson/scm/IntegrityCheckinAction/help-ciConfigPath.html
M 
src/main/resources/hudson/scm/IntegrityCheckinAction/help-ciWorkspaceDir.html
M src/main/resources/hudson/scm/IntegrityCheckinAction/help.html
M 
src/main/resources/hudson/scm/IntegrityCheckpointAction/help-checkpointLabel.html
M src/main/resources/hudson/scm/IntegrityCheckpointAction/help.html
M src/main/resources/hudson/scm/IntegrityItemAction/help-hostName.html
M src/main/resources/hudson/scm/IntegrityItemAction/help-logField.html
M src/main/resources/hudson/scm/IntegrityItemAction/help-password.html
M src/main/resources/hudson/scm/IntegrityItemAction/help-port.html
M 
src/main/resources/hudson/scm/IntegrityItemAction/help-queryDefinition.html
M src/main/resources/hudson/scm/IntegrityItemAction/help-secure.html
M src/main/resources/hudson/scm/IntegrityItemAction/help-stateField.html
M 
src/main/resources/hudson/scm/IntegrityItemAction/help-testFailedVerdictName.html
M 
src/main/resources/hudson/scm/IntegrityItemAction/help-testPassedVerdictName.html
M 
src/main/resources/hudson/scm/IntegrityItemAction/help-testSessionField.html
M 
src/main/resources/hudson/scm/IntegrityItemAction/help-testSkippedVerdictName.html
M src/main/resources/hudson/scm/IntegrityItemAction/help-userName.html
M src/main/resources/hudson/scm/IntegrityItemAction/help.html
M src/main/resources/hudson/scm/IntegritySCM/config.jelly
M src/main/resources/hudson/scm/IntegritySCM/global.jelly
M src/main/resources/hudson/scm/IntegritySCM/help.html
M src/main/resources/hudson/scm/IntegritySCMCheckinStep/config.jelly
M src/main/resources/hudson/scm/IntegritySCMCheckinStep/help-itemID.html
M src/main/resources/hudson/scm/IntegritySCMChkptStep/config.jelly
M 
src/main/resources/hudson/scm/IntegritySCMChkptStep/help-checkpointLabel.html
M src/main/resources/hudson/scm/IntegritySCMLabelStep/config.jelly
M 
src/main/resources/hudson/scm/IntegritySCMLabelStep/help-checkpointLabel.html
M src/main/resources/hudson/scm/browsers/IntegrityWebUI/help-url.html
M src/main/resources/index.jelly
M src/main/webapp/help-alternateWorkspace.html
M src/main/webapp/help-checkpointDesc.html
M src/main/webapp/help-checkpointLabel.html
M src/main/webapp/help-configPath.html
M src/main/webapp/help-configurationName.html
M src/main/webapp/help-hostName.html
M src/main/webapp/help-password.html
M src/main/webapp/help-port.html
M src/main/webapp/help-scopedSandbox.html
M src/main/webapp/help-secure.html
M src/main/webapp/help-serverConfig.html
M src/main/webapp/help-userName.html

  Log Message:
  ---
  Merge pull request #71 from amhaskePTC/master

Rebranding of integrity plugin


  Commit: afae38a97c612fcdcecd187de4a9c494a282e60a
  
https://github.com/jenkinsci/integrity-plugin/commit/afae38a97c612fcdcecd187de4a9c494a282e60a
  Author: Atul Mhaske <46370435+amhaske...@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml
M src/main/java/hudson/scm/DerbyUtils.java
M src/main/java/hudson/scm/IntegrityCheckoutTask.java
M src/main/java/hudson/scm/IntegritySCM.java
M src/main/java/hudson/scm/IntegritySCMCheckinNotifierStep.java
A src/main/java/hudson/scm/api/Retrier.java
M 

[jenkinsci/spotinst-plugin] 0682ca: [maven-release-plugin] prepare for next developmen...

2020-11-30 Thread 'adivoss' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/spotinst-plugin
  Commit: 0682cad18fa148cd24d2848d8137df82044b5a5f
  
https://github.com/jenkinsci/spotinst-plugin/commit/0682cad18fa148cd24d2848d8137df82044b5a5f
  Author: adiv sukonik 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

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


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


[jenkinsci/spotinst-plugin] 143528: [maven-release-plugin] prepare release spotinst-2.1.2

2020-11-30 Thread 'adivoss' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/spotinst-plugin
  Commit: 143528371a8935b0ddef482527c62dd95c02834f
  
https://github.com/jenkinsci/spotinst-plugin/commit/143528371a8935b0ddef482527c62dd95c02834f
  Author: adiv sukonik 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release spotinst-2.1.2


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


[jenkinsci/spotinst-plugin]

2020-11-30 Thread 'Adivos' via Jenkins Commits
  Branch: refs/tags/spotinst-2.1.2
  Home:   https://github.com/jenkinsci/spotinst-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/spotinst-plugin/push/refs/tags/spotinst-2.1.2/00-97f031%40github.com.


[jenkinsci/p4-plugin] 4dba4a: add support for author in a ContributorMetadataAct...

2020-11-30 Thread 'Paul Allen' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/p4-plugin
  Commit: 4dba4af783dfa1968be0ba326951d50d684e64f7
  
https://github.com/jenkinsci/p4-plugin/commit/4dba4af783dfa1968be0ba326951d50d684e64f7
  Author: dvilaver 
  Date:   2020-11-25 (Wed, 25 Nov 2020)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/client/ClientHelper.java
M src/main/java/org/jenkinsci/plugins/p4/scm/P4ChangeRequestSCMHead.java
M src/main/java/org/jenkinsci/plugins/p4/scm/SwarmScmSource.java
M src/main/java/org/jenkinsci/plugins/p4/swarmAPI/SwarmHelper.java
M src/main/java/org/jenkinsci/plugins/p4/swarmAPI/SwarmReviewAPI.java
M src/main/java/org/jenkinsci/plugins/p4/swarmAPI/SwarmReviewsAPI.java
M src/test/java/org/jenkinsci/plugins/p4/scm/PerforceSCMSourceTest.java

  Log Message:
  ---
  add support for author in a ContributorMetadataAction so the Swarm review is 
propagated to ENV vars


  Commit: 1c796f7bf08e77c75da76bd7f36ee9605cbc4488
  
https://github.com/jenkinsci/p4-plugin/commit/1c796f7bf08e77c75da76bd7f36ee9605cbc4488
  Author: dvilaver 
  Date:   2020-11-25 (Wed, 25 Nov 2020)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/client/ClientHelper.java

  Log Message:
  ---
  removed method overide of super


  Commit: d5ba49d9e0ed88f37148c339b610065e426bfb57
  
https://github.com/jenkinsci/p4-plugin/commit/d5ba49d9e0ed88f37148c339b610065e426bfb57
  Author: Paul Allen 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/scm/P4ChangeRequestSCMHead.java
M src/main/java/org/jenkinsci/plugins/p4/scm/SwarmScmSource.java
M src/main/java/org/jenkinsci/plugins/p4/swarmAPI/SwarmHelper.java
M src/main/java/org/jenkinsci/plugins/p4/swarmAPI/SwarmReviewAPI.java
M src/main/java/org/jenkinsci/plugins/p4/swarmAPI/SwarmReviewsAPI.java
M src/test/java/org/jenkinsci/plugins/p4/scm/PerforceSCMSourceTest.java

  Log Message:
  ---
  Merge pull request #125 from dvilaverde/master

Add ContributorMetadataAction to SwarmScmSource to enable CHANGE_AUTHOR env 
variable in build


Compare: 
https://github.com/jenkinsci/p4-plugin/compare/3af7390d1b02...d5ba49d9e0ed

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


[jenkinsci/gradle-plugin] fea4fb: Bump ru.vyarus.animalsniffer from 1.5.0 to 1.5.2

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/gradle/ru.vyarus.animalsniffer-1.5.2
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: fea4fba446815bc8686c96dbaa3a8436dd09f837
  
https://github.com/jenkinsci/gradle-plugin/commit/fea4fba446815bc8686c96dbaa3a8436dd09f837
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Bump ru.vyarus.animalsniffer from 1.5.0 to 1.5.2

Bumps ru.vyarus.animalsniffer from 1.5.0 to 1.5.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/gradle-plugin/push/refs/heads/dependabot/gradle/ru.vyarus.animalsniffer-1.5.2/c65a91-fea4fb%40github.com.


[jenkinsci/gradle-plugin] aa5a9b: Bump com.github.spotbugs from 3.0.0 to 4.6.0

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/gradle/com.github.spotbugs-4.6.0
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: aa5a9b42ad13385c540d4f7904366d22ce90643e
  
https://github.com/jenkinsci/gradle-plugin/commit/aa5a9b42ad13385c540d4f7904366d22ce90643e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Bump com.github.spotbugs from 3.0.0 to 4.6.0

Bumps com.github.spotbugs from 3.0.0 to 4.6.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/gradle-plugin/push/refs/heads/dependabot/gradle/com.github.spotbugs-4.6.0/1ff7fd-aa5a9b%40github.com.


[jenkinsci/gradle-plugin]

2020-11-30 Thread 'Stefan Wolf' via Jenkins Commits
  Branch: refs/heads/dependabot/gradle/org.gradle.test-retry-1.2.0
  Home:   https://github.com/jenkinsci/gradle-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/gradle-plugin/push/refs/heads/dependabot/gradle/org.gradle.test-retry-1.2.0/d6fa4f-00%40github.com.


[jenkinsci/gradle-plugin] d6fa4f: Bump org.gradle.test-retry from 1.1.9 to 1.2.0

2020-11-30 Thread 'Stefan Wolf' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-plugin
  Commit: d6fa4f4353399a03a09f47995355d93d9851ef29
  
https://github.com/jenkinsci/gradle-plugin/commit/d6fa4f4353399a03a09f47995355d93d9851ef29
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Bump org.gradle.test-retry from 1.1.9 to 1.2.0

Bumps org.gradle.test-retry from 1.1.9 to 1.2.0.

Signed-off-by: dependabot[bot] 


  Commit: e641ad4949a916ab8a308c92a617f331471b8955
  
https://github.com/jenkinsci/gradle-plugin/commit/e641ad4949a916ab8a308c92a617f331471b8955
  Author: Stefan Wolf 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Merge pull request #106 from 
jenkinsci/dependabot/gradle/org.gradle.test-retry-1.2.0

Bump org.gradle.test-retry from 1.1.9 to 1.2.0


Compare: 
https://github.com/jenkinsci/gradle-plugin/compare/b82d4fdc8371...e641ad4949a9

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


[jenkinsci/integrity-plugin] 2d09ba: Rebranding of integrity plugin

2020-11-30 Thread 'Atul Mhaske' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/integrity-plugin
  Commit: 2d09ba52f51d8f1161785bbe5c0bea310e9248fc
  
https://github.com/jenkinsci/integrity-plugin/commit/2d09ba52f51d8f1161785bbe5c0bea310e9248fc
  Author: Mhaske 
  Date:   2020-11-25 (Wed, 25 Nov 2020)

  Changed paths:
M README.md
M pom.xml
M src/main/java/hudson/scm/DerbyUtils.java
M src/main/java/hudson/scm/IntegrityCMMember.java
M src/main/java/hudson/scm/IntegrityChangeLogSet.java
M src/main/java/hudson/scm/IntegrityCheckinAction.java
M src/main/java/hudson/scm/IntegrityCheckinTask.java
M src/main/java/hudson/scm/IntegrityCheckoutTask.java
M src/main/java/hudson/scm/IntegrityCheckpointAction.java
M src/main/java/hudson/scm/IntegrityDeleteNonMembersAction.java
M src/main/java/hudson/scm/IntegrityDeleteNonMembersTask.java
M src/main/java/hudson/scm/IntegrityItemAction.java
M src/main/java/hudson/scm/IntegritySCM.java
M src/main/java/hudson/scm/IntegritySCMCheckinNotifierStep.java
M src/main/java/hudson/scm/IntegritySCMCheckinStep.java
M src/main/java/hudson/scm/IntegritySCMChkptStep.java
M src/main/java/hudson/scm/IntegritySCMLabelStep.java
M src/main/java/hudson/scm/api/command/BasicAPICommand.java
M src/main/java/hudson/scm/api/session/ISessionPool.java
M src/main/java/hudson/scm/api/session/SessionPoolEvictionPolicy.java
M src/main/java/hudson/scm/browsers/IntegrityWebUI.java
M src/main/resources/hudson/scm/IntegrityCheckinAction/config.jelly
M 
src/main/resources/hudson/scm/IntegrityCheckinAction/help-ciConfigPath.html
M 
src/main/resources/hudson/scm/IntegrityCheckinAction/help-ciWorkspaceDir.html
M src/main/resources/hudson/scm/IntegrityCheckinAction/help.html
M 
src/main/resources/hudson/scm/IntegrityCheckpointAction/help-checkpointLabel.html
M src/main/resources/hudson/scm/IntegrityCheckpointAction/help.html
M src/main/resources/hudson/scm/IntegrityItemAction/help-hostName.html
M src/main/resources/hudson/scm/IntegrityItemAction/help-logField.html
M src/main/resources/hudson/scm/IntegrityItemAction/help-password.html
M src/main/resources/hudson/scm/IntegrityItemAction/help-port.html
M 
src/main/resources/hudson/scm/IntegrityItemAction/help-queryDefinition.html
M src/main/resources/hudson/scm/IntegrityItemAction/help-secure.html
M src/main/resources/hudson/scm/IntegrityItemAction/help-stateField.html
M 
src/main/resources/hudson/scm/IntegrityItemAction/help-testFailedVerdictName.html
M 
src/main/resources/hudson/scm/IntegrityItemAction/help-testPassedVerdictName.html
M 
src/main/resources/hudson/scm/IntegrityItemAction/help-testSessionField.html
M 
src/main/resources/hudson/scm/IntegrityItemAction/help-testSkippedVerdictName.html
M src/main/resources/hudson/scm/IntegrityItemAction/help-userName.html
M src/main/resources/hudson/scm/IntegrityItemAction/help.html
M src/main/resources/hudson/scm/IntegritySCM/config.jelly
M src/main/resources/hudson/scm/IntegritySCM/global.jelly
M src/main/resources/hudson/scm/IntegritySCM/help.html
M src/main/resources/hudson/scm/IntegritySCMCheckinStep/config.jelly
M src/main/resources/hudson/scm/IntegritySCMCheckinStep/help-itemID.html
M src/main/resources/hudson/scm/IntegritySCMChkptStep/config.jelly
M 
src/main/resources/hudson/scm/IntegritySCMChkptStep/help-checkpointLabel.html
M src/main/resources/hudson/scm/IntegritySCMLabelStep/config.jelly
M 
src/main/resources/hudson/scm/IntegritySCMLabelStep/help-checkpointLabel.html
M src/main/resources/hudson/scm/browsers/IntegrityWebUI/help-url.html
M src/main/resources/index.jelly
M src/main/webapp/help-alternateWorkspace.html
M src/main/webapp/help-checkpointDesc.html
M src/main/webapp/help-checkpointLabel.html
M src/main/webapp/help-configPath.html
M src/main/webapp/help-configurationName.html
M src/main/webapp/help-hostName.html
M src/main/webapp/help-password.html
M src/main/webapp/help-port.html
M src/main/webapp/help-scopedSandbox.html
M src/main/webapp/help-secure.html
M src/main/webapp/help-serverConfig.html
M src/main/webapp/help-userName.html

  Log Message:
  ---
  Rebranding of integrity plugin


  Commit: 2080c1845a76cc32e7ac70c2c2a02d1b50c700af
  
https://github.com/jenkinsci/integrity-plugin/commit/2080c1845a76cc32e7ac70c2c2a02d1b50c700af
  Author: Atul Mhaske <46370435+amhaske...@users.noreply.github.com>
  Date:   2020-11-25 (Wed, 25 Nov 2020)

  Changed paths:
M pom.xml
M src/main/java/hudson/scm/IntegritySCM.java

  Log Message:
  ---
  Merge branch 'master' into master


  Commit: 24d8a0647e758a7705b944abf1171ed4611c60ae
  
https://github.com/jenkinsci/integrity-plugin/commit/24d8a0647e758a7705b944abf1171ed4611c60ae
  Author: Atul Mhaske <46370435+amhaske...@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  

[jenkinsci/spotinst-plugin] 554b30: Retrigger Jobs document

2020-11-30 Thread 'adivoss' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/spotinst-plugin
  Commit: 554b30b9629f4ab8ecf732fdceac8d2d6715c44a
  
https://github.com/jenkinsci/spotinst-plugin/commit/554b30b9629f4ab8ecf732fdceac8d2d6715c44a
  Author: adiv sukonik 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M JenkinsWiki.adoc

  Log Message:
  ---
  Retrigger Jobs document


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


[jenkinsci/spotinst-plugin] 09cf24: Merge pull request #12 from jenkinsci/master

2020-11-30 Thread 'Adivos' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/spotinst-plugin
  Commit: 09cf24fe83856251ac43aab1e9cef0c009a29bdd
  
https://github.com/jenkinsci/spotinst-plugin/commit/09cf24fe83856251ac43aab1e9cef0c009a29bdd
  Author: Adivos 
  Date:   2020-11-19 (Thu, 19 Nov 2020)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/spotinst/common/AwsInstanceTypeEnum.java

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

sync 2.1.1 version


  Commit: 7b037e02be71ebe743ed632d19594ff5e35b4383
  
https://github.com/jenkinsci/spotinst-plugin/commit/7b037e02be71ebe743ed632d19594ff5e35b4383
  Author: SHxKM 
  Date:   2020-11-26 (Thu, 26 Nov 2020)

  Changed paths:
M src/main/java/hudson/plugins/spotinst/cloud/AwsSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/cloud/AzureSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/cloud/BaseSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/cloud/GcpSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/slave/SpotinstComputerLauncher.java
M src/main/java/hudson/plugins/spotinst/slave/SpotinstSlave.java
M 
src/main/resources/hudson/plugins/spotinst/cloud/BaseSpotinstCloud/config.jelly
A 
src/main/resources/hudson/plugins/spotinst/cloud/BaseSpotinstCloud/help-shouldRetriggerBuilds.html
M src/test/java/hudson/plugins/spotinst/SpotinstCloudTest.java

  Log Message:
  ---
  [src] add support for controlling build-retrigger behaviour


  Commit: 44645426053cb2ece1f5dabf2681fa47813565a8
  
https://github.com/jenkinsci/spotinst-plugin/commit/44645426053cb2ece1f5dabf2681fa47813565a8
  Author: SHxKM 
  Date:   2020-11-26 (Thu, 26 Nov 2020)

  Changed paths:
M 
src/main/resources/hudson/plugins/spotinst/cloud/BaseSpotinstCloud/config.jelly
M 
src/main/resources/hudson/plugins/spotinst/cloud/SpotinstTokenConfig/config.jelly
M 
src/main/resources/hudson/plugins/spotinst/slave/SpotinstSlave/configure-entries.jelly

  Log Message:
  ---
  [src] update spot logo


  Commit: 6f182ecf0e91f91553df57ed8803f6f15181d286
  
https://github.com/jenkinsci/spotinst-plugin/commit/6f182ecf0e91f91553df57ed8803f6f15181d286
  Author: adiv sukonik 
  Date:   2020-11-29 (Sun, 29 Nov 2020)

  Changed paths:
M src/main/java/hudson/plugins/spotinst/slave/SpotinstComputerLauncher.java

  Log Message:
  ---
  Adiv CR


  Commit: 4bac2d7e413c48f355c19e94779e479ae12d684a
  
https://github.com/jenkinsci/spotinst-plugin/commit/4bac2d7e413c48f355c19e94779e479ae12d684a
  Author: adiv sukonik 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M src/main/java/hudson/plugins/spotinst/slave/SpotinstComputerLauncher.java

  Log Message:
  ---
  Adiv CR


  Commit: 6015fe5aebcc5fec42b28f25b44fb60d87143166
  
https://github.com/jenkinsci/spotinst-plugin/commit/6015fe5aebcc5fec42b28f25b44fb60d87143166
  Author: Adivos 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M src/main/java/hudson/plugins/spotinst/cloud/AwsSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/cloud/AzureSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/cloud/BaseSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/cloud/GcpSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/slave/SpotinstComputerLauncher.java
M src/main/java/hudson/plugins/spotinst/slave/SpotinstSlave.java
M 
src/main/resources/hudson/plugins/spotinst/cloud/BaseSpotinstCloud/config.jelly
A 
src/main/resources/hudson/plugins/spotinst/cloud/BaseSpotinstCloud/help-shouldRetriggerBuilds.html
M 
src/main/resources/hudson/plugins/spotinst/cloud/SpotinstTokenConfig/config.jelly
M 
src/main/resources/hudson/plugins/spotinst/slave/SpotinstSlave/configure-entries.jelly
M src/test/java/hudson/plugins/spotinst/SpotinstCloudTest.java

  Log Message:
  ---
  Merge pull request #13 from spotinst/add-retriggerBuilds-flag

Add retrigger builds flag


  Commit: ee17e48a2f6216a60cfda066d45094d0b73ab9d2
  
https://github.com/jenkinsci/spotinst-plugin/commit/ee17e48a2f6216a60cfda066d45094d0b73ab9d2
  Author: Adivos 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M src/main/java/hudson/plugins/spotinst/cloud/AwsSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/cloud/AzureSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/cloud/BaseSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/cloud/GcpSpotinstCloud.java
M src/main/java/hudson/plugins/spotinst/slave/SpotinstComputerLauncher.java
M src/main/java/hudson/plugins/spotinst/slave/SpotinstSlave.java
M 
src/main/resources/hudson/plugins/spotinst/cloud/BaseSpotinstCloud/config.jelly
A 
src/main/resources/hudson/plugins/spotinst/cloud/BaseSpotinstCloud/help-shouldRetriggerBuilds.html
M 
src/main/resources/hudson/plugins/spotinst/cloud/SpotinstTokenConfig/config.jelly
M 

[jenkinsci/anka-build-plugin] 9fe516: CLOUD-635 static and dynamic slave defintion for a...

2020-11-30 Thread 'NivKeidan' via Jenkins Commits
  Branch: refs/heads/release/v2.3.0
  Home:   https://github.com/jenkinsci/anka-build-plugin
  Commit: 9fe516f84bcb2ceefb184e962485770a02b00ffc
  
https://github.com/jenkinsci/anka-build-plugin/commit/9fe516f84bcb2ceefb184e962485770a02b00ffc
  Author: niv 
  Date:   2020-11-30 (Mon, 30 Nov 2020)

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

  Log Message:
  ---
  CLOUD-635 static and dynamic slave defintion for appending timestamp to cache 
builder tag are now identical
CLOUD-635 bugfix: static templates append-timestmap value would always be 
default


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an 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/release/v2.3.0/9b746c-9fe516%40github.com.


[jenkinsci/configuration-as-code-plugin]

2020-11-30 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-simple-theme-plugin-0.6
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/configuration-as-code-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-simple-theme-plugin-0.6/96e75e-00%40github.com.


[jenkinsci/configuration-as-code-plugin] 2c4a7e: Bump simple-theme-plugin from 0.5 to 0.6 (#1535)

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 2c4a7e07f06797a4f51ce983f43f8fdddae8c919
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/2c4a7e07f06797a4f51ce983f43f8fdddae8c919
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M integrations/pom.xml

  Log Message:
  ---
  Bump simple-theme-plugin from 0.5 to 0.6 (#1535)

Bumps [simple-theme-plugin](https://github.com/jenkinsci/simple-theme-plugin) 
from 0.5 to 0.6.
- [Release notes](https://github.com/jenkinsci/simple-theme-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/simple-theme-plugin/blob/master/CHANGELOG.old.md)
- 
[Commits](https://github.com/jenkinsci/simple-theme-plugin/compare/simple-theme-plugin-0.5...simple-theme-plugin-0.6)

Signed-off-by: dependabot[bot] 

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


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


[jenkinsci/junit-plugin]

2020-11-30 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.plugins-plugin-util-api-1.5.0
  Home:   https://github.com/jenkinsci/junit-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/junit-plugin/push/refs/heads/dependabot/maven/io.jenkins.plugins-plugin-util-api-1.5.0/2cdceb-00%40github.com.


[jenkinsci/junit-plugin] 18449c: Bump plugin-util-api from 1.4.0 to 1.5.0 (#217)

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/junit-plugin
  Commit: 18449c9652b6988f6dc7258928aa819f79ee640d
  
https://github.com/jenkinsci/junit-plugin/commit/18449c9652b6988f6dc7258928aa819f79ee640d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin-util-api from 1.4.0 to 1.5.0 (#217)

Bumps [plugin-util-api](https://github.com/jenkinsci/plugin-util-api-plugin) 
from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/jenkinsci/plugin-util-api-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/plugin-util-api-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/plugin-util-api-plugin/compare/v1.4.0...v1.5.0)

Signed-off-by: dependabot[bot] 

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


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


[jenkinsci/plugin-pom]

2020-11-30 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.mockito-mockito-core-3.6.28
  Home:   https://github.com/jenkinsci/plugin-pom

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


[jenkinsci/plugin-pom] 429157: Bump mockito-core from 3.6.0 to 3.6.28 (#377)

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-pom
  Commit: 42915792c64e361bd3e045a81c2872682d4de913
  
https://github.com/jenkinsci/plugin-pom/commit/42915792c64e361bd3e045a81c2872682d4de913
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mockito-core from 3.6.0 to 3.6.28 (#377)

Bumps [mockito-core](https://github.com/mockito/mockito) from 3.6.0 to 3.6.28.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.6.0...v3.6.28)

Signed-off-by: dependabot[bot] 

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


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


[jenkinsci/plugin-pom]

2020-11-30 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.github.eirslett-frontend-maven-plugin-1.10.4
  Home:   https://github.com/jenkinsci/plugin-pom

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


[jenkinsci/plugin-pom] 4fabb3: Bump frontend-maven-plugin from 1.10.3 to 1.10.4 (...

2020-11-30 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/plugin-pom
  Commit: 4fabb31b355d3488422f36dc42fdcde3514ee054
  
https://github.com/jenkinsci/plugin-pom/commit/4fabb31b355d3488422f36dc42fdcde3514ee054
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-30 (Mon, 30 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump frontend-maven-plugin from 1.10.3 to 1.10.4 (#378)

Bumps 
[frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) from 
1.10.3 to 1.10.4.
- [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.10.3...frontend-plugins-1.10.4)

Signed-off-by: dependabot[bot] 

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


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