[jenkinsci/timestamper-plugin]

2021-05-07 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/tags/timestamper-1.13
  Home:   https://github.com/jenkinsci/timestamper-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/timestamper-plugin/push/refs/tags/timestamper-1.13/00-a80db9%40github.com.


[jenkinsci/timestamper-plugin] 2888a7: [maven-release-plugin] prepare for next developmen...

2021-05-07 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: 2888a78ba3f1c1eab2ff679da3164c91dff62cf8
  
https://github.com/jenkinsci/timestamper-plugin/commit/2888a78ba3f1c1eab2ff679da3164c91dff62cf8
  Author: Basil Crow 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

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


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


[jenkinsci/timestamper-plugin] 8eeb72: [maven-release-plugin] prepare release timestamper...

2021-05-07 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: 8eeb72b09b5307330479b0de5d5d0d7b2dee010d
  
https://github.com/jenkinsci/timestamper-plugin/commit/8eeb72b09b5307330479b0de5d5d0d7b2dee010d
  Author: Basil Crow 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release timestamper-1.13


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


[jenkinsci/timestamper-plugin] df1ba1: Migrate to NIO.2 and reduce usages of Guava (#117)

2021-05-07 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: df1ba163d442ed50a52a98d81e1055d35ef341eb
  
https://github.com/jenkinsci/timestamper-plugin/commit/df1ba163d442ed50a52a98d81e1055d35ef341eb
  Author: Basil Crow 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M src/main/java/hudson/plugins/timestamper/TimestampNotesOutputStream.java
M src/main/java/hudson/plugins/timestamper/TimestamperBuildWrapper.java
M src/main/java/hudson/plugins/timestamper/TimestamperOutputStream.java
M 
src/main/java/hudson/plugins/timestamper/accessor/TimestampLogFileLineAccessor.java
M 
src/main/java/hudson/plugins/timestamper/action/PrecisionTimestampFormat.java
M src/main/java/hudson/plugins/timestamper/action/TimestampsAction.java
M src/main/java/hudson/plugins/timestamper/action/TimestampsActionQuery.java
M src/main/java/hudson/plugins/timestamper/annotator/TimestampAnnotator.java
M 
src/main/java/hudson/plugins/timestamper/format/ElapsedTimestampFormat.java
M src/main/java/hudson/plugins/timestamper/io/DumpTimestamps.java
M src/main/java/hudson/plugins/timestamper/io/TimeShiftsReader.java
M src/main/java/hudson/plugins/timestamper/io/TimestamperPaths.java
M src/main/java/hudson/plugins/timestamper/io/TimestampsReader.java
M src/main/java/hudson/plugins/timestamper/io/TimestampsWriter.java
M 
src/test/java/hudson/plugins/timestamper/action/PrecisionTimestampFormatTest.java
M 
src/test/java/hudson/plugins/timestamper/action/TimestampsActionQueryTest.java
M src/test/java/hudson/plugins/timestamper/io/TimestampsReaderTest.java
M src/test/java/hudson/plugins/timestamper/io/TimestampsWriterTest.java

  Log Message:
  ---
  Migrate to NIO.2 and reduce usages of Guava (#117)


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


[jenkinsci/pipeline-build-step-plugin] a3cb4a: added an online help for the wait argument

2021-05-07 Thread 'Liam Newman' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-build-step-plugin
  Commit: a3cb4acedd91f8341d284e3d892c2a06345b
  
https://github.com/jenkinsci/pipeline-build-step-plugin/commit/a3cb4acedd91f8341d284e3d892c2a06345b
  Author: ciradu2204 
  Date:   2021-04-09 (Fri, 09 Apr 2021)

  Changed paths:
A 
src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep/help-wait.html

  Log Message:
  ---
  added an online help for the wait argument


  Commit: 5cc105cb4942675b0cf0a0a8b520f4d38d78aacf
  
https://github.com/jenkinsci/pipeline-build-step-plugin/commit/5cc105cb4942675b0cf0a0a8b520f4d38d78aacf
  Author: ciradu2204 
  Date:   2021-04-27 (Tue, 27 Apr 2021)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep/help-wait.html

  Log Message:
  ---
  added a line break


  Commit: cdde7e861ef75d2a69ceff62179dd5de68b63e9b
  
https://github.com/jenkinsci/pipeline-build-step-plugin/commit/cdde7e861ef75d2a69ceff62179dd5de68b63e9b
  Author: ciradu2204 
  Date:   2021-04-27 (Tue, 27 Apr 2021)

  Changed paths:
M 
src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep/help-wait.html

  Log Message:
  ---
  modified the wait online help


  Commit: 82e0e209c5a5550d8c6ea455df6dc532966d9afc
  
https://github.com/jenkinsci/pipeline-build-step-plugin/commit/82e0e209c5a5550d8c6ea455df6dc532966d9afc
  Author: Liam Newman 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
A 
src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep/help-wait.html

  Log Message:
  ---
  Merge pull request #50 from ciradu2204/change-some-help

[JENKINS-65324] added a missing online help


Compare: 
https://github.com/jenkinsci/pipeline-build-step-plugin/compare/6471e2809ad2...82e0e209c5a5

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


[jenkinsci/pipeline-build-step-plugin] d93989: JENKINS-65307: suggest pipeline syntax snippet gen...

2021-05-07 Thread 'Liam Newman' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-build-step-plugin
  Commit: d93989c592c13d8a599624498cf8a80b6d3d2f97
  
https://github.com/jenkinsci/pipeline-build-step-plugin/commit/d93989c592c13d8a599624498cf8a80b6d3d2f97
  Author: Onyimatics 
  Date:   2021-04-07 (Wed, 07 Apr 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  JENKINS-65307: suggest pipeline syntax snippet generator in pugin 
documentation


  Commit: 59920d737dc87db3a9a47d7e02933a71e264128d
  
https://github.com/jenkinsci/pipeline-build-step-plugin/commit/59920d737dc87db3a9a47d7e02933a71e264128d
  Author: Onyimatics <47529849+onyimat...@users.noreply.github.com>
  Date:   2021-04-08 (Thu, 08 Apr 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md

Co-authored-by: Mark Waite 


  Commit: b64bad89498fc6fc5bdc9a2b12398382f6c3f9de
  
https://github.com/jenkinsci/pipeline-build-step-plugin/commit/b64bad89498fc6fc5bdc9a2b12398382f6c3f9de
  Author: Onyimatics <47529849+onyimat...@users.noreply.github.com>
  Date:   2021-04-08 (Thu, 08 Apr 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md

Co-authored-by: Meg McRoberts 


  Commit: 6471e2809ad2f82ecaedda5dcae284d0be7a02bc
  
https://github.com/jenkinsci/pipeline-build-step-plugin/commit/6471e2809ad2f82ecaedda5dcae284d0be7a02bc
  Author: Liam Newman 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #49 from Onyimatics/JENKINS-65307-syntax-generator-link

[JENKINS-65307] Suggest pipeline syntax snippet generator in plugin 
documentation


Compare: 
https://github.com/jenkinsci/pipeline-build-step-plugin/compare/ddd5e1fc2284...6471e2809ad2

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


[jenkinsci/github-branch-source-plugin] 858624: [maven-release-plugin] prepare for next developmen...

2021-05-07 Thread 'Liam Newman' via Jenkins Commits
  Branch: refs/heads/release/2.10.x
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 85862412cb06f8fce7e08e55b3eede7d32671b60
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/85862412cb06f8fce7e08e55b3eede7d32671b60
  Author: Liam Newman 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

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


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


[jenkinsci/github-branch-source-plugin]

2021-05-07 Thread 'Liam Newman' via Jenkins Commits
  Branch: refs/tags/github-branch-source-2.10.4
  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/tags/github-branch-source-2.10.4/00-4fe99b%40github.com.


[jenkinsci/github-branch-source-plugin] 1353a7: [maven-release-plugin] prepare release github-bran...

2021-05-07 Thread 'Liam Newman' via Jenkins Commits
  Branch: refs/heads/release/2.10.x
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 1353a75f4a8418c561c88684c9044828d1e9f496
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/1353a75f4a8418c561c88684c9044828d1e9f496
  Author: Liam Newman 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release github-branch-source-2.10.4


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


[jenkinsci/ux-widget-framework] 1ef7a5: Bump url-parse from 1.4.3 to 1.5.1 in /packages/pi...

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/npm_and_yarn/packages/pipeline-graph/url-parse-1.5.1
  Home:   https://github.com/jenkinsci/ux-widget-framework
  Commit: 1ef7a5f3d669d8748833c247732589c28331d8a9
  
https://github.com/jenkinsci/ux-widget-framework/commit/1ef7a5f3d669d8748833c247732589c28331d8a9
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

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

  Log Message:
  ---
  Bump url-parse from 1.4.3 to 1.5.1 in /packages/pipeline-graph

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.3 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.3...1.5.1)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ux-widget-framework/push/refs/heads/dependabot/npm_and_yarn/packages/pipeline-graph/url-parse-1.5.1/00-1ef7a5%40github.com.


[jenkinsci/github-branch-source-plugin] 08a5b1: Use Jenkins 2.277.4

2021-05-07 Thread 'Liam Newman' via Jenkins Commits
  Branch: refs/heads/release/2.10.x
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 08a5b16ad52a77b23fa8f96d27fcd48a09899dcf
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/08a5b16ad52a77b23fa8f96d27fcd48a09899dcf
  Author: Liam Newman 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use Jenkins 2.277.4


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


[jenkinsci/github-branch-source-plugin] 0a3315: Revert "Merge pull request #393 from timja/use-svgs"

2021-05-07 Thread 'Liam Newman' via Jenkins Commits
  Branch: refs/heads/release/2.10.x
  Home:   https://github.com/jenkinsci/github-branch-source-plugin
  Commit: 0a331569d4c5402ffef095753fc527c3e14b61f7
  
https://github.com/jenkinsci/github-branch-source-plugin/commit/0a331569d4c5402ffef095753fc527c3e14b61f7
  Author: Liam Newman 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/github_branch_source/GitHubSCMNavigator.java
A src/main/webapp/images/16x16/github-branch.png
A src/main/webapp/images/16x16/github-repo.png
A src/main/webapp/images/24x24/github-branch.png
A src/main/webapp/images/24x24/github-repo.png
A src/main/webapp/images/32x32/github-branch.png
A src/main/webapp/images/32x32/github-repo.png
A src/main/webapp/images/48x48/github-branch.png
A src/main/webapp/images/48x48/github-repo.png
R src/main/webapp/images/svgs/sprite-github.svg

  Log Message:
  ---
  Revert "Merge pull request #393 from timja/use-svgs"

This reverts commit 87fe08f10078db299586f1fd541d534802c56510, reversing
changes made to 523fad393b6702f180f186bff0b8850b319b9fd8.


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


[jenkinsci/workflow-job-plugin] 177bd3: [JENKINS-65398] Terminology update

2021-05-07 Thread 'Olivier Lamy' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-job-plugin
  Commit: 177bd3437b6c5f58caffbb5ff6b2a5638ee283a0
  
https://github.com/jenkinsci/workflow-job-plugin/commit/177bd3437b6c5f58caffbb5ff6b2a5638ee283a0
  Author: Thierry Wasylczenko 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DisableResumeJobProperty.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/Messages.properties
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
M 
src/test/java/org/jenkinsci/plugins/workflow/job/console/TaskListenerDecoratorTest.java

  Log Message:
  ---
  [JENKINS-65398] Terminology update


  Commit: 64c7e59a76b95ba4156841c317ed71ebede4ff4a
  
https://github.com/jenkinsci/workflow-job-plugin/commit/64c7e59a76b95ba4156841c317ed71ebede4ff4a
  Author: Thierry Wasylczenko 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/workflow/job/console/TaskListenerDecoratorTest.java

  Log Message:
  ---
  [JENKINS-65398] Fixing test


  Commit: 83ffc304b735b6918af603f232d402888f77a481
  
https://github.com/jenkinsci/workflow-job-plugin/commit/83ffc304b735b6918af603f232d402888f77a481
  Author: Olivier Lamy 
  Date:   2021-05-08 (Sat, 08 May 2021)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/job/properties/DisableResumeJobProperty.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/job/properties/Messages.properties
M src/test/java/org/jenkinsci/plugins/workflow/job/WorkflowRunTest.java
M 
src/test/java/org/jenkinsci/plugins/workflow/job/console/TaskListenerDecoratorTest.java

  Log Message:
  ---
  Merge pull request #191 from twasyl/JENKINS-65398

[JENKINS-65398] Terminology update


Compare: 
https://github.com/jenkinsci/workflow-job-plugin/compare/a8796f0e8a78...83ffc304b735

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an 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-job-plugin/push/refs/heads/master/a8796f-83ffc3%40github.com.


[jenkinsci/workflow-api-plugin] f8641c: [BEE-2537] Terminology updates for public strings....

2021-05-07 Thread 'Kenneth Rogers' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: f8641c7cb3f48f0931591e4fb78f83240448a6a2
  
https://github.com/jenkinsci/workflow-api-plugin/commit/f8641c7cb3f48f0931591e4fb78f83240448a6a2
  Author: Kenneth Rogers <37545700+kerogers-cloudb...@users.noreply.github.com>
  Date:   2021-05-08 (Sat, 08 May 2021)

  Changed paths:
M docs/flowgraph.md
M src/main/java/org/jenkinsci/plugins/workflow/FilePathUtils.java
M src/main/java/org/jenkinsci/plugins/workflow/actions/WorkspaceAction.java
M src/main/java/org/jenkinsci/plugins/workflow/flow/FlowDurabilityHint.java
M src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionOwner.java
M 
src/main/java/org/jenkinsci/plugins/workflow/graphanalysis/AbstractFlowScanner.java
M 
src/main/java/org/jenkinsci/plugins/workflow/graphanalysis/LinearScanner.java
M 
src/main/java/org/jenkinsci/plugins/workflow/log/BufferedBuildListener.java
M 
src/main/java/org/jenkinsci/plugins/workflow/log/TaskListenerDecorator.java
M src/test/java/org/jenkinsci/plugins/workflow/log/LogStorageTestBase.java

  Log Message:
  ---
  [BEE-2537] Terminology updates for public strings. slave->agent, 
master->controller, blacklist->denylist (#147)


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


[jenkinsci/ux-widget-framework]

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/npm_and_yarn/packages/pipeline-graph/handlebars-4.7.6
  Home:   https://github.com/jenkinsci/ux-widget-framework

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ux-widget-framework/push/refs/heads/dependabot/npm_and_yarn/packages/pipeline-graph/handlebars-4.7.6/428bcf-00%40github.com.


[jenkinsci/ux-widget-framework]

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/npm_and_yarn/handlebars-4.7.6
  Home:   https://github.com/jenkinsci/ux-widget-framework

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


[jenkinsci/ux-widget-framework] 94f87f: Bump handlebars from 4.0.12 to 4.7.7 in /packages/...

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/npm_and_yarn/packages/ux-widget-framework/handlebars-4.7.7
  Home:   https://github.com/jenkinsci/ux-widget-framework
  Commit: 94f87fd52677e5b77304a326fa80c4ba18cea60e
  
https://github.com/jenkinsci/ux-widget-framework/commit/94f87fd52677e5b77304a326fa80c4ba18cea60e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

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

  Log Message:
  ---
  Bump handlebars from 4.0.12 to 4.7.7 in /packages/ux-widget-framework

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 
4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- 
[Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.7.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/ux-widget-framework/push/refs/heads/dependabot/npm_and_yarn/packages/ux-widget-framework/handlebars-4.7.7/00-94f87f%40github.com.


[jenkinsci/ux-widget-framework] 78ae68: Bump handlebars from 4.0.12 to 4.7.7 in /packages/...

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/npm_and_yarn/packages/pipeline-graph/handlebars-4.7.7
  Home:   https://github.com/jenkinsci/ux-widget-framework
  Commit: 78ae686a52bdb68ff955efa370278b40ac9f18e4
  
https://github.com/jenkinsci/ux-widget-framework/commit/78ae686a52bdb68ff955efa370278b40ac9f18e4
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

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

  Log Message:
  ---
  Bump handlebars from 4.0.12 to 4.7.7 in /packages/pipeline-graph

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 
4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- 
[Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.7.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/ux-widget-framework/push/refs/heads/dependabot/npm_and_yarn/packages/pipeline-graph/handlebars-4.7.7/00-78ae68%40github.com.


[jenkinsci/ux-widget-framework]

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/npm_and_yarn/packages/ux-widget-framework/handlebars-4.7.6
  Home:   https://github.com/jenkinsci/ux-widget-framework

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


[jenkinsci/ux-widget-framework] 0ed6ee: Bump handlebars from 4.0.12 to 4.7.7

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/npm_and_yarn/handlebars-4.7.7
  Home:   https://github.com/jenkinsci/ux-widget-framework
  Commit: 0ed6ee04efdb8726bf8119a90f4d536c72abc1ea
  
https://github.com/jenkinsci/ux-widget-framework/commit/0ed6ee04efdb8726bf8119a90f4d536c72abc1ea
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

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

  Log Message:
  ---
  Bump handlebars from 4.0.12 to 4.7.7

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 
4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- 
[Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.7.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/ux-widget-framework/push/refs/heads/dependabot/npm_and_yarn/handlebars-4.7.7/00-0ed6ee%40github.com.


[jenkinsci/jenkins] d84bc8: Fix NewlineAtEndOfFile Checkstyle violations in tests

2021-05-07 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: d84bc8297979af6259a5fde6d35652ffbbcc26fb
  
https://github.com/jenkinsci/jenkins/commit/d84bc8297979af6259a5fde6d35652ffbbcc26fb
  Author: Basil Crow 
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
M core/src/test/java/hudson/model/listeners/SCMListenerTest.java
M core/src/test/java/hudson/os/WindowsUtilTest.java
M core/src/test/java/jenkins/model/NewViewLinkTest.java
M core/src/test/java/jenkins/model/labels/LabelAutoCompleteSeederTest.java
M core/src/test/java/jenkins/model/lazy/FakeMap.java
M core/src/test/java/jenkins/util/TimeDurationTest.java
M 
core/src/test/java/org/acegisecurity/util/OuterClassWithPublicFinalField.java
M test/src/test/java/hudson/bugs/seasar/package-info.java
M test/src/test/java/hudson/init/InitMilestoneTest.java
M test/src/test/java/hudson/model/AperiodicWorkTest.java
M test/src/test/java/hudson/model/PeriodicWorkTest.java
M test/src/test/java/hudson/slaves/SlaveComputerTest.java
M test/src/test/java/hudson/triggers/SafeTimerTaskTest.java
M test/src/test/java/jenkins/cli/StopBuildsCommandTest.java
M test/src/test/java/jenkins/security/UserDetailsCacheTest.java
M 
test/src/test/java/jenkins/security/stapler/StaticRoutingDecisionProviderTest.java
M test/src/test/java/lib/form/DropdownListTest.java
M test/src/test/java/lib/form/RepeatableTest.java
M test/src/test/java/lib/form/SecretTextareaTest.java
M test/src/test/java/lib/form/ValidateButtonTest.java
M test/src/test/java/scripts/package-info.java

  Log Message:
  ---
  Fix NewlineAtEndOfFile Checkstyle violations in tests


  Commit: 08af6df395cf2d8d8c4440772c43c120af42a95a
  
https://github.com/jenkinsci/jenkins/commit/08af6df395cf2d8d8c4440772c43c120af42a95a
  Author: Basil Crow 
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
A core/src/test/java/jenkins/model/lazy/Build.java
M core/src/test/java/jenkins/model/lazy/FakeMap.java

  Log Message:
  ---
  Fix OneTopLevelClass Checkstyle violation in tests


  Commit: 2428e0c3b33612fbb96172e01e2dfece76c580df
  
https://github.com/jenkinsci/jenkins/commit/2428e0c3b33612fbb96172e01e2dfece76c580df
  Author: Basil Crow 
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
M core/src/test/java/hudson/util/IsOverriddenTest.java
M core/src/test/java/hudson/util/SubClassGeneratorTest.java
M test/src/test/java/lib/form/RepeatableTest.java

  Log Message:
  ---
  Fix OneStatementPerLine Checkstyle violations in tests


  Commit: 7268f7a0738796507941743d1d44ac9550943962
  
https://github.com/jenkinsci/jenkins/commit/7268f7a0738796507941743d1d44ac9550943962
  Author: Basil Crow 
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
M core/src/test/java/jenkins/util/VirtualFileTest.java

  Log Message:
  ---
  Fix IllegalImport Checkstyle violation in tests


  Commit: ff8ad656c9b9fc70e853dee11d3c684958f19134
  
https://github.com/jenkinsci/jenkins/commit/ff8ad656c9b9fc70e853dee11d3c684958f19134
  Author: Basil Crow 
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
M 
test/src/test/java/jenkins/widgets/HistoryPageFilterCaseSensitiveSearchTest.java

  Log Message:
  ---
  Fix UnusedImports Checkstyle violations in tests


  Commit: 028aff3b08c2ead74adc98a6bf91528d054b34d7
  
https://github.com/jenkinsci/jenkins/commit/028aff3b08c2ead74adc98a6bf91528d054b34d7
  Author: Basil Crow 
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
M test/src/test/java/hudson/triggers/SCMTriggerTest.java

  Log Message:
  ---
  Fix ModifierOrder Checkstyle violation in tests


  Commit: 5c4701eb83e85694b095263148b9372e0a488057
  
https://github.com/jenkinsci/jenkins/commit/5c4701eb83e85694b095263148b9372e0a488057
  Author: Basil Crow 
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
M core/src/test/java/hudson/UtilTest.java
M core/src/test/java/hudson/model/ParameterDefinitionTest.java
M core/src/test/java/hudson/model/StubJob.java
M core/src/test/java/hudson/model/UpdateCenterTest.java
M core/src/test/java/hudson/os/DCOMSandbox.java
M core/src/test/java/hudson/util/DirScannerTest.java
M core/src/test/java/hudson/util/io/TarArchiverTest.java
M core/src/test/java/jenkins/util/VirtualFileTest.java
M core/src/test/java/jenkins/widgets/HistoryPageFilterTest.java
M test/src/test/java/hudson/PluginManagerInstalledGUITest.java
M test/src/test/java/hudson/model/CauseTest.java
M test/src/test/java/hudson/model/ComputerConfigDotXmlTest.java
M test/src/test/java/hudson/model/FingerprintCleanupThreadTest.java
M test/src/test/java/hudson/model/JobTest.java
M test/src/test/java/hudson/model/ListViewTest.java
M test/src/test/java/hudson/model/RunParameterDefinitionTest.java
M test/src/test/java/hudson/model/RunTest.java
M 

[jenkinsci/jenkins] c0561b: Remove bundled External Monitor Job Type, LDAP, an...

2021-05-07 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: c0561b875b0e8736bd20f86e4009778be737a740
  
https://github.com/jenkinsci/jenkins/commit/c0561b875b0e8736bd20f86e4009778be737a740
  Author: Basil Crow 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M war/pom.xml

  Log Message:
  ---
  Remove bundled External Monitor Job Type, LDAP, and PAM Authentication 
plugins (#5445)


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


[jenkinsci/jenkins] e2997b: Suppressed Spotbugs of type PREDICTABLE_RANDOM on ...

2021-05-07 Thread 'StefanSpieker' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: e2997baf756f84d80ed1ae8ee4cc31dc2ce014db
  
https://github.com/jenkinsci/jenkins/commit/e2997baf756f84d80ed1ae8ee4cc31dc2ce014db
  Author: StefanSpieker 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M core/src/main/java/hudson/model/AperiodicWork.java
M core/src/main/java/hudson/model/PeriodicWork.java
M core/src/main/java/hudson/scheduler/Hash.java
M core/src/main/java/hudson/tasks/Fingerprinter.java
M core/src/main/java/hudson/util/DoubleLaunchChecker.java

  Log Message:
  ---
  Suppressed Spotbugs of type PREDICTABLE_RANDOM on not security relevant 
randoms (#5453)


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


[jenkinsci/jenkins]

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.7
  Home:   https://github.com/jenkinsci/jenkins

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


[jenkinsci/jenkins] dc296a: Bump jacoco-maven-plugin from 0.8.6 to 0.8.7 (#5460)

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: dc296a48130fbb03d6ef1840a4f388c5f7567314
  
https://github.com/jenkinsci/jenkins/commit/dc296a48130fbb03d6ef1840a4f388c5f7567314
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M test/pom.xml

  Log Message:
  ---
  Bump jacoco-maven-plugin from 0.8.6 to 0.8.7 (#5460)


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


[jenkinsci/azure-container-agents-plugin] 1788bf: Log analytics integration (#76)

2021-05-07 Thread 'Mostafa Elzeiny' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-container-agents-plugin
  Commit: 1788bf0ba4f74b226af2416ed25bacf433cdf21f
  
https://github.com/jenkinsci/azure-container-agents-plugin/commit/1788bf0ba4f74b226af2416ed25bacf433cdf21f
  Author: Mostafa Elzeiny 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M src/main/java/com/microsoft/jenkins/containeragents/aci/AciCloud.java
M src/main/java/com/microsoft/jenkins/containeragents/aci/AciService.java
M 
src/main/java/com/microsoft/jenkins/containeragents/builders/AciCloudBuilder.java
M 
src/main/resources/com/microsoft/jenkins/containeragents/aci/AciCloud/config.jelly
M 
src/main/resources/com/microsoft/jenkins/containeragents/aci/AciCloud/config.properties
A 
src/main/resources/com/microsoft/jenkins/containeragents/aci/AciCloud/help-logAnalyticsCredentialsId.html
M 
src/main/resources/com/microsoft/jenkins/containeragents/aci/deployTemplate.json

  Log Message:
  ---
  Log analytics integration (#76)

Co-authored-by: Mostafa Elzeiny 
Co-authored-by: Tim Jacomb 


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


[jenkinsci/jenkins] 4d5baf: Ensure there are no unused imports with Spotless r...

2021-05-07 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 4d5baf46b6dca28487ff2937cb7f101a3bd3f2d0
  
https://github.com/jenkinsci/jenkins/commit/4d5baf46b6dca28487ff2937cb7f101a3bd3f2d0
  Author: Basil Crow 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M CONTRIBUTING.md
M pom.xml
M 
test/src/test/java/jenkins/widgets/HistoryPageFilterCaseSensitiveSearchTest.java

  Log Message:
  ---
  Ensure there are no unused imports with Spotless rather than Checkstyle 
(#5457)


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


[jenkinsci/qtest-plugin] ee9a4e: [maven-release-plugin] prepare for next developmen...

2021-05-07 Thread 'qasdev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/qtest-plugin
  Commit: ee9a4e2d89b244b07f13e90d3508951d8d027eca
  
https://github.com/jenkinsci/qtest-plugin/commit/ee9a4e2d89b244b07f13e90d3508951d8d027eca
  Author: Tam Vo 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

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


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


[jenkinsci/qtest-plugin]

2021-05-07 Thread 'qasdev' via Jenkins Commits
  Branch: refs/tags/qtest-1.4.7
  Home:   https://github.com/jenkinsci/qtest-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/qtest-plugin/push/refs/tags/qtest-1.4.7/00-5a10df%40github.com.


[jenkinsci/qtest-plugin] 07e8f8: Update README.md

2021-05-07 Thread 'qasdev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/qtest-plugin
  Commit: 07e8f8422842f55908931af58660e47a7a023d5f
  
https://github.com/jenkinsci/qtest-plugin/commit/07e8f8422842f55908931af58660e47a7a023d5f
  Author: Huy Nguyen 
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


  Commit: 4e4bb9e06d6e876b41a447cb1e596abfb7b47d17
  
https://github.com/jenkinsci/qtest-plugin/commit/4e4bb9e06d6e876b41a447cb1e596abfb7b47d17
  Author: Nhat Tran 
  Date:   2020-07-21 (Tue, 21 Jul 2020)

  Changed paths:
M pom.xml

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

Sync code with jenkins repo after release 1.4.6


  Commit: f44d852ecd75cfed8790057d21b8c8d22376642a
  
https://github.com/jenkinsci/qtest-plugin/commit/f44d852ecd75cfed8790057d21b8c8d22376642a
  Author: Huy Nguyen 
  Date:   2021-02-08 (Mon, 08 Feb 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


  Commit: 6f38d0b9ce85a8810194c28b6c33ea49755c9c59
  
https://github.com/jenkinsci/qtest-plugin/commit/6f38d0b9ce85a8810194c28b6c33ea49755c9c59
  Author: Phu Ta 
  Date:   2021-04-23 (Fri, 23 Apr 2021)

  Changed paths:
M pom.xml
M 
src/main/resources/com/qasymphony/ci/plugin/action/PushingResultAction/config.jelly
M 
src/main/resources/com/qasymphony/ci/plugin/action/SubmitJUnitStep/config.jelly

  Log Message:
  ---
  fixed: AHUB-3328 - qTest plugin does not work with the latest Jenkins build 
2.277.1


  Commit: 82b00a21e8c3722030fe2b4ab407edb2a8acf11b
  
https://github.com/jenkinsci/qtest-plugin/commit/82b00a21e8c3722030fe2b4ab407edb2a8acf11b
  Author: Phu Ta 
  Date:   2021-04-23 (Fri, 23 Apr 2021)

  Changed paths:
M 
src/main/resources/com/qasymphony/ci/plugin/action/PipelineStatisticsAction/config.jelly
M 
src/main/resources/com/qasymphony/ci/plugin/action/PipelineStatisticsAction/index.jelly
M 
src/main/resources/com/qasymphony/ci/plugin/action/PushingResultAction/config.jelly
M 
src/main/resources/com/qasymphony/ci/plugin/action/StatisticsAction/config.jelly
M 
src/main/resources/com/qasymphony/ci/plugin/action/StatisticsAction/index.jelly
M 
src/main/resources/com/qasymphony/ci/plugin/action/SubmitJUnitStep/config.jelly

  Log Message:
  ---
  fix jelly (UI) prevent XSS 
https://wiki.jenkins.io/display/JENKINS/Jelly+and+XSS+prevention


  Commit: 961ae5d53caed0fd051c731d0bac0e36ad820a47
  
https://github.com/jenkinsci/qtest-plugin/commit/961ae5d53caed0fd051c731d0bac0e36ad820a47
  Author: Phu Ta 
  Date:   2021-04-23 (Fri, 23 Apr 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  remove redundant libs, it will inherit from parent project


  Commit: 19e83e3736f6d2b77f8433bdff163bf22dc63721
  
https://github.com/jenkinsci/qtest-plugin/commit/19e83e3736f6d2b77f8433bdff163bf22dc63721
  Author: Tam Vo 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release qtest-1.4.7


Compare: 
https://github.com/jenkinsci/qtest-plugin/compare/9eeae2ce7994...19e83e3736f6

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


[jenkinsci/timestamper-plugin] 511d8b: Removing some Guava usages (#116)

2021-05-07 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: 511d8b9d6533442f5fb31342506f171ff60b4576
  
https://github.com/jenkinsci/timestamper-plugin/commit/511d8b9d6533442f5fb31342506f171ff60b4576
  Author: Basil Crow 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M 
src/main/java/hudson/plugins/timestamper/action/TimestampsActionOutput.java
M src/main/java/hudson/plugins/timestamper/io/DumpTimestamps.java
M src/main/java/hudson/plugins/timestamper/io/TimeShiftsReader.java
M 
src/test/java/hudson/plugins/timestamper/action/TimestampsActionQueryTest.java

  Log Message:
  ---
  Removing some Guava usages (#116)

Removes the following Guava usages:

- com/google/common/collect/ImmutableMap
- com/google/common/base/Joiner#join(Ljava/lang/Iterable;)Ljava/lang/String;
- com/google/common/base/Joiner#join([Ljava/lang/Object;)Ljava/lang/String;


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


[jenkinsci/junit-plugin] 9faa23: Remove guava usage (#270)

2021-05-07 Thread 'Raihaan Shouhell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/junit-plugin
  Commit: 9faa23a4c88c589e668b64934d7bd247cb2fc962
  
https://github.com/jenkinsci/junit-plugin/commit/9faa23a4c88c589e668b64934d7bd247cb2fc962
  Author: Raihaan Shouhell 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M src/main/java/hudson/tasks/junit/pipeline/JUnitResultsStep.java
M src/main/java/hudson/tasks/test/TestObject.java
M src/test/java/hudson/tasks/test/AggregatedTestResultPublisherTest.java
M 
src/test/java/io/jenkins/plugins/junit/storage/TestResultStorageJunitTest.java

  Log Message:
  ---
  Remove guava usage (#270)

Co-authored-by: res0nance 


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


[jenkinsci/windows-slaves-plugin] b323f2: [maven-release-plugin] prepare for next developmen...

2021-05-07 Thread 'Ramon Leon' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/windows-slaves-plugin
  Commit: b323f2c768cc56621351f794d3dc9b33cd42e16c
  
https://github.com/jenkinsci/windows-slaves-plugin/commit/b323f2c768cc56621351f794d3dc9b33cd42e16c
  Author: Ramon Leon 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

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


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


[jenkinsci/windows-slaves-plugin]

2021-05-07 Thread 'Ramon Leon' via Jenkins Commits
  Branch: refs/tags/windows-slaves-1.8
  Home:   https://github.com/jenkinsci/windows-slaves-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/windows-slaves-plugin/push/refs/tags/windows-slaves-1.8/00-ceeaac%40github.com.


[jenkinsci/windows-slaves-plugin] 051746: [maven-release-plugin] prepare release windows-sla...

2021-05-07 Thread 'Ramon Leon' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/windows-slaves-plugin
  Commit: 0517468492d50e1c3895c9d5fb8d2e221eda386a
  
https://github.com/jenkinsci/windows-slaves-plugin/commit/0517468492d50e1c3895c9d5fb8d2e221eda386a
  Author: Ramon Leon 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release windows-slaves-1.8


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


[jenkinsci/windows-slaves-plugin] 5290bb: [JENKINS-65398] Terminology update

2021-05-07 Thread 'Ramon Leon' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/windows-slaves-plugin
  Commit: 5290bb73527d8a3581b7630642a0c9efb9a20195
  
https://github.com/jenkinsci/windows-slaves-plugin/commit/5290bb73527d8a3581b7630642a0c9efb9a20195
  Author: Thierry Wasylczenko 
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
M README.adoc
M docs/troubleshooting.adoc
M src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java
M 
src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/help.properties
M 
src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/help_pt_BR.properties
M src/main/resources/hudson/os/windows/Messages_es.properties
M src/main/resources/hudson/os/windows/configsamples/jenkins-agent.xml

  Log Message:
  ---
  [JENKINS-65398] Terminology update


  Commit: 7d26185101a47d2c40810a586fe735e0b0ceded6
  
https://github.com/jenkinsci/windows-slaves-plugin/commit/7d26185101a47d2c40810a586fe735e0b0ceded6
  Author: Thierry Wasylczenko 
  Date:   2021-04-20 (Tue, 20 Apr 2021)

  Changed paths:
M 
src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/help_pt_BR.properties

  Log Message:
  ---
  [JENKINS-65398] Missing portuguese update


  Commit: 1389c88e43f0b14e0a4182a331ae36b17b2878fd
  
https://github.com/jenkinsci/windows-slaves-plugin/commit/1389c88e43f0b14e0a4182a331ae36b17b2878fd
  Author: Ramon Leon 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M README.adoc
M docs/troubleshooting.adoc
M src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java
M 
src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/help.properties
M 
src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/help_pt_BR.properties
M src/main/resources/hudson/os/windows/Messages_es.properties
M src/main/resources/hudson/os/windows/configsamples/jenkins-agent.xml

  Log Message:
  ---
  Merge pull request #32 from twasyl/JENKINS-65398


Compare: 
https://github.com/jenkinsci/windows-slaves-plugin/compare/a06e2a32ac9a...1389c88e43f0

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


[jenkinsci/analysis-model] 0ab8c4: Bump remark-preset-lint-recommended from 3.0.2 to ...

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/npm_and_yarn/remark-preset-lint-recommended-5.0.0
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 0ab8c459b1c7fcf24648c27d668066b495efbcef
  
https://github.com/jenkinsci/analysis-model/commit/0ab8c459b1c7fcf24648c27d668066b495efbcef
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Bump remark-preset-lint-recommended from 3.0.2 to 5.0.0

Bumps [remark-preset-lint-recommended](https://github.com/remarkjs/remark-lint) 
from 3.0.2 to 5.0.0.
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md)
- 
[Commits](https://github.com/remarkjs/remark-lint/commits/remark-preset-lint-recommended@5.0.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/analysis-model/push/refs/heads/dependabot/npm_and_yarn/remark-preset-lint-recommended-5.0.0/9cfe5c-0ab8c4%40github.com.


[jenkinsci/analysis-model] 86b3e3: Bump remark-cli from 6.0.1 to 9.0.0

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/npm_and_yarn/remark-cli-9.0.0
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 86b3e3ea3a92ef67bffd86d886f90146b5b47c77
  
https://github.com/jenkinsci/analysis-model/commit/86b3e3ea3a92ef67bffd86d886f90146b5b47c77
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Bump remark-cli from 6.0.1 to 9.0.0

Bumps [remark-cli](https://github.com/remarkjs/remark) from 6.0.1 to 9.0.0.
- [Release notes](https://github.com/remarkjs/remark/releases)
- [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md)
- 
[Commits](https://github.com/remarkjs/remark/compare/remark-cli@6.0.1...remark-cli@9.0.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/analysis-model/push/refs/heads/dependabot/npm_and_yarn/remark-cli-9.0.0/a856af-86b3e3%40github.com.


[jenkinsci/analysis-model]

2021-05-07 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/dependabot/npm_and_yarn/remark-lint-8.0.0
  Home:   https://github.com/jenkinsci/analysis-model

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


[jenkinsci/analysis-model] 397c7a: Bump remark-lint from 6.0.2 to 8.0.0

2021-05-07 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 397c7a1fe06b463098035c26bc61eaf8f14ac62d
  
https://github.com/jenkinsci/analysis-model/commit/397c7a1fe06b463098035c26bc61eaf8f14ac62d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Bump remark-lint from 6.0.2 to 8.0.0

Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 6.0.2 to 
8.0.0.
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark-lint/compare/6.0.2...8.0.0)

Signed-off-by: dependabot[bot] 


  Commit: f09c105a0ad30fcff842aa94c3c607d493848078
  
https://github.com/jenkinsci/analysis-model/commit/f09c105a0ad30fcff842aa94c3c607d493848078
  Author: Ullrich Hafner 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Merge pull request #629 from 
jenkinsci/dependabot/npm_and_yarn/remark-lint-8.0.0

Bump remark-lint from 6.0.2 to 8.0.0


Compare: 
https://github.com/jenkinsci/analysis-model/compare/a5e9426a9349...f09c105a0ad3

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


[jenkinsci/command-launcher-plugin] 9ff632: [maven-release-plugin] prepare release command-lau...

2021-05-07 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/command-launcher-plugin
  Commit: 9ff63223880a7aba5be19287405248fc73d90675
  
https://github.com/jenkinsci/command-launcher-plugin/commit/9ff63223880a7aba5be19287405248fc73d90675
  Author: Jesse Glick 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release command-launcher-1.6


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


[jenkinsci/command-launcher-plugin] 243a93: [maven-release-plugin] prepare for next developmen...

2021-05-07 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/command-launcher-plugin
  Commit: 243a93c5dddfa8e91031407603c89eee6a2b6521
  
https://github.com/jenkinsci/command-launcher-plugin/commit/243a93c5dddfa8e91031407603c89eee6a2b6521
  Author: Jesse Glick 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

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


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


[jenkinsci/command-launcher-plugin]

2021-05-07 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/tags/command-launcher-1.6
  Home:   https://github.com/jenkinsci/command-launcher-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/command-launcher-plugin/push/refs/tags/command-launcher-1.6/00-e9118a%40github.com.


[jenkinsci/command-launcher-plugin] 62ad9f: Terminology update

2021-05-07 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/command-launcher-plugin
  Commit: 62ad9f7a11f851ea72daab640bcfe2c68c8f891c
  
https://github.com/jenkinsci/command-launcher-plugin/commit/62ad9f7a11f851ea72daab640bcfe2c68c8f891c
  Author: Vincent Latombe 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M README.md
M src/main/java/hudson/slaves/CommandConnector.java
M src/main/java/hudson/slaves/CommandLauncher.java
M src/main/resources/hudson/slaves/CommandLauncher/help-command.html
M src/main/resources/hudson/slaves/CommandLauncher/help.properties
M src/main/resources/hudson/slaves/CommandLauncher/help_bg.properties
M 
src/main/resources/org/jenkinsci/plugins/command_launcher/Messages.properties
M src/test/java/hudson/slaves/CommandLauncherTest.java

  Log Message:
  ---
  Terminology update


  Commit: 695cc379e5f60c22efd57e068c4235aeb871fcaf
  
https://github.com/jenkinsci/command-launcher-plugin/commit/695cc379e5f60c22efd57e068c4235aeb871fcaf
  Author: Vincent Latombe 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M src/main/java/hudson/slaves/CommandConnector.java

  Log Message:
  ---
  Update src/main/java/hudson/slaves/CommandConnector.java

Co-authored-by: Jesse Glick 


  Commit: 21744c9e9b8e813bbf2923f57af1350f1ee21a72
  
https://github.com/jenkinsci/command-launcher-plugin/commit/21744c9e9b8e813bbf2923f57af1350f1ee21a72
  Author: Jesse Glick 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M README.md
M src/main/java/hudson/slaves/CommandConnector.java
M src/main/java/hudson/slaves/CommandLauncher.java
M src/main/resources/hudson/slaves/CommandLauncher/help-command.html
M src/main/resources/hudson/slaves/CommandLauncher/help.properties
M src/main/resources/hudson/slaves/CommandLauncher/help_bg.properties
M 
src/main/resources/org/jenkinsci/plugins/command_launcher/Messages.properties
M src/test/java/hudson/slaves/CommandLauncherTest.java

  Log Message:
  ---
  Merge pull request #19 from Vlatombe/BEE-2435

[JENKINS-65398] Terminology update


Compare: 
https://github.com/jenkinsci/command-launcher-plugin/compare/f8e1162148ce...21744c9e9b8e

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


[jenkinsci/command-launcher-plugin]

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.18
  Home:   https://github.com/jenkinsci/command-launcher-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/command-launcher-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.18/10dcfc-00%40github.com.


[jenkinsci/command-launcher-plugin] 10dcfc: Bump plugin from 4.16 to 4.18

2021-05-07 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/command-launcher-plugin
  Commit: 10dcfcc418e76c6c809aab8929b75439a14b358e
  
https://github.com/jenkinsci/command-launcher-plugin/commit/10dcfcc418e76c6c809aab8929b75439a14b358e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-04-12 (Mon, 12 Apr 2021)

  Changed paths:
M pom.xml

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

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

Signed-off-by: dependabot[bot] 


  Commit: f8e1162148ce6dc67e0ff64607f4ea9afc19df72
  
https://github.com/jenkinsci/command-launcher-plugin/commit/f8e1162148ce6dc67e0ff64607f4ea9afc19df72
  Author: Jesse Glick 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

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

Bump plugin from 4.16 to 4.18


Compare: 
https://github.com/jenkinsci/command-launcher-plugin/compare/036f102cfcea...f8e1162148ce

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


[jenkinsci/analysis-model] 9cfe5c: Bump remark-preset-lint-recommended from 3.0.2 to ...

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/npm_and_yarn/remark-preset-lint-recommended-5.0.0
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 9cfe5caaac7a48c2927da0ca17c9d46d97fded3c
  
https://github.com/jenkinsci/analysis-model/commit/9cfe5caaac7a48c2927da0ca17c9d46d97fded3c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Bump remark-preset-lint-recommended from 3.0.2 to 5.0.0

Bumps [remark-preset-lint-recommended](https://github.com/remarkjs/remark-lint) 
from 3.0.2 to 5.0.0.
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md)
- 
[Commits](https://github.com/remarkjs/remark-lint/commits/remark-preset-lint-recommended@5.0.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/analysis-model/push/refs/heads/dependabot/npm_and_yarn/remark-preset-lint-recommended-5.0.0/00-9cfe5c%40github.com.


[jenkinsci/analysis-model] 397c7a: Bump remark-lint from 6.0.2 to 8.0.0

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/npm_and_yarn/remark-lint-8.0.0
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 397c7a1fe06b463098035c26bc61eaf8f14ac62d
  
https://github.com/jenkinsci/analysis-model/commit/397c7a1fe06b463098035c26bc61eaf8f14ac62d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Bump remark-lint from 6.0.2 to 8.0.0

Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 6.0.2 to 
8.0.0.
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark-lint/compare/6.0.2...8.0.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/analysis-model/push/refs/heads/dependabot/npm_and_yarn/remark-lint-8.0.0/00-397c7a%40github.com.


[jenkinsci/analysis-model] a856af: Bump remark-cli from 6.0.1 to 9.0.0

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/npm_and_yarn/remark-cli-9.0.0
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: a856afc669a3daff4b403d709a75e0a774dc255b
  
https://github.com/jenkinsci/analysis-model/commit/a856afc669a3daff4b403d709a75e0a774dc255b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Bump remark-cli from 6.0.1 to 9.0.0

Bumps [remark-cli](https://github.com/remarkjs/remark) from 6.0.1 to 9.0.0.
- [Release notes](https://github.com/remarkjs/remark/releases)
- [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md)
- 
[Commits](https://github.com/remarkjs/remark/compare/remark-cli@6.0.1...remark-cli@9.0.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/analysis-model/push/refs/heads/dependabot/npm_and_yarn/remark-cli-9.0.0/00-a856af%40github.com.


[jenkinsci/analysis-model-api-plugin] 7af0cb: Bump plugin-util-api from 2.1.0 to 2.2.0

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.plugins-plugin-util-api-2.2.0
  Home:   https://github.com/jenkinsci/analysis-model-api-plugin
  Commit: 7af0cbf0a79d45fb4af0f3844c718f159851bfec
  
https://github.com/jenkinsci/analysis-model-api-plugin/commit/7af0cbf0a79d45fb4af0f3844c718f159851bfec
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin-util-api from 2.1.0 to 2.2.0

Bumps [plugin-util-api](https://github.com/jenkinsci/plugin-util-api-plugin) 
from 2.1.0 to 2.2.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/v2.1.0...v2.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/analysis-model-api-plugin/push/refs/heads/dependabot/maven/io.jenkins.plugins-plugin-util-api-2.2.0/00-7af0cb%40github.com.


[jenkinsci/analysis-model] a5e942: Add NPM to dependabot and ignore some UI modules.

2021-05-07 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: a5e9426a9349f0e09156fca1f92ea4e22ed4757b
  
https://github.com/jenkinsci/analysis-model/commit/a5e9426a9349f0e09156fca1f92ea4e22ed4757b
  Author: Ulli Hafner 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Add NPM to dependabot and ignore some UI modules.


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


[jenkinsci/analysis-pom-plugin] d21166: Add NPM to dependabot and ignore some UI modules.

2021-05-07 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: d211660418844dee0a62e159cafcfe822ace5d61
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/d211660418844dee0a62e159cafcfe822ace5d61
  Author: Ulli Hafner 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Add NPM to dependabot and ignore some UI modules.


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


[jenkinsci/analysis-model-api-plugin] 1360a6: Add NPM to dependabot and ignore some UI modules.

2021-05-07 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model-api-plugin
  Commit: 1360a67498a04848bcd951d3bb0abd49d3974327
  
https://github.com/jenkinsci/analysis-model-api-plugin/commit/1360a67498a04848bcd951d3bb0abd49d3974327
  Author: Ulli Hafner 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Add NPM to dependabot and ignore some UI modules.


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


[jenkinsci/analysis-pom-plugin]

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.revapi-revapi-java-0.24.1
  Home:   https://github.com/jenkinsci/analysis-pom-plugin

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


[jenkinsci/analysis-pom-plugin] 83eb69: Bump revapi-java from 0.24.0 to 0.24.1

2021-05-07 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 83eb69cb404579a888fab3957b1785c40480711e
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/83eb69cb404579a888fab3957b1785c40480711e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-03 (Mon, 03 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump revapi-java from 0.24.0 to 0.24.1

Bumps [revapi-java](https://github.com/revapi/revapi) from 0.24.0 to 0.24.1.
- [Release notes](https://github.com/revapi/revapi/releases)
- 
[Commits](https://github.com/revapi/revapi/compare/revapi-java_v0.24.0...revapi-java_v0.24.1)

Signed-off-by: dependabot[bot] 


  Commit: a17da286d9b22743df1103853ca2be9be0696237
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/a17da286d9b22743df1103853ca2be9be0696237
  Author: Ullrich Hafner 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #256 from 
jenkinsci/dependabot/maven/org.revapi-revapi-java-0.24.1

Bump revapi-java from 0.24.0 to 0.24.1


Compare: 
https://github.com/jenkinsci/analysis-pom-plugin/compare/ccfd15a67758...a17da286d9b2

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


[jenkinsci/analysis-pom-plugin]

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.7
  Home:   https://github.com/jenkinsci/analysis-pom-plugin

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


[jenkinsci/analysis-pom-plugin]

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.249.x-807.v6d348e44c987
  Home:   https://github.com/jenkinsci/analysis-pom-plugin

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


[jenkinsci/analysis-pom-plugin] 5236cb: Bump jacoco-maven-plugin from 0.8.6 to 0.8.7

2021-05-07 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 5236cb7cdb9b3fee305a56b62411c5221230939c
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/5236cb7cdb9b3fee305a56b62411c5221230939c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-05 (Wed, 05 May 2021)

  Changed paths:
M pom.xml

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

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

Signed-off-by: dependabot[bot] 


  Commit: ccfd15a6775853733fe7cea2a32f5ce588eaf974
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/ccfd15a6775853733fe7cea2a32f5ce588eaf974
  Author: Ullrich Hafner 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

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

Bump jacoco-maven-plugin from 0.8.6 to 0.8.7


Compare: 
https://github.com/jenkinsci/analysis-pom-plugin/compare/6b9aac7a820d...ccfd15a67758

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


[jenkinsci/analysis-pom-plugin] e9a416: Bump bom-2.249.x from 29 to 807.v6d348e44c987

2021-05-07 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: e9a4166c750405dfddcb19b10827156a7e05867e
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/e9a4166c750405dfddcb19b10827156a7e05867e
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-06 (Thu, 06 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.249.x from 29 to 807.v6d348e44c987

Bumps [bom-2.249.x](https://github.com/jenkinsci/bom) from 29 to 
807.v6d348e44c987.
- [Release notes](https://github.com/jenkinsci/bom/releases)
- [Commits](https://github.com/jenkinsci/bom/commits)

Signed-off-by: dependabot[bot] 


  Commit: 6b9aac7a820dde57d3c2b8a43e0ca613326a4550
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/6b9aac7a820dde57d3c2b8a43e0ca613326a4550
  Author: Ullrich Hafner 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #258 from 
jenkinsci/dependabot/maven/io.jenkins.tools.bom-bom-2.249.x-807.v6d348e44c987

Bump bom-2.249.x from 29 to 807.v6d348e44c987


Compare: 
https://github.com/jenkinsci/analysis-pom-plugin/compare/b0994aaa8a0b...6b9aac7a820d

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


[jenkinsci/vectorcast-execution-plugin] 07985a: Adding .toLowerCase for when people incorrectly us...

2021-05-07 Thread 'Tim Schneider' via Jenkins Commits
  Branch: refs/heads/vce068
  Home:   https://github.com/jenkinsci/vectorcast-execution-plugin
  Commit: 07985a7bdd760b66795b7c27bb178368e79eea46
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/07985a7bdd760b66795b7c27bb178368e79eea46
  Author: TimSVector 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M src/main/java/com/vectorcast/plugins/vectorcastexecution/job/BaseJob.java
M 
src/main/java/com/vectorcast/plugins/vectorcastexecution/job/NewPipelineJob.java

  Log Message:
  ---
  Adding .toLowerCase for when people incorrectly use .VCM instead of the 
proper .vcm extension.


  Commit: 79bdfdb16b39c9f3bcea56a3136eefcbcb3c6f5e
  
https://github.com/jenkinsci/vectorcast-execution-plugin/commit/79bdfdb16b39c9f3bcea56a3136eefcbcb3c6f5e
  Author: TimSVector 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge branch 'vce068' of 
https://github.com/jenkinsci/vectorcast-execution-plugin into vce068


Compare: 
https://github.com/jenkinsci/vectorcast-execution-plugin/compare/aef5dad1a521...79bdfdb16b39

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


[jenkinsci/ux-widget-framework] d916ff: Bump ua-parser-js from 0.7.19 to 0.7.28 in /packag...

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/npm_and_yarn/packages/pipeline-graph/ua-parser-js-0.7.28
  Home:   https://github.com/jenkinsci/ux-widget-framework
  Commit: d916ff7f72ee4e4b052e6cb37030f39a5520257d
  
https://github.com/jenkinsci/ux-widget-framework/commit/d916ff7f72ee4e4b052e6cb37030f39a5520257d
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

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

  Log Message:
  ---
  Bump ua-parser-js from 0.7.19 to 0.7.28 in /packages/pipeline-graph

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 
0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.19...0.7.28)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/ux-widget-framework/push/refs/heads/dependabot/npm_and_yarn/packages/pipeline-graph/ua-parser-js-0.7.28/00-d916ff%40github.com.


[jenkinsci/azure-container-agents-plugin] e19a5a: Move to track2 SDK (#77)

2021-05-07 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-container-agents-plugin
  Commit: e19a5a5054bfbcd78dee9e541463648b7b72a254
  
https://github.com/jenkinsci/azure-container-agents-plugin/commit/e19a5a5054bfbcd78dee9e541463648b7b72a254
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M Jenkinsfile
M README.md
M checkstyle.xml
M pom.xml
R src/main/java/com/microsoft/jenkins/containeragents/ContainerPlugin.java
M src/main/java/com/microsoft/jenkins/containeragents/aci/AciCleanTask.java
M src/main/java/com/microsoft/jenkins/containeragents/aci/AciCloud.java
M src/main/java/com/microsoft/jenkins/containeragents/aci/AciService.java
M 
src/main/java/com/microsoft/jenkins/containeragents/aci/volumes/AzureFileVolume.java
M 
src/main/java/com/microsoft/jenkins/containeragents/strategy/ProvisionRetryStrategy.java
M 
src/main/java/com/microsoft/jenkins/containeragents/util/AzureContainerUtils.java
M 
src/main/resources/com/microsoft/jenkins/containeragents/PodEnvVar/config.jelly
M 
src/main/resources/com/microsoft/jenkins/containeragents/PodImagePullSecrets/config.jelly
M 
src/main/resources/com/microsoft/jenkins/containeragents/aci/AciAgent/configure-entries.jelly
M 
src/main/resources/com/microsoft/jenkins/containeragents/aci/AciCloud/config.jelly
M 
src/main/resources/com/microsoft/jenkins/containeragents/aci/AciContainerTemplate/config.jelly
M 
src/main/resources/com/microsoft/jenkins/containeragents/aci/AciPort/config.jelly
M 
src/main/resources/com/microsoft/jenkins/containeragents/aci/volumes/AzureFileVolume/config.jelly
M 
src/main/resources/com/microsoft/jenkins/containeragents/strategy/ContainerIdleRetentionStrategy/config.jelly
M 
src/main/resources/com/microsoft/jenkins/containeragents/strategy/ContainerOnceRetentionStrategy/config.jelly
M src/test/java/com/microsoft/jenkins/containeragents/AciCloudIT.java
M src/test/java/com/microsoft/jenkins/containeragents/AciRule.java

  Log Message:
  ---
  Move to track2 SDK (#77)

* Move to track2 SDK

* Speed up build


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


[jenkinsci/azure-vm-agents-plugin]

2021-05-07 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/775.v0bbd3d0d016a
  Home:   https://github.com/jenkinsci/azure-vm-agents-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/azure-vm-agents-plugin/push/refs/tags/775.v0bbd3d0d016a/00-0bbd3d%40github.com.


[jenkinsci/gearman-plugin] e03184: Use modern ACL.as2() to run as SYSTEM

2021-05-07 Thread 'Antoine Musso' via Jenkins Commits
  Branch: refs/heads/jep277
  Home:   https://github.com/jenkinsci/gearman-plugin
  Commit: e031840e0bc078476e18b439aa06a9314cad1410
  
https://github.com/jenkinsci/gearman-plugin/commit/e031840e0bc078476e18b439aa06a9314cad1410
  Author: Antoine Musso 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/gearman/GearmanPluginUtil.java

  Log Message:
  ---
  Use modern ACL.as2() to run as SYSTEM

Sometime when invoking the stop function, the management worker thread
would die:

  A thread (Gearman worker 172.17.0.1_manager/563) died unexpectedly due
  to an uncaught exception, this may leave your Jenkins in a bad way and
  is usually indicative of a bug in the code.
  java.lang.StackOverflowError
at 
org.acegisecurity.context.SecurityContext$1.getAuthentication(SecurityContext.java:46)
at 
org.acegisecurity.context.SecurityContext$2.getAuthentication(SecurityContext.java:60)
at 
org.acegisecurity.context.SecurityContext$1.getAuthentication(SecurityContext.java:46)

That started happening after we upgraded to the LTS 2.277 series and I
thus highly suspect it is related to JEP-227:
https://github.com/jenkinsci/jep/blob/master/jep/227/README.adoc

Replace impersonate calls with the modern ACL.as2() introduced in
Jenkins 2.266.

Bump Jenkins requirement to current LTS series (2.277).

Bug: https://phabricator.wikimedia.org/T281737


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


[jenkinsci/azure-vm-agents-plugin] 0bbd3d: Track 2 SDK upgrade (#274)

2021-05-07 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: 0bbd3d0d016ab2529987fdd25ffd25314f41b691
  
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/0bbd3d0d016ab2529987fdd25ffd25314f41b691
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M .gitignore
M pom.xml
M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java
M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentCleanUpTask.java
R src/main/java/com/microsoft/azure/vmagent/AzureVMAgentPlugin.java
M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java
M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java
M src/main/java/com/microsoft/azure/vmagent/AzureVMMaintainPoolTask.java
M 
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java
M 
src/main/java/com/microsoft/azure/vmagent/exceptions/AzureCloudException.java
M 
src/main/java/com/microsoft/azure/vmagent/remote/AzureVMAgentSSHLauncher.java
M src/main/java/com/microsoft/azure/vmagent/util/AzureClientHolder.java
M src/main/java/com/microsoft/azure/vmagent/util/AzureClientUtil.java
M src/main/java/com/microsoft/azure/vmagent/util/AzureUtil.java
M src/main/java/com/microsoft/azure/vmagent/util/Constants.java
M src/main/java/com/microsoft/azure/vmagent/util/LocationCache.java
R src/main/java/com/microsoft/azure/vmagent/util/MsiTokenCredentials.java
M src/main/java/com/microsoft/azure/vmagent/util/TemplateUtil.java
M 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMAgentCleanUpTask.java
M 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java
M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java

  Log Message:
  ---
  Track 2 SDK upgrade (#274)


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


[jenkinsci/ci-with-toad-edge-plugin] 3cd8c1: Add developers information into pom.xml

2021-05-07 Thread 'Mandeep Kumar' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ci-with-toad-edge-plugin
  Commit: 3cd8c175019365f4e6ebcc34851a533b08c47e85
  
https://github.com/jenkinsci/ci-with-toad-edge-plugin/commit/3cd8c175019365f4e6ebcc34851a533b08c47e85
  Author: Mandeep Kumar 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add developers information into pom.xml


  Commit: 328355c122f045bcd2f0f5249797a6ab073b2a61
  
https://github.com/jenkinsci/ci-with-toad-edge-plugin/commit/328355c122f045bcd2f0f5249797a6ab073b2a61
  Author: Mandeep Kumar 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M LICENSE

  Log Message:
  ---
  Merge branch 'master' of 
https://github.com/jenkinsci/ci-with-toad-edge-plugin into master


Compare: 
https://github.com/jenkinsci/ci-with-toad-edge-plugin/compare/0170f889220c...328355c122f0

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


[jenkinsci/gearman-plugin] 30dd5d: Introduce bom and build against 2.235.1

2021-05-07 Thread 'Antoine Musso' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gearman-plugin
  Commit: 30dd5dee767561ab6857810f606200906350c4d2
  
https://github.com/jenkinsci/gearman-plugin/commit/30dd5dee767561ab6857810f606200906350c4d2
  Author: Antoine Musso 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml
M src/test/java/hudson/plugins/gearman/GearmanPluginConfigTest.java

  Log Message:
  ---
  Introduce bom and build against 2.235.1

* Point to Jenkins 2.235.1 as recommendended from the plugin development
  documentation
* Use bom instead of trying to keep track of plugins
* Update maven-plugin to 3.8 for Java 11 support

In GearmanPluginConfigTest, mock Jenkins.get() after changes have been
made in Jenkins 2.180 which replaced call to Jenkins.getInstance().


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


[jenkinsci/azure-credentials-plugin]

2021-05-07 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/181.v00b0d97d2686
  Home:   https://github.com/jenkinsci/azure-credentials-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/azure-credentials-plugin/push/refs/tags/181.v00b0d97d2686/00-00b0d9%40github.com.


[jenkinsci/gearman-plugin] 61a9c9: Introduce bom and build against 2.235.1

2021-05-07 Thread 'Antoine Musso' via Jenkins Commits
  Branch: refs/heads/maven-bom
  Home:   https://github.com/jenkinsci/gearman-plugin
  Commit: 61a9c982649c3f16be5ce3c231e03e5ef3b66a98
  
https://github.com/jenkinsci/gearman-plugin/commit/61a9c982649c3f16be5ce3c231e03e5ef3b66a98
  Author: Antoine Musso 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml
M src/test/java/hudson/plugins/gearman/GearmanPluginConfigTest.java

  Log Message:
  ---
  Introduce bom and build against 2.235.1

* Point to Jenkins 2.235.1 as recommendended from the plugin development
  documentation
* Use bom instead of trying to keep track of plugins
* Update maven-plugin to 3.8 for Java 11 support

In GearmanPluginConfigTest, mock Jenkins.get() after changes have been
made in Jenkins 2.180 which replaced call to Jenkins.getInstance().


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


[jenkinsci/gearman-plugin]

2021-05-07 Thread 'Antoine Musso' via Jenkins Commits
  Branch: refs/heads/jenkinsfile-explicit
  Home:   https://github.com/jenkinsci/gearman-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/gearman-plugin/push/refs/heads/jenkinsfile-explicit/dad97a-00%40github.com.


[jenkinsci/gearman-plugin] dad97a: Jenkinsfile: drop recommendedConfigurations()

2021-05-07 Thread 'Antoine Musso' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gearman-plugin
  Commit: dad97a8e3d4a7cf1ba694f43db2b89f830c029e8
  
https://github.com/jenkinsci/gearman-plugin/commit/dad97a8e3d4a7cf1ba694f43db2b89f830c029e8
  Author: Antoine Musso 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Jenkinsfile: drop recommendedConfigurations()

It has been deprecated. Just target Java 8 and 11.


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


[jenkinsci/jenkins] afd748: removed superfluous throws in tests

2021-05-07 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: afd748142e3d080f142dfcebabf92b2749795b9d
  
https://github.com/jenkinsci/jenkins/commit/afd748142e3d080f142dfcebabf92b2749795b9d
  Author: Stefan Spieker 
  Date:   2021-05-02 (Sun, 02 May 2021)

  Changed paths:
M core/src/test/java/hudson/FilePathTest.java
M core/src/test/java/hudson/FunctionsTest.java
M core/src/test/java/hudson/LauncherTest.java
M core/src/test/java/hudson/model/AbstractItemTest.java
M core/src/test/java/hudson/model/FingerprintTest.java
M core/src/test/java/hudson/model/TestUserIdMapper.java
M core/src/test/java/hudson/model/UserIdMapperTest.java
M core/src/test/java/hudson/model/ViewTest.java
M core/src/test/java/hudson/model/listeners/SCMListenerTest.java
M core/src/test/java/hudson/scheduler/CronTabTest.java
M core/src/test/java/hudson/util/DescribableListTest.java
M core/src/test/java/hudson/util/GraphTest.java
M core/src/test/java/hudson/util/MultipartFormDataParserTest.java
M core/src/test/java/hudson/util/RetrierTest.java
M core/src/test/java/hudson/util/RobustReflectionConverterTest.java
M core/src/test/java/hudson/util/SecretUtilTest.java
M core/src/test/java/jenkins/model/JenkinsLocationConfigurationTest.java
M core/src/test/java/jenkins/model/lazy/AbstractLazyLoadRunMapTest.java
M 
core/src/test/java/jenkins/security/RedactSecretJsonInErrorMessageSanitizerTest.java
M core/src/test/java/jenkins/util/VirtualFileTest.java
M core/src/test/java/jenkins/widgets/HistoryPageFilterTest.java
M core/src/test/java/jenkins/xml/XMLUtilsTest.java
M core/src/test/java/org/acegisecurity/util/FieldUtilsTest.java

  Log Message:
  ---
  removed superfluous throws in tests


  Commit: f1867892fd8686d340e20354001684c2df05b5c7
  
https://github.com/jenkinsci/jenkins/commit/f1867892fd8686d340e20354001684c2df05b5c7
  Author: Stefan Spieker 
  Date:   2021-05-02 (Sun, 02 May 2021)

  Changed paths:
M core/src/test/java/hudson/model/TestUserIdMapper.java

  Log Message:
  ---
  removed unused import


  Commit: deb3a82d01d8440934a563c492483bbd155fe4ba
  
https://github.com/jenkinsci/jenkins/commit/deb3a82d01d8440934a563c492483bbd155fe4ba
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M core/src/test/java/hudson/FilePathTest.java
M core/src/test/java/hudson/FunctionsTest.java
M core/src/test/java/hudson/LauncherTest.java
M core/src/test/java/hudson/model/AbstractItemTest.java
M core/src/test/java/hudson/model/FingerprintTest.java
M core/src/test/java/hudson/model/TestUserIdMapper.java
M core/src/test/java/hudson/model/UserIdMapperTest.java
M core/src/test/java/hudson/model/ViewTest.java
M core/src/test/java/hudson/model/listeners/SCMListenerTest.java
M core/src/test/java/hudson/scheduler/CronTabTest.java
M core/src/test/java/hudson/util/DescribableListTest.java
M core/src/test/java/hudson/util/GraphTest.java
M core/src/test/java/hudson/util/MultipartFormDataParserTest.java
M core/src/test/java/hudson/util/RetrierTest.java
M core/src/test/java/hudson/util/RobustReflectionConverterTest.java
M core/src/test/java/hudson/util/SecretUtilTest.java
M core/src/test/java/jenkins/model/JenkinsLocationConfigurationTest.java
M core/src/test/java/jenkins/model/lazy/AbstractLazyLoadRunMapTest.java
M 
core/src/test/java/jenkins/security/RedactSecretJsonInErrorMessageSanitizerTest.java
M core/src/test/java/jenkins/util/VirtualFileTest.java
M core/src/test/java/jenkins/widgets/HistoryPageFilterTest.java
M core/src/test/java/jenkins/xml/XMLUtilsTest.java
M core/src/test/java/org/acegisecurity/util/FieldUtilsTest.java

  Log Message:
  ---
  Merge pull request #5458 from StefanSpieker/unneeded_throws


Compare: 
https://github.com/jenkinsci/jenkins/compare/6384f1965f29...deb3a82d01d8

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


[jenkinsci/jenkins] 9c16e8: Initialise stable-2.289 line

2021-05-07 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/stable-2.289
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 9c16e8c8af5e015f8b2283020f9098b4190fe8e0
  
https://github.com/jenkinsci/jenkins/commit/9c16e8c8af5e015f8b2283020f9098b4190fe8e0
  Author: Tim Jacomb 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M essentials.yml

  Log Message:
  ---
  Initialise stable-2.289 line


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


[jenkinsci/gearman-plugin] dad97a: Jenkinsfile: drop recommendedConfigurations()

2021-05-07 Thread 'Antoine Musso' via Jenkins Commits
  Branch: refs/heads/jenkinsfile-explicit
  Home:   https://github.com/jenkinsci/gearman-plugin
  Commit: dad97a8e3d4a7cf1ba694f43db2b89f830c029e8
  
https://github.com/jenkinsci/gearman-plugin/commit/dad97a8e3d4a7cf1ba694f43db2b89f830c029e8
  Author: Antoine Musso 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Jenkinsfile: drop recommendedConfigurations()

It has been deprecated. Just target Java 8 and 11.


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


[jenkinsci/packaging]

2021-05-07 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/stable-2.289
  Home:   https://github.com/jenkinsci/packaging

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


[jenkinsci/gearman-plugin] e7f18e: Jenkinsfile: drop recommendedConfigurations()

2021-05-07 Thread 'Antoine Musso' via Jenkins Commits
  Branch: refs/heads/jenkinsfile-explicit
  Home:   https://github.com/jenkinsci/gearman-plugin
  Commit: e7f18eed54ead21e379779a7b601b19d85ee1199
  
https://github.com/jenkinsci/gearman-plugin/commit/e7f18eed54ead21e379779a7b601b19d85ee1199
  Author: Antoine Musso 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Jenkinsfile: drop recommendedConfigurations()

It has been deprecated. Just target Java 8 and 11.


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


[jenkinsci/azure-credentials-plugin] 00b0d9: Move to track2 SDK - ACI, Azure VM agents, and Azu...

2021-05-07 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-credentials-plugin
  Commit: 00b0d97d268693432b7134a3d267c7d99a6006bc
  
https://github.com/jenkinsci/azure-credentials-plugin/commit/00b0d97d268693432b7134a3d267c7d99a6006bc
  Author: Tim Jacomb <21194782+ti...@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M Jenkinsfile
M checkstyle.xml
M pom.xml
M 
src/main/java/com/microsoft/azure/util/AbstractManagedIdentitiesCredentials.java
M src/main/java/com/microsoft/azure/util/AzureBaseCredentials.java
M src/main/java/com/microsoft/azure/util/AzureCredentialUtil.java
M src/main/java/com/microsoft/azure/util/AzureCredentials.java
M src/main/java/com/microsoft/azure/util/AzureEnvUtil.java
M src/main/java/com/microsoft/azure/util/AzureImdsCredentials.java
R src/main/java/com/microsoft/azure/util/AzureMsiCredentials.java
A src/main/java/com/microsoft/azure/util/ClientCertificateCredential2.java
M src/main/java/com/microsoft/jenkins/keyvault/BaseSecretCredentials.java
R 
src/main/resources/com/microsoft/azure/util/AzureMsiCredentials/credentials.jelly
R 
src/main/resources/com/microsoft/azure/util/AzureMsiCredentials/credentials.properties
M src/test/java/com/microsoft/jenkins/integration/IntegrationTestBase.java
M 
src/test/java/com/microsoft/jenkins/keyvault/integration/KeyVaultIntegrationTestBase.java

  Log Message:
  ---
  Move to track2 SDK - ACI, Azure VM agents, and Azure KeyVault plugins must 
all be upgraded together (#55)


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


[jenkinsci/jacoco-plugin] 7fd373: Bump jacoco version to 0.8.7. This allows using Ko...

2021-05-07 Thread 'Nikolay Metchev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jacoco-plugin
  Commit: 7fd373810b3109ebfc14c750d8ce3ce815faa7c8
  
https://github.com/jenkinsci/jacoco-plugin/commit/7fd373810b3109ebfc14c750d8ce3ce815faa7c8
  Author: Nikolay Metchev 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jacoco version to 0.8.7. This allows using Kotlin 1.5 with Jacoco in 
Jenkins: See https://github.com/jacoco/jacoco/issues/1155 (#146)

Thanks for the PR.


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


[jenkinsci/ci-with-toad-edge-plugin] 0170f8: Update LICENSE

2021-05-07 Thread 'Mandeep Kumar' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ci-with-toad-edge-plugin
  Commit: 0170f889220cfbae076a9f52e4f7abc77d3a5f0f
  
https://github.com/jenkinsci/ci-with-toad-edge-plugin/commit/0170f889220cfbae076a9f52e4f7abc77d3a5f0f
  Author: Mandeep Kumar 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M LICENSE

  Log Message:
  ---
  Update LICENSE


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


[jenkinsci/ci-with-toad-edge-plugin] f7c969: License update with OSI approved

2021-05-07 Thread 'Mandeep Kumar' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ci-with-toad-edge-plugin
  Commit: f7c969203d0c33e28709cef8fa083462a5761db6
  
https://github.com/jenkinsci/ci-with-toad-edge-plugin/commit/f7c969203d0c33e28709cef8fa083462a5761db6
  Author: Mandeep Kumar 
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M LICENSE
M src/main/java/ci/with/toad/edge/CompareBuilder.java
M src/main/java/ci/with/toad/edge/CompareWithBaselineBuilder.java
M src/main/java/ci/with/toad/edge/CreateBaselineBuilder.java
M src/main/java/ci/with/toad/edge/CreateSnapshotBuilder.java
M src/main/java/ci/with/toad/edge/DatabaseSystem.java
M src/main/java/ci/with/toad/edge/DeployScriptBuilder.java
M src/main/java/ci/with/toad/edge/DirectoryBrowserSupport.java
M src/main/java/ci/with/toad/edge/FileUtils.java
M src/main/java/ci/with/toad/edge/FormValidationUtil.java
M src/main/java/ci/with/toad/edge/GenerateChangeScriptBuilder.java
M src/main/java/ci/with/toad/edge/GenerateCreateScriptBuilder.java
M src/main/java/ci/with/toad/edge/GenerateJenkinsReportBuilder.java
M src/main/java/ci/with/toad/edge/GenerateStandaloneReportBuilder.java
M src/main/java/ci/with/toad/edge/MainConfiguration.java
M src/main/java/ci/with/toad/edge/ProcessLauncher.java
M src/main/java/ci/with/toad/edge/ReportFrameAction.java
M src/main/java/ci/with/toad/edge/ReportPublisherAction.java

  Log Message:
  ---
  License update with OSI approved


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


[jenkinsci/aws-java-sdk-plugin]

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.1013
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin

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


[jenkinsci/aws-java-sdk-plugin] 8b9094: Bump aws-java-sdk from 1.11.996 to 1.11.1014

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.1014
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin
  Commit: 8b909486723eda26bf17b99323ce39bd40a04944
  
https://github.com/jenkinsci/aws-java-sdk-plugin/commit/8b909486723eda26bf17b99323ce39bd40a04944
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump aws-java-sdk from 1.11.996 to 1.11.1014

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

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.1014/00-8b9094%40github.com.


[jenkinsci/email-ext-plugin] f924b7: Bump caffeine from 2.9.1 to 3.0.2

2021-05-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.github.ben-manes.caffeine-caffeine-3.0.2
  Home:   https://github.com/jenkinsci/email-ext-plugin
  Commit: f924b78adc764fc343bb1e5f9a3bdaadc8f5200f
  
https://github.com/jenkinsci/email-ext-plugin/commit/f924b78adc764fc343bb1e5f9a3bdaadc8f5200f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-05-07 (Fri, 07 May 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump caffeine from 2.9.1 to 3.0.2

Bumps [caffeine](https://github.com/ben-manes/caffeine) from 2.9.1 to 3.0.2.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v2.9.1...v3.0.2)

Signed-off-by: dependabot[bot] 


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