[jenkinsci/jenkins]

2020-11-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.thoughtworks.xstream-xstream-1.4.14-jdk7
  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/com.thoughtworks.xstream-xstream-1.4.14-jdk7/8017d7-00%40github.com.


[jenkinsci/jenkins] d0c1a2: Update which permission is needed for these action...

2020-11-23 Thread 'Daniel Beck' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: d0c1a281a7b2045f6caeb847b0f8f7b83e3d5121
  
https://github.com/jenkinsci/jenkins/commit/d0c1a281a7b2045f6caeb847b0f8f7b83e3d5121
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M core/src/main/resources/jenkins/model/Jenkins/_api.jelly

  Log Message:
  ---
  Update which permission is needed for these actions (#5058)

Co-authored-by: Daniel Beck 


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


[jenkinsci/jenkins] 9a25e6: Removed tweak for ie < 9 (#5068)

2020-11-23 Thread 'StefanSpieker' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 9a25e65c2606e463c0b4a7672fadac59e275e92c
  
https://github.com/jenkinsci/jenkins/commit/9a25e65c2606e463c0b4a7672fadac59e275e92c
  Author: StefanSpieker 
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M war/src/main/webapp/scripts/msie.js
R war/src/main/webapp/scripts/respond.js

  Log Message:
  ---
  Removed tweak for ie < 9 (#5068)


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


[jenkinsci/jenkins] 8017d7: Bump xstream from 1.4.14 to 1.4.14-jdk7

2020-11-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/com.thoughtworks.xstream-xstream-1.4.14-jdk7
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 8017d73c284796e3518e61dbaa72cccaf9c799de
  
https://github.com/jenkinsci/jenkins/commit/8017d73c284796e3518e61dbaa72cccaf9c799de
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M bom/pom.xml

  Log Message:
  ---
  Bump xstream from 1.4.14 to 1.4.14-jdk7

Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.14 to 1.4.14-jdk7.
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)

Signed-off-by: dependabot[bot] 


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


[jenkinsci/jenkins] 31d1ff: Remove unneeded and falsy String.trim polyfill (#5...

2020-11-23 Thread 'Ronny Perinke' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 31d1ff2ad19239557d2a8a47b97e256d56e1e893
  
https://github.com/jenkinsci/jenkins/commit/31d1ff2ad19239557d2a8a47b97e256d56e1e893
  Author: Ronny Perinke 
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M war/src/main/webapp/scripts/hudson-behavior.js

  Log Message:
  ---
  Remove unneeded and falsy String.trim polyfill (#5066)

1. [it is not required anymore since 
ages](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim#Browser_compatibility)
2. If "this" is of type type "object", an instance of the same type is 
returned. [This is completely wrong, because it should be 
"string"](https://tc39.es/ecma262/#sec-string.prototype.trim), which causes 
things like [sorting in BootstrapVue tables to 
break](https://github.com/jenkinsci/dependency-track-plugin/blob/cc5f1bb8900f201384f05b633471dbd7ca48c69a/src/main/webapp/js/result-action.js#L6).


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


[jenkinsci/jenkins] 09a643: JENKINS-64252 Fix dragdrop regression (#5067)

2020-11-23 Thread 'Tim Jacomb' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 09a643b1cfcfea942383f9d6c82d2ffe83c3497c
  
https://github.com/jenkinsci/jenkins/commit/09a643b1cfcfea942383f9d6c82d2ffe83c3497c
  Author: Tim Jacomb 
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M core/src/main/resources/lib/form/dragdrop/dragdrop.js

  Log Message:
  ---
  JENKINS-64252 Fix dragdrop regression (#5067)


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


[jenkinsci/jenkins] 2440a3: Updated the bundled XStream library from 1.4.13 to...

2020-11-23 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 2440a34d8f2ba5626d734c735cb4fc63040c11de
  
https://github.com/jenkinsci/jenkins/commit/2440a34d8f2ba5626d734c735cb4fc63040c11de
  Author: Jesse Glick 
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M .github/dependabot.yml
M bom/pom.xml

  Log Message:
  ---
  Updated the bundled XStream library from 1.4.13 to 1.4.14 (#5074)


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


[jenkinsci/snyk-security-scanner-plugin] ad302f: docs: update readme for manual and auto installation

2020-11-23 Thread 'Avishag Israeli' via Jenkins Commits
  Branch: refs/heads/docs/update-readme-for-disabled-auto-install
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: ad302f6ec9b00249fd2d27857c9f54e5d768e0c3
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/ad302f6ec9b00249fd2d27857c9f54e5d768e0c3
  Author: Avishag Israeli 
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M README.md
A docs/snyk_configuration_installation_auto-update_v2.png
A docs/snyk_configuration_installation_manual_v2.png
R docs/snyk_configuration_installation_v2.png

  Log Message:
  ---
  docs: update readme for manual and auto installation

docs: update readme for manual and auto installation

docs: update readme for manual and auto installation


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/docs/update-readme-for-disabled-auto-install/f62b82-ad302f%40github.com.


[jenkinsci/snyk-security-scanner-plugin] f62b82: docs: update readme for manual and auto installation

2020-11-23 Thread 'Avishag Israeli' via Jenkins Commits
  Branch: refs/heads/docs/update-readme-for-disabled-auto-install
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: f62b827b612d09fe0bc5d33cca78419c9e706520
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/f62b827b612d09fe0bc5d33cca78419c9e706520
  Author: Avishag Israeli 
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M README.md
A docs/snyk_configuration_installation_auto-update_v2.png
A docs/snyk_configuration_installation_manual_v2.png
R docs/snyk_configuration_installation_v2.png

  Log Message:
  ---
  docs: update readme for manual and auto installation

docs: update readme for manual and auto installation


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/docs/update-readme-for-disabled-auto-install/d95726-f62b82%40github.com.


[jenkinsci/codescene-plugin] 291d6d: Update junit to 4.13.1 to fix temporary folder dis...

2020-11-23 Thread 'Juraj Martinka' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 291d6d8005e2632acca6040a54dd52269b877662
  
https://github.com/jenkinsci/codescene-plugin/commit/291d6d8005e2632acca6040a54dd52269b877662
  Author: Juraj Martinka 
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update junit to 4.13.1 to fix temporary folder disclosure vulnerability.

See 
https://github.com/jenkinsci/codescene-plugin/network/alert/pom.xml/junit:junit/open.
It's not important in our case but good to clear list of alerts of GitHub's 
dependabot.

Here's a copy of the `Impact` section from the bug description:
---
On Unix like systems, the system's temporary directory is shared between all 
users on that system. Because of this, when files and directories are written 
into this directory they are, by default, readable by other users on that same 
system.

This vulnerability does not allow other users to overwrite the contents of 
these directories or files. This is purely an information disclosure 
vulnerability.

When analyzing the impact of this vulnerability, here are the important 
questions to ask:

Do the JUnit tests write sensitive information, like API keys or passwords, 
into the temporary folder?
If yes, this vulnerability impacts you, but only if you also answer 'yes' to 
question 2.
If no, this vulnerability does not impact you.
Do the JUnit tests ever execute in an environment where the OS has other 
untrusted users.
This may apply in CI/CD environments but normally won't be 'yes' for personal 
developer machines.
If yes, and you answered 'yes' to question 1, this vulnerability impacts you.
If no, this vulnerability does not impact you.


  Commit: 97be6e28211bab61832ffb54c8732ea51c70db78
  
https://github.com/jenkinsci/codescene-plugin/commit/97be6e28211bab61832ffb54c8732ea51c70db78
  Author: Juraj Martinka 
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #20 from jenkinsci/junit

Update junit to 4.13.1 to fix temporary folder disclosure vulnerability.


Compare: 
https://github.com/jenkinsci/codescene-plugin/compare/12bb3591e04f...97be6e28211b

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


[jenkinsci/codescene-plugin] 291d6d: Update junit to 4.13.1 to fix temporary folder dis...

2020-11-23 Thread 'Juraj Martinka' via Jenkins Commits
  Branch: refs/heads/junit
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 291d6d8005e2632acca6040a54dd52269b877662
  
https://github.com/jenkinsci/codescene-plugin/commit/291d6d8005e2632acca6040a54dd52269b877662
  Author: Juraj Martinka 
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update junit to 4.13.1 to fix temporary folder disclosure vulnerability.

See 
https://github.com/jenkinsci/codescene-plugin/network/alert/pom.xml/junit:junit/open.
It's not important in our case but good to clear list of alerts of GitHub's 
dependabot.

Here's a copy of the `Impact` section from the bug description:
---
On Unix like systems, the system's temporary directory is shared between all 
users on that system. Because of this, when files and directories are written 
into this directory they are, by default, readable by other users on that same 
system.

This vulnerability does not allow other users to overwrite the contents of 
these directories or files. This is purely an information disclosure 
vulnerability.

When analyzing the impact of this vulnerability, here are the important 
questions to ask:

Do the JUnit tests write sensitive information, like API keys or passwords, 
into the temporary folder?
If yes, this vulnerability impacts you, but only if you also answer 'yes' to 
question 2.
If no, this vulnerability does not impact you.
Do the JUnit tests ever execute in an environment where the OS has other 
untrusted users.
This may apply in CI/CD environments but normally won't be 'yes' for personal 
developer machines.
If yes, and you answered 'yes' to question 1, this vulnerability impacts you.
If no, this vulnerability does not impact you.


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


[jenkinsci/codescene-plugin] 12bb35: Setup code scanning from GitHub

2020-11-23 Thread 'Juraj Martinka' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/codescene-plugin
  Commit: 12bb3591e04fc2ed19903ed055658c62dd7ccd31
  
https://github.com/jenkinsci/codescene-plugin/commit/12bb3591e04fc2ed19903ed055658c62dd7ccd31
  Author: Juraj Martinka 
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
A .github/workflows/codeql-analysis.yml

  Log Message:
  ---
  Setup code scanning from GitHub


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


[jenkinsci/ec2-plugin] 9acfd6: [JENKINS-61789] Terminate offline nodes when idle ...

2020-11-23 Thread 'Ramon Leon' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 9acfd64aab6ccba0da5f18620c79452632c8be5a
  
https://github.com/jenkinsci/ec2-plugin/commit/9acfd64aab6ccba0da5f18620c79452632c8be5a
  Author: Ramon Leon 
  Date:   2020-11-20 (Fri, 20 Nov 2020)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2RetentionStrategy.java
M src/test/java/hudson/plugins/ec2/EC2RetentionStrategyTest.java

  Log Message:
  ---
  [JENKINS-61789] Terminate offline nodes when idle timeout expires


  Commit: 0516f0dd9ff1992abda261b646b4a99cf3f5e939
  
https://github.com/jenkinsci/ec2-plugin/commit/0516f0dd9ff1992abda261b646b4a99cf3f5e939
  Author: Ramon Leon 
  Date:   2020-11-20 (Fri, 20 Nov 2020)

  Changed paths:
R .dependabot/config.yml
A .github/dependabot.yml
M pom.xml
R src/main/java/hudson/os/WindowsUtil.java
M src/main/java/hudson/plugins/ec2/AmazonEC2Cloud.java
M src/main/java/hudson/plugins/ec2/EC2Cloud.java
A src/main/java/hudson/plugins/ec2/EC2Filter.java
M src/main/java/hudson/plugins/ec2/Eucalyptus.java
M src/main/java/hudson/plugins/ec2/SlaveTemplate.java
M src/main/java/hudson/plugins/ec2/WindowsData.java
M src/main/java/hudson/plugins/ec2/ssh/EC2UnixLauncher.java
M src/main/java/hudson/plugins/ec2/win/EC2WindowsLauncher.java
M 
src/main/java/hudson/plugins/ec2/win/SelfSignedCertificateAllowedMonitor.java
M src/main/java/hudson/plugins/ec2/win/WinConnection.java
M src/main/java/hudson/plugins/ec2/win/winrm/WinRMClient.java
A 
src/main/java/hudson/plugins/ec2/win/winrm/WinRMConnectionManagerFactory.java
M src/main/java/hudson/plugins/ec2/win/winrm/WindowsProcess.java
M src/main/resources/hudson/plugins/ec2/AmazonEC2Cloud/config-entries.jelly
A src/main/resources/hudson/plugins/ec2/EC2Filter/config.jelly
M src/main/resources/hudson/plugins/ec2/EC2Tag/config.jelly
M src/main/resources/hudson/plugins/ec2/Eucalyptus/config-entries.jelly
M src/main/resources/hudson/plugins/ec2/SlaveTemplate/config.jelly
A src/main/resources/hudson/plugins/ec2/SlaveTemplate/help-ami.html
A src/main/resources/hudson/plugins/ec2/SlaveTemplate/help-amiFilters.html
A src/main/resources/hudson/plugins/ec2/SlaveTemplate/help-amiOwners.html
M src/main/resources/hudson/plugins/ec2/SlaveTemplate/help-amiType.html
A src/main/resources/hudson/plugins/ec2/SlaveTemplate/help-amiUsers.html
A src/main/resources/lib/ec2/blockWrapper.jelly
A src/main/resources/lib/ec2/taglib
M src/test/java/hudson/plugins/ec2/AmazonEC2CloudTest.java
M src/test/java/hudson/plugins/ec2/AmazonEC2CloudUnitTest.java
M src/test/java/hudson/plugins/ec2/ConfigurationAsCodeTest.java
A src/test/java/hudson/plugins/ec2/EC2CloudMigrationTest.java
M src/test/java/hudson/plugins/ec2/EC2CloudTest.java
A src/test/java/hudson/plugins/ec2/EC2FilterTest.java
M src/test/java/hudson/plugins/ec2/EC2PrivateKeyTest.java
M src/test/java/hudson/plugins/ec2/EC2RetentionStrategyTest.java
M src/test/java/hudson/plugins/ec2/EC2SlaveMonitorTest.java
M src/test/java/hudson/plugins/ec2/SlaveTemplateTest.java
M src/test/java/hudson/plugins/ec2/SlaveTemplateUnitTest.java
M src/test/java/hudson/plugins/ec2/util/AmazonEC2FactoryMockImpl.java
A src/test/java/hudson/plugins/ec2/util/SSHCredentialHelper.java
A src/test/java/hudson/plugins/ec2/util/TestSSHUserPrivateKey.java
A src/test/resources/hudson/plugins/ec2/Ami.yml
A 
src/test/resources/hudson/plugins/ec2/EC2CloudMigrationTest/testPrivateKeyMigrationToSshCredentials/config.xml
M src/test/resources/hudson/plugins/ec2/UnixData.yml
M src/test/resources/hudson/plugins/ec2/UnixDataExport.yml

  Log Message:
  ---
  Merge branch 'master' of github.com:jenkinsci/ec2-plugin into JENKINS-61789


  Commit: 7f8196c6cb49173b100ec23f08201db8d8c53ccf
  
https://github.com/jenkinsci/ec2-plugin/commit/7f8196c6cb49173b100ec23f08201db8d8c53ccf
  Author: Ramon Leon 
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M src/main/java/hudson/plugins/ec2/EC2RetentionStrategy.java
M src/test/java/hudson/plugins/ec2/EC2RetentionStrategyTest.java

  Log Message:
  ---
  Merge pull request #534 from MRamonLeon/JENKINS-61789


Compare: 
https://github.com/jenkinsci/ec2-plugin/compare/4397f36fd48f...7f8196c6cb49

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


[jenkinsci/netsparker-cloud-scan-plugin] c29edc: edit do not fail option on edit bug fix

2020-11-23 Thread 'Dogan Aydos' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/netsparker-cloud-scan-plugin
  Commit: c29edc131e9e445b852df799ca8539d2fe6e5d10
  
https://github.com/jenkinsci/netsparker-cloud-scan-plugin/commit/c29edc131e9e445b852df799ca8539d2fe6e5d10
  Author: Enver Gokmen 
  Date:   2020-11-04 (Wed, 04 Nov 2020)

  Changed paths:
M src/main/resources/com/netsparker/cloud/plugin/NCScanBuilder/config.jelly

  Log Message:
  ---
  edit do not fail option on edit bug fix


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


[jenkinsci/analysis-model-api-plugin]

2020-11-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jvnet.hudson.plugins-analysis-pom-4.6.0
  Home:   https://github.com/jenkinsci/analysis-model-api-plugin

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


[jenkinsci/analysis-model-api-plugin] c9a9a0: Bump analysis-pom from 4.5.0 to 4.7.0

2020-11-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jvnet.hudson.plugins-analysis-pom-4.7.0
  Home:   https://github.com/jenkinsci/analysis-model-api-plugin
  Commit: c9a9a08a3996d314e36dc172ea1a9f8617e161f0
  
https://github.com/jenkinsci/analysis-model-api-plugin/commit/c9a9a08a3996d314e36dc172ea1a9f8617e161f0
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump analysis-pom from 4.5.0 to 4.7.0

Bumps [analysis-pom](https://github.com/jenkinsci/analysis-pom-plugin) from 
4.5.0 to 4.7.0.
- [Release notes](https://github.com/jenkinsci/analysis-pom-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/analysis-pom-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/analysis-pom-plugin/compare/v4.5.0...v4.7.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/org.jvnet.hudson.plugins-analysis-pom-4.7.0/00-c9a9a0%40github.com.


[jenkinsci/packaging]

2020-11-23 Thread 'Oliver Gondža' via Jenkins Commits
  Branch: refs/heads/stable-2.263
  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.263/4e4285-c450a8%40github.com.


[jenkinsci/analysis-pom-plugin] fec17e: Bump maven-pmd-plugin from 3.13.0 to 3.14.0

2020-11-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.14.0
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: fec17e002b20c3b8297d98405988fdb85e658ab7
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/fec17e002b20c3b8297d98405988fdb85e658ab7
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump maven-pmd-plugin from 3.13.0 to 3.14.0

Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 
3.13.0 to 3.14.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- 
[Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.13.0...maven-pmd-plugin-3.14.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-pom-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.14.0/00-fec17e%40github.com.


[jenkinsci/ecutest-plugin] c4a507: Bump maven-pmd-plugin from 3.13.0 to 3.14.0

2020-11-23 Thread 'dependabot-preview[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.14.0
  Home:   https://github.com/jenkinsci/ecutest-plugin
  Commit: c4a507d122264add78912d5a0eb6d7419fec6a0f
  
https://github.com/jenkinsci/ecutest-plugin/commit/c4a507d122264add78912d5a0eb6d7419fec6a0f
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump maven-pmd-plugin from 3.13.0 to 3.14.0

Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 
3.13.0 to 3.14.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- 
[Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.13.0...maven-pmd-plugin-3.14.0)

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


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


[jenkinsci/aws-java-sdk-plugin]

2020-11-23 Thread 'dependabot-preview[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.906
  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.906/76c628-00%40github.com.


[jenkinsci/aws-java-sdk-plugin] 2f6898: Bump aws-java-sdk from 1.11.864 to 1.11.907

2020-11-23 Thread 'dependabot-preview[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.907
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin
  Commit: 2f6898cd638773c752d7529d8d1feb279b45da0d
  
https://github.com/jenkinsci/aws-java-sdk-plugin/commit/2f6898cd638773c752d7529d8d1feb279b45da0d
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M pom.xml

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

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

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


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


[jenkinsci/git-plugin]

2020-11-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.204.x-18
  Home:   https://github.com/jenkinsci/git-plugin

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


[jenkinsci/opsgenie-plugin] a66eae: [maven-release-plugin] prepare for next developmen...

2020-11-23 Thread 'atodmal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/opsgenie-plugin
  Commit: a66eae27d0730ddf9754c23a41b99f2ec9833bf2
  
https://github.com/jenkinsci/opsgenie-plugin/commit/a66eae27d0730ddf9754c23a41b99f2ec9833bf2
  Author: Abhishek Todmal 
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M pom.xml

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


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


[jenkinsci/opsgenie-plugin]

2020-11-23 Thread 'Abhishek Todmal' via Jenkins Commits
  Branch: refs/tags/opsgenie-1.9
  Home:   https://github.com/jenkinsci/opsgenie-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/opsgenie-plugin/push/refs/tags/opsgenie-1.9/00-e26004%40github.com.


[jenkinsci/opsgenie-plugin] acb6b3: [maven-release-plugin] prepare release opsgenie-1.9

2020-11-23 Thread 'atodmal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/opsgenie-plugin
  Commit: acb6b3774930ffc9ac72469acdc9244ac3778fe2
  
https://github.com/jenkinsci/opsgenie-plugin/commit/acb6b3774930ffc9ac72469acdc9244ac3778fe2
  Author: Abhishek Todmal 
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release opsgenie-1.9


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


[jenkinsci/sumologic-publisher-plugin] 9731b3: adding time information to the Job Status informat...

2020-11-23 Thread 'Sourabh Jain' via Jenkins Commits
  Branch: refs/heads/v2.2.0
  Home:   https://github.com/jenkinsci/sumologic-publisher-plugin
  Commit: 9731b3ab6701f93f480e7539642ff27e771bbce3
  
https://github.com/jenkinsci/sumologic-publisher-plugin/commit/9731b3ab6701f93f480e7539642ff27e771bbce3
  Author: sourabh 
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M 
src/main/java/com/sumologic/jenkins/jenkinssumologicplugin/model/BuildModel.java
M 
src/main/java/com/sumologic/jenkins/jenkinssumologicplugin/utility/CommonModelFactory.java

  Log Message:
  ---
  adding time information to the Job Status information if present.


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


[jenkinsci/git-plugin] aa6d9d: [JENKINS-64279] Test git tag action constructor nu...

2020-11-23 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: aa6d9d7b5338152f193b01f477011dda5346df60
  
https://github.com/jenkinsci/git-plugin/commit/aa6d9d7b5338152f193b01f477011dda5346df60
  Author: Mark Waite 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M src/test/java/hudson/plugins/git/GitTagActionTest.java

  Log Message:
  ---
  [JENKINS-64279] Test git tag action constructor null pointer exception

Code is unmodified for almost 3 years in this area.  Unclear what
caused the issue to become visible now, but it is safe to show that a
null pointer exception is possible with this test.


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

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

  Log Message:
  ---
  [JENKINS-64279] Fix git tag action null pointer exception

This section of code has not been modified in almost 3 years. Not
clear what changed in the case that found the issue, but it is a real
issue that is readily handled by a null check.


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

  Changed paths:
M src/main/java/hudson/plugins/git/GitTagAction.java
M src/test/java/hudson/plugins/git/GitTagActionTest.java

  Log Message:
  ---
  Merge pull request #1004 from MarkEWaite/avoid-git-tag-action-npe

Avoid NPE in git tag action


Compare: 
https://github.com/jenkinsci/git-plugin/compare/13ed0f1640aa...691d6df2fa21

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


[jenkinsci/chatwork-plugin] 015165: Fix typo

2020-11-23 Thread 'GO Sueyoshi' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/chatwork-plugin
  Commit: 0151657e2e5d7d2a86a74b2eae70c655b68c0c96
  
https://github.com/jenkinsci/chatwork-plugin/commit/0151657e2e5d7d2a86a74b2eae70c655b68c0c96
  Author: GO Sueyoshi 
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Fix typo


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


[jenkins-infra/jenkins.io] fbbb52: wiki-migration, new section to cli page

2020-11-23 Thread 'Mark Waite' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: fbbb52315e71dcdeac81708a840217b7c6e30c0c
  
https://github.com/jenkins-infra/jenkins.io/commit/fbbb52315e71dcdeac81708a840217b7c6e30c0c
  Author: Jhonatan Morais 
  Date:   2020-06-03 (Wed, 03 Jun 2020)

  Changed paths:
M content/doc/book/managing/cli.adoc

  Log Message:
  ---
  wiki-migration, new section to cli page


  Commit: aba414a2668499a3094a252f6548e9c4146beace
  
https://github.com/jenkins-infra/jenkins.io/commit/aba414a2668499a3094a252f6548e9c4146beace
  Author: Jhonatan Morais 
  Date:   2020-06-06 (Sat, 06 Jun 2020)

  Changed paths:
M content/doc/book/managing/cli.adoc

  Log Message:
  ---
  Semantic improvement


  Commit: 7f5c914be03d7a93b9d1d34a31d21b1b64e7
  
https://github.com/jenkins-infra/jenkins.io/commit/7f5c914be03d7a93b9d1d34a31d21b1b64e7
  Author: Mark Waite 
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
M content/doc/book/managing/cli.adoc

  Log Message:
  ---
  Fix heading level warning by reducing level


  Commit: b5b49517eab8096c736d04bf31fdea6e353672a5
  
https://github.com/jenkins-infra/jenkins.io/commit/b5b49517eab8096c736d04bf31fdea6e353672a5
  Author: Mark Waite 
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
M content/doc/book/managing/cli.adoc

  Log Message:
  ---
  Spelling fixes and sentence per line


  Commit: c21d6e5a1919481a66cd193bb2a06ec41367bc39
  
https://github.com/jenkins-infra/jenkins.io/commit/c21d6e5a1919481a66cd193bb2a06ec41367bc39
  Author: Mark Waite 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M content/doc/book/managing/cli.adoc

  Log Message:
  ---
  Accept suggestions from zbynek

Co-authored-by: Zbynek Konecny 


  Commit: afbb8c882f202421a1bbfb049ef791682422ae86
  
https://github.com/jenkins-infra/jenkins.io/commit/afbb8c882f202421a1bbfb049ef791682422ae86
  Author: Mark Waite 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M content/doc/book/managing/cli.adoc

  Log Message:
  ---
  Merge pull request #3422 from getJv/jenkinsio_3323

wiki-migration, new section to cli page


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/d258d2efac50...afbb8c882f20

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


[jenkinsci/analysis-pom-plugin] 0993fd: [maven-release-plugin] prepare for next developmen...

2020-11-23 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 0993fd2fb8c0506122ccb7e83455520a683782f7
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/0993fd2fb8c0506122ccb7e83455520a683782f7
  Author: Ulli Hafner 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M pom.xml

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


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


[jenkinsci/analysis-pom-plugin]

2020-11-23 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/tags/v4.7.0
  Home:   https://github.com/jenkinsci/analysis-pom-plugin

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


[jenkinsci/analysis-pom-plugin] 5c9bac: [maven-release-plugin] prepare release v4.7.0

2020-11-23 Thread 'Ullrich Hafner' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-pom-plugin
  Commit: 5c9bacf6a40ca7c2976fb100fc80449aa901afe9
  
https://github.com/jenkinsci/analysis-pom-plugin/commit/5c9bacf6a40ca7c2976fb100fc80449aa901afe9
  Author: Ulli Hafner 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release v4.7.0


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


[jenkinsci/pipeline-aws-plugin] d4fee8: [maven-release-plugin] prepare for next developmen...

2020-11-23 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: d4fee87c3328525c7f544e92251bd644a0b2567c
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/d4fee87c3328525c7f544e92251bd644a0b2567c
  Author: Thorsten Hoeger 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M pom.xml

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


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


[jenkinsci/pipeline-aws-plugin]

2020-11-23 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/tags/pipeline-aws-1.43
  Home:   https://github.com/jenkinsci/pipeline-aws-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/pipeline-aws-plugin/push/refs/tags/pipeline-aws-1.43/00-99ba79%40github.com.


[jenkinsci/pipeline-aws-plugin] bf1a9a: [maven-release-plugin] prepare release pipeline-aw...

2020-11-23 Thread 'Thorsten Hoeger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-aws-plugin
  Commit: bf1a9af561c7e3d22807ada72bd58cb602fd4f5e
  
https://github.com/jenkinsci/pipeline-aws-plugin/commit/bf1a9af561c7e3d22807ada72bd58cb602fd4f5e
  Author: Thorsten Hoeger 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-aws-1.43


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


[jenkinsci/ec2-fleet-plugin] ebb64f: Clean up the Readme

2020-11-23 Thread 'Abdul Muqtadir Mohammed' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-fleet-plugin
  Commit: ebb64f3a5b639ee37f99cc54d0c8793ad4993573
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/ebb64f3a5b639ee37f99cc54d0c8793ad4993573
  Author: Jason Haugen 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Clean up the Readme


  Commit: 1174e32bb14e495bc69162ae928d43637355595a
  
https://github.com/jenkinsci/ec2-fleet-plugin/commit/1174e32bb14e495bc69162ae928d43637355595a
  Author: Abdul Muqtadir Mohammed 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #229 from haugenj/master

Clean up the Readme


Compare: 
https://github.com/jenkinsci/ec2-fleet-plugin/compare/1d0ac8797067...1174e32bb14e

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


[jenkinsci/synopsys-detect-plugin] 5f027c: build: travis build fix AND upgrade travis build t...

2020-11-23 Thread 'Dana Maxfield' via Jenkins Commits
  Branch: refs/heads/refactor-detect-runner
  Home:   https://github.com/jenkinsci/synopsys-detect-plugin
  Commit: 5f027cfe2a3907f89c5eafab09ac3dab3e8ce08e
  
https://github.com/jenkinsci/synopsys-detect-plugin/commit/5f027cfe2a3907f89c5eafab09ac3dab3e8ce08e
  Author: Dana Maxfield 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  build: travis build fix AND upgrade travis build to jdk11


  Commit: e89db6857200b526e8a87be3e8d0cdb47952a810
  
https://github.com/jenkinsci/synopsys-detect-plugin/commit/e89db6857200b526e8a87be3e8d0cdb47952a810
  Author: Dana Maxfield <30127554+dmaxfield-...@users.noreply.github.com>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Merge pull request #33 from jenkinsci/get_travis_running

build: travis build fix AND upgrade travis build to jdk11


  Commit: e2a0c17f9ddfcf267b2f0d3993dbe54e1001aa04
  
https://github.com/jenkinsci/synopsys-detect-plugin/commit/e2a0c17f9ddfcf267b2f0d3993dbe54e1001aa04
  Author: Dana Maxfield 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Merge remote-tracking branch 'origin/master' into refactor-detect-runner


Compare: 
https://github.com/jenkinsci/synopsys-detect-plugin/compare/37ecc1eb9ebe...e2a0c17f9ddf

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


[jenkinsci/platformlabeler-plugin]

2020-11-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.235.x-18
  Home:   https://github.com/jenkinsci/platformlabeler-plugin

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


[jenkinsci/platformlabeler-plugin] dc7bd8: Bump bom-2.235.x from 17 to 18

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

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.235.x from 17 to 18

Bumps [bom-2.235.x](https://github.com/jenkinsci/pom) from 17 to 18.
- [Release notes](https://github.com/jenkinsci/pom/releases)
- [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jenkinsci/pom/commits)

Signed-off-by: dependabot[bot] 


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


[jenkinsci/synopsys-detect-plugin]

2020-11-23 Thread 'Dana Maxfield' via Jenkins Commits
  Branch: refs/heads/get_travis_running
  Home:   https://github.com/jenkinsci/synopsys-detect-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/synopsys-detect-plugin/push/refs/heads/get_travis_running/5f027c-00%40github.com.


[jenkinsci/synopsys-detect-plugin] 5f027c: build: travis build fix AND upgrade travis build t...

2020-11-23 Thread 'Dana Maxfield' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/synopsys-detect-plugin
  Commit: 5f027cfe2a3907f89c5eafab09ac3dab3e8ce08e
  
https://github.com/jenkinsci/synopsys-detect-plugin/commit/5f027cfe2a3907f89c5eafab09ac3dab3e8ce08e
  Author: Dana Maxfield 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  build: travis build fix AND upgrade travis build to jdk11


  Commit: e89db6857200b526e8a87be3e8d0cdb47952a810
  
https://github.com/jenkinsci/synopsys-detect-plugin/commit/e89db6857200b526e8a87be3e8d0cdb47952a810
  Author: Dana Maxfield <30127554+dmaxfield-...@users.noreply.github.com>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Merge pull request #33 from jenkinsci/get_travis_running

build: travis build fix AND upgrade travis build to jdk11


Compare: 
https://github.com/jenkinsci/synopsys-detect-plugin/compare/8039fbf4ae02...e89db6857200

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


[jenkinsci/oracle-cloud-infrastructure-compute-plugin]

2020-11-23 Thread 'Andrey Andreyev' via Jenkins Commits
  Branch: refs/tags/oracle-cloud-infrastructure-compute-1.0.11
  Home:   
https://github.com/jenkinsci/oracle-cloud-infrastructure-compute-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/oracle-cloud-infrastructure-compute-plugin/push/refs/tags/oracle-cloud-infrastructure-compute-1.0.11/00-b9efcc%40github.com.


[jenkinsci/oracle-cloud-infrastructure-compute-plugin] 5942c7: [maven-release-plugin] prepare for next developmen...

2020-11-23 Thread 'Andrey Andreyev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   
https://github.com/jenkinsci/oracle-cloud-infrastructure-compute-plugin
  Commit: 5942c790af4423f86f4483c023a9a072cf1dc5a8
  
https://github.com/jenkinsci/oracle-cloud-infrastructure-compute-plugin/commit/5942c790af4423f86f4483c023a9a072cf1dc5a8
  Author: Andrey Andreyev 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M pom.xml

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


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


[jenkinsci/oracle-cloud-infrastructure-compute-plugin] d594c6: [maven-release-plugin] prepare release oracle-clou...

2020-11-23 Thread 'Andrey Andreyev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   
https://github.com/jenkinsci/oracle-cloud-infrastructure-compute-plugin
  Commit: d594c66a8992f0a0ac4cfe5ec7b2c7c670867a06
  
https://github.com/jenkinsci/oracle-cloud-infrastructure-compute-plugin/commit/d594c66a8992f0a0ac4cfe5ec7b2c7c670867a06
  Author: Andrey Andreyev 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 
oracle-cloud-infrastructure-compute-1.0.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/oracle-cloud-infrastructure-compute-plugin/push/refs/heads/master/4b1a94-d594c6%40github.com.


[jenkinsci/jackson2-api-plugin]

2020-11-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-18
  Home:   https://github.com/jenkinsci/jackson2-api-plugin

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


[jenkinsci/jackson2-api-plugin] 22b2bd: Bump bom-2.222.x from 17 to 18

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

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 17 to 18

Bumps [bom-2.222.x](https://github.com/jenkinsci/pom) from 17 to 18.
- [Release notes](https://github.com/jenkinsci/pom/releases)
- [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jenkinsci/pom/commits)

Signed-off-by: dependabot[bot] 


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


[jenkinsci/synopsys-detect-plugin] 5f027c: build: travis build fix AND upgrade travis build t...

2020-11-23 Thread 'Dana Maxfield' via Jenkins Commits
  Branch: refs/heads/get_travis_running
  Home:   https://github.com/jenkinsci/synopsys-detect-plugin
  Commit: 5f027cfe2a3907f89c5eafab09ac3dab3e8ce08e
  
https://github.com/jenkinsci/synopsys-detect-plugin/commit/5f027cfe2a3907f89c5eafab09ac3dab3e8ce08e
  Author: Dana Maxfield 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  build: travis build fix AND upgrade travis build to jdk11


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


[jenkinsci/synopsys-detect-plugin] 1fb7fd: build: Try to get travis running so tests will run...

2020-11-23 Thread 'Dana Maxfield' via Jenkins Commits
  Branch: refs/heads/get_travis_running
  Home:   https://github.com/jenkinsci/synopsys-detect-plugin
  Commit: 1fb7fd59101198aaf24e6a9bef99eaaddc288f93
  
https://github.com/jenkinsci/synopsys-detect-plugin/commit/1fb7fd59101198aaf24e6a9bef99eaaddc288f93
  Author: Dana Maxfield 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  build: Try to get travis running so tests will run in travis before merging


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


[jenkinsci/git-client-plugin]

2020-11-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.204.x-18
  Home:   https://github.com/jenkinsci/git-client-plugin

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


[jenkinsci/git-client-plugin] db6284: Bump bom-2.204.x from 17 to 18

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

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.204.x from 17 to 18

Bumps [bom-2.204.x](https://github.com/jenkinsci/pom) from 17 to 18.
- [Release notes](https://github.com/jenkinsci/pom/releases)
- [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jenkinsci/pom/commits)

Signed-off-by: dependabot[bot] 


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


[jenkinsci/p4-plugin] 52516d: implement ChangeRequestSCMHead2 interface for P4Ch...

2020-11-23 Thread 'Paul Allen' via Jenkins Commits
  Branch: refs/heads/master

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

  Commit: 52516d78c650054c4c7aa66f723ef257ad940292

  
https://github.com/jenkinsci/p4-plugin/commit/52516d78c650054c4c7aa66f723ef257ad940292

  Author: dvilaver 

  Date:   2020-11-12 (Thu, 12 Nov 2020)



  Changed paths:

M src/main/java/org/jenkinsci/plugins/p4/scm/P4ChangeRequestSCMHead.java



  Log Message:

  ---

  implement ChangeRequestSCMHead2 interface for P4ChangeRequestSCMHead so the 
CHANGE_BRANCH environment variable has a valid P4 depot path for the swarm 
review target





  Commit: 08a70ca9af98cfc6c08f8b6a0211cab6501ba298

  
https://github.com/jenkinsci/p4-plugin/commit/08a70ca9af98cfc6c08f8b6a0211cab6501ba298

  Author: dvilaver 

  Date:   2020-11-13 (Fri, 13 Nov 2020)



  Changed paths:

M src/main/java/org/jenkinsci/plugins/p4/scm/SwarmScmSource.java



  Log Message:

  ---

  added a ObjectMetadataAction to SwarmScmSource with the swarm review URL





  Commit: 07c1247a6ff38cfff5a5a49fedcfa76d4e1b70dd

  
https://github.com/jenkinsci/p4-plugin/commit/07c1247a6ff38cfff5a5a49fedcfa76d4e1b70dd

  Author: dvilaver 

  Date:   2020-11-18 (Wed, 18 Nov 2020)



  Changed paths:

M src/main/java/org/jenkinsci/plugins/p4/scm/SwarmScmSource.java



  Log Message:

  ---

  SwarmScmSource was creating P4SCMHead with swarm branch id instead of the 
branch name, causing build to fail when using BRANCH_NAME env. property due to 
case issues. Branch id from swarm i always lowercase while the branch name is 
as-is from swarm





  Commit: 98c9227a120fd181ededad94d47652db544c0c3d

  
https://github.com/jenkinsci/p4-plugin/commit/98c9227a120fd181ededad94d47652db544c0c3d

  Author: dvilaver 

  Date:   2020-11-18 (Wed, 18 Nov 2020)



  Changed paths:

M src/main/java/org/jenkinsci/plugins/p4/scm/SwarmScmSource.java



  Log Message:

  ---

  SwarmScmSource was creating P4SCMHead with swarm branch id instead of the 
branch name, causing build to fail when using BRANCH_NAME env. property due to 
case issues. Branch id from swarm i always lowercase while the branch name is 
as-is from swarm





  Commit: 7a717754035c6b84a363d2df6071f73527f965bd

  
https://github.com/jenkinsci/p4-plugin/commit/7a717754035c6b84a363d2df6071f73527f965bd

  Author: David Vilaverde 

  Date:   2020-11-18 (Wed, 18 Nov 2020)



  Changed paths:



  Log Message:

  ---

  Merge pull request #1 from dvilaverde/case-sensitive



SwarmScmSource was creating P4SCMHead with swarm branch id instead of…





  Commit: ae00dbb411acc325b07a655891005463c68d417f

  
https://github.com/jenkinsci/p4-plugin/commit/ae00dbb411acc325b07a655891005463c68d417f

  Author: dvilaver 

  Date:   2020-11-19 (Thu, 19 Nov 2020)



  Changed paths:

M src/main/java/org/jenkinsci/plugins/p4/scm/SwarmScmSource.java



  Log Message:

  ---

  avoid wildcard imports (for non-static)





  Commit: eb7228320e7dc29aa94e8623bd885aeb9176866d

  
https://github.com/jenkinsci/p4-plugin/commit/eb7228320e7dc29aa94e8623bd885aeb9176866d

  Author: dvilaver 

  Date:   2020-11-19 (Thu, 19 Nov 2020)



  Changed paths:



  Log Message:

  ---

  Merge branch 'master' of https://github.com/dvilaverde/p4-plugin





  Commit: 3af7390d1b0277f3937fa804e9bd56a4023db399

  
https://github.com/jenkinsci/p4-plugin/commit/3af7390d1b0277f3937fa804e9bd56a4023db399

  Author: Paul Allen 

  Date:   2020-11-23 (Mon, 23 Nov 2020)



  Changed paths:

M src/main/java/org/jenkinsci/plugins/p4/scm/P4ChangeRequestSCMHead.java

M src/main/java/org/jenkinsci/plugins/p4/scm/SwarmScmSource.java



  Log Message:

  ---

  Merge pull request #122 from dvilaverde/master



Have P4ChangeRequestSCMHead implement interface ChangeRequestSCMHead2





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

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


[jenkinsci/snyk-security-scanner-plugin] d95726: docs: update readme for manual and auto installation

2020-11-23 Thread 'Avishag Israeli' via Jenkins Commits
  Branch: refs/heads/docs/update-readme-for-disabled-auto-install
  Home:   https://github.com/jenkinsci/snyk-security-scanner-plugin
  Commit: d95726cd3c8be85ba6addf439b81336398605b60
  
https://github.com/jenkinsci/snyk-security-scanner-plugin/commit/d95726cd3c8be85ba6addf439b81336398605b60
  Author: Avishag Israeli 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M README.md
A docs/snyk_configuration_installation_auto-update_v2.png
A docs/snyk_configuration_installation_manual_v2.png
R docs/snyk_configuration_installation_v2.png

  Log Message:
  ---
  docs: update readme for manual and auto installation


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/snyk-security-scanner-plugin/push/refs/heads/docs/update-readme-for-disabled-auto-install/00-d95726%40github.com.


[jenkinsci/sumologic-publisher-plugin] 74d80b: updating connection manager

2020-11-23 Thread 'Sourabh Jain' via Jenkins Commits
  Branch: refs/heads/v2.2.0
  Home:   https://github.com/jenkinsci/sumologic-publisher-plugin
  Commit: 74d80b979cbc37baa300c85950d46a8e2c62e4e7
  
https://github.com/jenkinsci/sumologic-publisher-plugin/commit/74d80b979cbc37baa300c85950d46a8e2c62e4e7
  Author: sourabh 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M 
src/main/java/com/sumologic/jenkins/jenkinssumologicplugin/sender/LogSender.java

  Log Message:
  ---
  updating connection manager


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


[jenkinsci/oracle-cloud-infrastructure-compute-plugin] fcae4e: Add multiple states for waitForInstanceTermination...

2020-11-23 Thread 'Andrey Andreyev' via Jenkins Commits
  Branch: refs/heads/master
  Home:   
https://github.com/jenkinsci/oracle-cloud-infrastructure-compute-plugin
  Commit: fcae4eb29e371d64dcab5460e9c7d883bf32d3ea
  
https://github.com/jenkinsci/oracle-cloud-infrastructure-compute-plugin/commit/fcae4eb29e371d64dcab5460e9c7d883bf32d3ea
  Author: Andrey Andreyev 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M 
src/main/java/com/oracle/cloud/baremetal/jenkins/client/SDKBaremetalCloudClient.java

  Log Message:
  ---
  Add multiple states for waitForInstanceTerminationToComplete()


  Commit: 78cf363609ea8f4f1d04cf29ff73a4144d052164
  
https://github.com/jenkinsci/oracle-cloud-infrastructure-compute-plugin/commit/78cf363609ea8f4f1d04cf29ff73a4144d052164
  Author: andrey_adnreyev 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M 
src/main/java/com/oracle/cloud/baremetal/jenkins/BaremetalCloudAgentTemplate.java
A 
src/main/java/com/oracle/cloud/baremetal/jenkins/BaremetalCloudTagsTemplate.java
M 
src/main/java/com/oracle/cloud/baremetal/jenkins/BaremetalCloudTemplateMonitor.java
M 
src/main/java/com/oracle/cloud/baremetal/jenkins/client/BaremetalCloudClient.java
M 
src/main/java/com/oracle/cloud/baremetal/jenkins/client/SDKBaremetalCloudClient.java
M 
src/main/resources/com/oracle/cloud/baremetal/jenkins/BaremetalCloudAgentTemplate/config.jelly
M 
src/main/resources/com/oracle/cloud/baremetal/jenkins/BaremetalCloudAgentTemplate/config.properties
A 
src/main/resources/com/oracle/cloud/baremetal/jenkins/BaremetalCloudAgentTemplate/help-tags.html
A 
src/main/resources/com/oracle/cloud/baremetal/jenkins/BaremetalCloudTagsTemplate/config.jelly
A 
src/main/resources/com/oracle/cloud/baremetal/jenkins/BaremetalCloudTagsTemplate/config.properties
M 
src/test/java/com/oracle/cloud/baremetal/jenkins/TestBaremetalCloudAgentTemplate.java

  Log Message:
  ---
  Add tags for instances


  Commit: 56bee78c22e7742e00e182dbb5859089920e42df
  
https://github.com/jenkinsci/oracle-cloud-infrastructure-compute-plugin/commit/56bee78c22e7742e00e182dbb5859089920e42df
  Author: Andrey Andreyev 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update SDK and Jenkins versions


  Commit: 78a405693ff44ff5f5a4d52150d166e4bad702c5
  
https://github.com/jenkinsci/oracle-cloud-infrastructure-compute-plugin/commit/78a405693ff44ff5f5a4d52150d166e4bad702c5
  Author: Andrey Andreyev 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Update docs


  Commit: 6a1bd9b51f46c488bd8ba79ef54e4d37088d0848
  
https://github.com/jenkinsci/oracle-cloud-infrastructure-compute-plugin/commit/6a1bd9b51f46c488bd8ba79ef54e4d37088d0848
  Author: Andrey Andreyev 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M src/main/java/com/oracle/cloud/baremetal/jenkins/BaremetalCloud.java

  Log Message:
  ---
  Update stop-start filter


  Commit: be57af8ffccc707373a1651f638ce788edaa92ea
  
https://github.com/jenkinsci/oracle-cloud-infrastructure-compute-plugin/commit/be57af8ffccc707373a1651f638ce788edaa92ea
  Author: Andrey Andreyev 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M src/main/java/com/oracle/cloud/baremetal/jenkins/BaremetalCloud.java
M 
src/main/java/com/oracle/cloud/baremetal/jenkins/BaremetalCloudAgentTemplate.java
M 
src/main/java/com/oracle/cloud/baremetal/jenkins/BaremetalCloudTemplateMonitor.java
M 
src/main/resources/com/oracle/cloud/baremetal/jenkins/BaremetalCloudAgentTemplate/config.jelly
M 
src/main/resources/com/oracle/cloud/baremetal/jenkins/BaremetalCloudAgentTemplate/config.properties
A 
src/main/resources/com/oracle/cloud/baremetal/jenkins/BaremetalCloudAgentTemplate/help-instanceNamePrefix.html
M src/main/resources/com/oracle/cloud/baremetal/jenkins/Messages.properties
M 
src/test/java/com/oracle/cloud/baremetal/jenkins/TestBaremetalCloudAgentTemplate.java

  Log Message:
  ---
  Add instance name prefix field


  Commit: e1e534adf5a39893a971ad1fe8a77227df485a01
  
https://github.com/jenkinsci/oracle-cloud-infrastructure-compute-plugin/commit/e1e534adf5a39893a971ad1fe8a77227df485a01
  Author: Andrey Andreyev 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M src/main/java/com/oracle/cloud/baremetal/jenkins/BaremetalCloud.java

  Log Message:
  ---
  Add verification of empty prefix


  Commit: 87b99208dc9bf6f535a621f758cb59da4689d339
  
https://github.com/jenkinsci/oracle-cloud-infrastructure-compute-plugin/commit/87b99208dc9bf6f535a621f758cb59da4689d339
  Author: Andrey Andreyev 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M 
src/main/java/com/oracle/cloud/baremetal/jenkins/BaremetalCloudAgentTemplate.java
M 
src/main/java/com/oracle/cloud/baremetal/jenkins/client/BaremetalCloudClient.java
M 

[jenkinsci/jenkins] 204ecb: Prevent weird character in noJob home page

2020-11-23 Thread 'Wadeck Follonier' via Jenkins Commits
  Branch: refs/heads/Wadeck-patch-1
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 204ecbc158e545b8e757a771200c511d6868131a
  
https://github.com/jenkinsci/jenkins/commit/204ecbc158e545b8e757a771200c511d6868131a
  Author: Wadeck Follonier 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M core/src/main/resources/hudson/model/AllView/noJob.groovy

  Log Message:
  ---
  Prevent weird character in noJob home page


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


[jenkinsci/jira-plugin]

2020-11-23 Thread 'Radek Antoniuk' via Jenkins Commits
  Branch: refs/heads/JENKINS-64012-fix-test
  Home:   https://github.com/jenkinsci/jira-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/jira-plugin/push/refs/heads/JENKINS-64012-fix-test/180b08-00%40github.com.


[jenkinsci/jira-plugin] f34960: JENKINS-64012 remove unused TemporaryFolder

2020-11-23 Thread 'Radek Antoniuk' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: f34960f27b5c25737832a84c98d2c3c418d19e2a
  
https://github.com/jenkinsci/jira-plugin/commit/f34960f27b5c25737832a84c98d2c3c418d19e2a
  Author: Radek Antoniuk 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M src/test/java/hudson/plugins/jira/CliParameterTest.java

  Log Message:
  ---
  JENKINS-64012 remove unused TemporaryFolder


  Commit: 599cd08e4599e753ba0d38d1287416816dfb9065
  
https://github.com/jenkinsci/jira-plugin/commit/599cd08e4599e753ba0d38d1287416816dfb9065
  Author: Radek Antoniuk 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M src/test/java/hudson/plugins/jira/CliParameterTest.java

  Log Message:
  ---
  Reformat code


  Commit: 180b0854d1b49afcf015e0a345d28cc3085ece5a
  
https://github.com/jenkinsci/jira-plugin/commit/180b0854d1b49afcf015e0a345d28cc3085ece5a
  Author: Radek Antoniuk 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M src/test/java/hudson/plugins/jira/CliParameterTest.java

  Log Message:
  ---
  Let's try again


  Commit: 109e955c56fc4e9504245678062c0b802b30a24c
  
https://github.com/jenkinsci/jira-plugin/commit/109e955c56fc4e9504245678062c0b802b30a24c
  Author: Radek Antoniuk 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M src/test/java/hudson/plugins/jira/CliParameterTest.java

  Log Message:
  ---
  Merge pull request #305 from jenkinsci/JENKINS-64012-fix-test

JENKINS-64012: fix unstable test


Compare: 
https://github.com/jenkinsci/jira-plugin/compare/a602aa4a485c...109e955c56fc

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


[jenkinsci/robot-plugin] 79e076: Catch runtime exception specifically

2020-11-23 Thread 'Aleksi Simell' via Jenkins Commits
  Branch: refs/heads/variables-in-filenames
  Home:   https://github.com/jenkinsci/robot-plugin
  Commit: 79e076716a8d80d70f6afbdd47cc5b1530e2a114
  
https://github.com/jenkinsci/robot-plugin/commit/79e076716a8d80d70f6afbdd47cc5b1530e2a114
  Author: Aleksi Simell 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M src/main/java/hudson/plugins/robot/RobotPublisher.java

  Log Message:
  ---
  Catch runtime exception specifically


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


[jenkinsci/sumologic-publisher-plugin] e5684e: adding condition to listener to remove extra proce...

2020-11-23 Thread 'Sourabh Jain' via Jenkins Commits
  Branch: refs/heads/v2.2.0
  Home:   https://github.com/jenkinsci/sumologic-publisher-plugin
  Commit: e5684ea47ef056965ea67e94a3a8afa37ed3fcc6
  
https://github.com/jenkinsci/sumologic-publisher-plugin/commit/e5684ea47ef056965ea67e94a3a8afa37ed3fcc6
  Author: sourabh 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M 
src/main/java/com/sumologic/jenkins/jenkinssumologicplugin/listeners/SumoItemListener.java
M 
src/main/java/com/sumologic/jenkins/jenkinssumologicplugin/listeners/SumoJenkinsComputerListener.java
M 
src/main/java/com/sumologic/jenkins/jenkinssumologicplugin/listeners/SumoJenkinsUserLoginListener.java
M 
src/main/java/com/sumologic/jenkins/jenkinssumologicplugin/listeners/SumoJobConfigListener.java
M 
src/main/java/com/sumologic/jenkins/jenkinssumologicplugin/listeners/SumoSCMListener.java

  Log Message:
  ---
  adding condition to listener to remove extra processing.


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


[jenkinsci/jira-plugin] 180b08: Let's try again

2020-11-23 Thread 'Radek Antoniuk' via Jenkins Commits
  Branch: refs/heads/JENKINS-64012-fix-test
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: 180b0854d1b49afcf015e0a345d28cc3085ece5a
  
https://github.com/jenkinsci/jira-plugin/commit/180b0854d1b49afcf015e0a345d28cc3085ece5a
  Author: Radek Antoniuk 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M src/test/java/hudson/plugins/jira/CliParameterTest.java

  Log Message:
  ---
  Let's try again


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


[jenkinsci/robot-plugin] 46c5a4: Fix environment variables not showing for freestyl...

2020-11-23 Thread 'Aleksi Simell' via Jenkins Commits
  Branch: refs/heads/variables-in-filenames
  Home:   https://github.com/jenkinsci/robot-plugin
  Commit: 46c5a4789b15ba613e69ba1a5a8f2210a6e66703
  
https://github.com/jenkinsci/robot-plugin/commit/46c5a4789b15ba613e69ba1a5a8f2210a6e66703
  Author: Aleksi Simell 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M src/main/java/hudson/plugins/robot/RobotPublisher.java

  Log Message:
  ---
  Fix environment variables not showing for freestyle jobs


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


[jenkinsci/jira-plugin] 400ed0: Let's try again

2020-11-23 Thread 'Radek Antoniuk' via Jenkins Commits
  Branch: refs/heads/JENKINS-64012-fix-test
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: 400ed09a31b4f859997ac69ce9847520abae8b3c
  
https://github.com/jenkinsci/jira-plugin/commit/400ed09a31b4f859997ac69ce9847520abae8b3c
  Author: Radek Antoniuk 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M src/test/java/hudson/plugins/jira/CliParameterTest.java

  Log Message:
  ---
  Let's try again


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


[jenkinsci/checkmarx-plugin]

2020-11-23 Thread 'ghannamz' via Jenkins Commits
  Branch: refs/tags/Release_2020.4.8
  Home:   https://github.com/jenkinsci/checkmarx-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/checkmarx-plugin/push/refs/tags/Release_2020.4.8/00-82b71f%40github.com.


[jenkinsci/opsgenie-plugin] 16e98b: Use singleton JenkinsLocationConfiguration to get ...

2020-11-23 Thread 'atodmal' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/opsgenie-plugin
  Commit: 16e98b49474b9453e3a56ed43331284d26873a85
  
https://github.com/jenkinsci/opsgenie-plugin/commit/16e98b49474b9453e3a56ed43331284d26873a85
  Author: Francois Campbell 
  Date:   2019-09-25 (Wed, 25 Sep 2019)

  Changed paths:
M 
src/main/java/com/opsgenie/integration/jenkins/OpsGenieNotificationService.java

  Log Message:
  ---
  Use singleton JenkinsLocationConfiguration to get root URL

Newer versions of Jenkins don't call `JenkinsLocationConfiguration#load()` in 
the constructor anymore, but we can use the singleton that's already loaded 
from disk.

More context here: 
https://issues.jenkins-ci.org/browse/JENKINS-52983?focusedCommentId=347707=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-347707

This change was tested in the script console:

```
println new JenkinsLocationConfiguration().getUrl()
```
null

```
println JenkinsLocationConfiguration.get().getUrl()
```



  Commit: e4d1dcefbfc15afcd3e2df6a0ecc724b5cfe5091
  
https://github.com/jenkinsci/opsgenie-plugin/commit/e4d1dcefbfc15afcd3e2df6a0ecc724b5cfe5091
  Author: atodmal <74904529+atod...@users.noreply.github.com>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M 
src/main/java/com/opsgenie/integration/jenkins/OpsGenieNotificationService.java

  Log Message:
  ---
  Merge pull request #6 from francoiscampbell/fix-root-url

Use singleton JenkinsLocationConfiguration to get root URL


Compare: 
https://github.com/jenkinsci/opsgenie-plugin/compare/050c9c3952d2...e4d1dcefbfc1

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


[jenkinsci/jira-plugin] 9e98da: Let's try again

2020-11-23 Thread 'Radek Antoniuk' via Jenkins Commits
  Branch: refs/heads/JENKINS-64012-fix-test
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: 9e98da182db655ae876118386ad1006ace770cc9
  
https://github.com/jenkinsci/jira-plugin/commit/9e98da182db655ae876118386ad1006ace770cc9
  Author: Radek Antoniuk 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M src/test/java/hudson/plugins/jira/CliParameterTest.java

  Log Message:
  ---
  Let's try again


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


[jenkinsci/dashboard-view-plugin]

2020-11-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-junit-1.44
  Home:   https://github.com/jenkinsci/dashboard-view-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/dashboard-view-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-junit-1.44/32f4c2-00%40github.com.


[jenkinsci/jenkins] 26b57a: Moved stylelint dependency to devDependencies (#5069)

2020-11-23 Thread 'StefanSpieker' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 26b57aad7da6ae543acd266b7537497eba5ddd2a
  
https://github.com/jenkinsci/jenkins/commit/26b57aad7da6ae543acd266b7537497eba5ddd2a
  Author: StefanSpieker 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M war/package.json

  Log Message:
  ---
  Moved stylelint dependency to devDependencies (#5069)


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


[jenkinsci/jira-plugin] f34960: JENKINS-64012 remove unused TemporaryFolder

2020-11-23 Thread 'Radek Antoniuk' via Jenkins Commits
  Branch: refs/heads/JENKINS-64012-fix-test
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: f34960f27b5c25737832a84c98d2c3c418d19e2a
  
https://github.com/jenkinsci/jira-plugin/commit/f34960f27b5c25737832a84c98d2c3c418d19e2a
  Author: Radek Antoniuk 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M src/test/java/hudson/plugins/jira/CliParameterTest.java

  Log Message:
  ---
  JENKINS-64012 remove unused TemporaryFolder


  Commit: 599cd08e4599e753ba0d38d1287416816dfb9065
  
https://github.com/jenkinsci/jira-plugin/commit/599cd08e4599e753ba0d38d1287416816dfb9065
  Author: Radek Antoniuk 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M src/test/java/hudson/plugins/jira/CliParameterTest.java

  Log Message:
  ---
  Reformat code


Compare: 
https://github.com/jenkinsci/jira-plugin/compare/f34960f27b5c%5E...599cd08e4599

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


[jenkinsci/sumologic-publisher-plugin] e5afd4: updating the ignore condition

2020-11-23 Thread 'Sourabh Jain' via Jenkins Commits
  Branch: refs/heads/v2.2.0
  Home:   https://github.com/jenkinsci/sumologic-publisher-plugin
  Commit: e5afd4ebae0d92ed02dc41cdf62c136353063e48
  
https://github.com/jenkinsci/sumologic-publisher-plugin/commit/e5afd4ebae0d92ed02dc41cdf62c136353063e48
  Author: sourabh 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M 
src/main/java/com/sumologic/jenkins/jenkinssumologicplugin/constants/SumoConstants.java

  Log Message:
  ---
  updating the ignore condition


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


[jenkinsci/ldap-plugin] 855e1a: [maven-release-plugin] prepare for next developmen...

2020-11-23 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ldap-plugin
  Commit: 855e1a2f740e3353946a85d81524c2bd8a2cefe6
  
https://github.com/jenkinsci/ldap-plugin/commit/855e1a2f740e3353946a85d81524c2bd8a2cefe6
  Author: rsandell 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M pom.xml

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


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


[jenkinsci/ldap-plugin]

2020-11-23 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/tags/ldap-2.1
  Home:   https://github.com/jenkinsci/ldap-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/ldap-plugin/push/refs/tags/ldap-2.1/00-ad5292%40github.com.


[jenkinsci/ldap-plugin] aace74: [maven-release-plugin] prepare release ldap-2.1

2020-11-23 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ldap-plugin
  Commit: aace74993df57a5496bae65079224741476a6967
  
https://github.com/jenkinsci/ldap-plugin/commit/aace74993df57a5496bae65079224741476a6967
  Author: rsandell 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release ldap-2.1


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


[jenkinsci/sealights-plugin]

2020-11-23 Thread 'sldevopsd' via Jenkins Commits
  Branch: refs/tags/latest-sane
  Home:   https://github.com/jenkinsci/sealights-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/sealights-plugin/push/refs/tags/latest-sane/54e180-86d05a%40github.com.


[jenkinsci/jira-plugin] 1c86dd: Bump bom-2.222.x from 17 to 18

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

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.222.x from 17 to 18

Bumps [bom-2.222.x](https://github.com/jenkinsci/pom) from 17 to 18.
- [Release notes](https://github.com/jenkinsci/pom/releases)
- [Changelog](https://github.com/jenkinsci/pom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jenkinsci/pom/commits)

Signed-off-by: dependabot[bot] 


  Commit: a602aa4a485c63f5deb88835d1e026f21a5a7478
  
https://github.com/jenkinsci/jira-plugin/commit/a602aa4a485c63f5deb88835d1e026f21a5a7478
  Author: Radek Antoniuk 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M pom.xml

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

Bump bom-2.222.x from 17 to 18


Compare: 
https://github.com/jenkinsci/jira-plugin/compare/f46fb92920ae...a602aa4a485c

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


[jenkinsci/jira-plugin]

2020-11-23 Thread 'Radek Antoniuk' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-18
  Home:   https://github.com/jenkinsci/jira-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/jira-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.222.x-18/1c86dd-00%40github.com.


[jenkinsci/ldap-plugin] fc73f7: Fix failing tests on macOS

2020-11-23 Thread 'Robert Sandell' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ldap-plugin
  Commit: fc73f725d0839df49a4dfb8ffaa1ff1725d0582d
  
https://github.com/jenkinsci/ldap-plugin/commit/fc73f725d0839df49a4dfb8ffaa1ff1725d0582d
  Author: Matt Sicker 
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:
M src/test/java/hudson/security/docker/MultiServerTest.java
M src/test/java/hudson/security/docker/PlanetExpressTest.java

  Log Message:
  ---
  Fix failing tests on macOS


  Commit: bad8e8ba4bd755c9758cdb967b5f48641297c365
  
https://github.com/jenkinsci/ldap-plugin/commit/bad8e8ba4bd755c9758cdb967b5f48641297c365
  Author: Matt Sicker 
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:
M README.md
M pom.xml
A src/main/java/hudson/security/GeneralizedTime.java
M src/main/java/hudson/security/LDAPSecurityRealm.java
A src/main/java/hudson/security/UserAttributesHelper.java
M src/main/java/jenkins/security/plugins/ldap/LDAPConfiguration.java
M src/test/java/hudson/security/LDAPEmbeddedTest.java
A src/test/resources/hudson/security/planetexpressWithPPolicy.ldif

  Log Message:
  ---
  [JENKINS-55813] Add support for LDAP password policy attributes (account 
locking)


  Commit: 90615456c91468403f2418a5ab50c27929f658fe
  
https://github.com/jenkinsci/ldap-plugin/commit/90615456c91468403f2418a5ab50c27929f658fe
  Author: Matt Sicker 
  Date:   2020-11-18 (Wed, 18 Nov 2020)

  Changed paths:
M pom.xml
M src/main/java/hudson/security/LDAPSecurityRealm.java
M 
src/main/java/jenkins/security/plugins/ldap/FromGroupSearchLDAPGroupMembershipStrategy.java
M src/main/java/jenkins/security/plugins/ldap/LDAPConfiguration.java
M src/test/java/hudson/security/LDAPSecurityRealmTest.java

  Log Message:
  ---
  Merge branch 'master' into JENKINS-55813-spring-security


  Commit: 0b7ef684ff39b0818a97e65d7c3d55d93b709caa
  
https://github.com/jenkinsci/ldap-plugin/commit/0b7ef684ff39b0818a97e65d7c3d55d93b709caa
  Author: Robert Sandell 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M README.md
M pom.xml
A src/main/java/hudson/security/GeneralizedTime.java
M src/main/java/hudson/security/LDAPSecurityRealm.java
A src/main/java/hudson/security/UserAttributesHelper.java
M src/main/java/jenkins/security/plugins/ldap/LDAPConfiguration.java
M src/test/java/hudson/security/LDAPEmbeddedTest.java
M src/test/java/hudson/security/docker/MultiServerTest.java
M src/test/java/hudson/security/docker/PlanetExpressTest.java
A src/test/resources/hudson/security/planetexpressWithPPolicy.ldif

  Log Message:
  ---
  Merge pull request #59 from jvz/JENKINS-55813-spring-security

[JENKINS-55813] Add support for LDAP password policy attributes (account 
locking)


Compare: 
https://github.com/jenkinsci/ldap-plugin/compare/02aa9b12a8b8...0b7ef684ff39

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


[jenkinsci/sealights-plugin] 6bb47b: added dependency on lombok (previously was taken t...

2020-11-23 Thread 'nadavye' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/sealights-plugin
  Commit: 6bb47bfbd86fb8a79054fd059c55de91bb7776e4
  
https://github.com/jenkinsci/sealights-plugin/commit/6bb47bfbd86fb8a79054fd059c55de91bb7776e4
  Author: Bartosz Kaczkowski 
  Date:   2020-11-18 (Wed, 18 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  added dependency on lombok (previously was taken transitively from infra)


  Commit: 5dd15068dc5a248bd28cd4531e429dca63be932e
  
https://github.com/jenkinsci/sealights-plugin/commit/5dd15068dc5a248bd28cd4531e429dca63be932e
  Author: nadavye 
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #66 from bartoszkaczkowski/lombok-dependency

[SLDEV-8003] added lombok dependency (previously taken transitively from infra)


Compare: 
https://github.com/jenkinsci/sealights-plugin/compare/45e0f0a2998c...5dd15068dc5a

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


[jenkinsci/junit-plugin]

2020-11-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-display-url-api-2.3.4
  Home:   https://github.com/jenkinsci/junit-plugin

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


[jenkinsci/junit-plugin] d835eb: Bump display-url-api from 2.3.3 to 2.3.4

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

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump display-url-api from 2.3.3 to 2.3.4

Bumps [display-url-api](https://github.com/jenkinsci/display-url-api-plugin) 
from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/jenkinsci/display-url-api-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/display-url-api-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/display-url-api-plugin/compare/display-url-api-2.3.3...display-url-api-2.3.4)

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


[jenkinsci/junit-plugin] 0f6367: Bump display-url-api from 2.3.3 to 2.3.4

2020-11-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-display-url-api-2.3.4
  Home:   https://github.com/jenkinsci/junit-plugin
  Commit: 0f636778cd4aa4ec2a8c407d9925edb00ed79a80
  
https://github.com/jenkinsci/junit-plugin/commit/0f636778cd4aa4ec2a8c407d9925edb00ed79a80
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-11-23 (Mon, 23 Nov 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump display-url-api from 2.3.3 to 2.3.4

Bumps [display-url-api](https://github.com/jenkinsci/display-url-api-plugin) 
from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/jenkinsci/display-url-api-plugin/releases)
- 
[Changelog](https://github.com/jenkinsci/display-url-api-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/jenkinsci/display-url-api-plugin/compare/display-url-api-2.3.3...display-url-api-2.3.4)

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/junit-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-display-url-api-2.3.4/85d684-0f6367%40github.com.