[jenkinsci/additional-metrics-plugin] 85145b: Raise parent level.

2020-08-09 Thread Chadi El Masri
  Branch: refs/heads/java-8
  Home:   https://github.com/jenkinsci/additional-metrics-plugin
  Commit: 85145b213416edc0b87ebf6ed209f5d873f3a0f3
  
https://github.com/jenkinsci/additional-metrics-plugin/commit/85145b213416edc0b87ebf6ed209f5d873f3a0f3
  Author: Chadi El Masri 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Raise parent level.


  Commit: 8bd52fd06089c32cd7ac17b3f23990d4358db7a1
  
https://github.com/jenkinsci/additional-metrics-plugin/commit/8bd52fd06089c32cd7ac17b3f23990d4358db7a1
  Author: Chadi El Masri 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/AvgCheckoutDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/AvgDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/AvgSuccessDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/FailureTimeRateColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MaxCheckoutDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MaxDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MaxSuccessDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MinCheckoutDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MinDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MinSuccessDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/SuccessTimeRateColumnTest.java

  Log Message:
  ---
  Adapt deprecated usage of assertThat.


  Commit: ba446dd05321441a5a3f5574d441356d812c9629
  
https://github.com/jenkinsci/additional-metrics-plugin/commit/ba446dd05321441a5a3f5574d441356d812c9629
  Author: Chadi El Masri 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/additionalmetrics/CheckoutDuration.java

  Log Message:
  ---
  Use FlowGraphWalker.


  Commit: b3448e17959e655fcceb7484dea47350ba825368
  
https://github.com/jenkinsci/additional-metrics-plugin/commit/b3448e17959e655fcceb7484dea47350ba825368
  Author: Chadi El Masri 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Older parent.


  Commit: e33d7bd4b78708c1e064a2f0a109fed8359415b4
  
https://github.com/jenkinsci/additional-metrics-plugin/commit/e33d7bd4b78708c1e064a2f0a109fed8359415b4
  Author: Chadi El Masri 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Older parent.


  Commit: 407d479bdb4c301feff8d152f7a15c0f53d8bd77
  
https://github.com/jenkinsci/additional-metrics-plugin/commit/407d479bdb4c301feff8d152f7a15c0f53d8bd77
  Author: Chadi El Masri 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/AvgDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/AvgSuccessDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/FailureRateColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MaxCheckoutDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MinSuccessDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/SuccessRateColumnTest.java

  Log Message:
  ---
  Stop slow run.


  Commit: 4726d080540d2e67a448448504a2da6bc7f4b829
  
https://github.com/jenkinsci/additional-metrics-plugin/commit/4726d080540d2e67a448448504a2da6bc7f4b829
  Author: Chadi El Masri 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/AvgCheckoutDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/AvgDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/AvgSuccessDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/FailureRateColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/FailureTimeRateColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MaxCheckoutDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MaxDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MaxSuccessDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MinCheckoutDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MinDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MinSuccessDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/SuccessRateColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additio

[jenkinsci/additional-metrics-plugin] 028100: Use FlowGraphWalker for node traversal to get the ...

2020-08-09 Thread Chadi El Masri
  Branch: refs/heads/java-8
  Home:   https://github.com/jenkinsci/additional-metrics-plugin
  Commit: 028100d85ee60d22add81dee0c53a4d18ccc4f2a
  
https://github.com/jenkinsci/additional-metrics-plugin/commit/028100d85ee60d22add81dee0c53a4d18ccc4f2a
  Author: Chadi El Masri 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/additionalmetrics/CheckoutDuration.java

  Log Message:
  ---
  Use FlowGraphWalker for node traversal to get the checkout duration.


  Commit: f44b02541a3bf6e8b81c15d2f09d0273a731d00a
  
https://github.com/jenkinsci/additional-metrics-plugin/commit/f44b02541a3bf6e8b81c15d2f09d0273a731d00a
  Author: Chadi El Masri 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/additionalmetrics/Helpers.java
M src/main/java/org/jenkinsci/plugins/additionalmetrics/Utils.java

  Log Message:
  ---
  Raise minimal required Java version to 8.


  Commit: de4cdaa5015349727a4b01bafc8d35f75a58dcbe
  
https://github.com/jenkinsci/additional-metrics-plugin/commit/de4cdaa5015349727a4b01bafc8d35f75a58dcbe
  Author: Chadi El Masri 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/AvgCheckoutDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/AvgDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/AvgSuccessDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/FailureRateColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/FailureTimeRateColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MaxCheckoutDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MaxDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MaxSuccessDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MinCheckoutDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MinDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MinSuccessDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/SuccessRateColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/SuccessTimeRateColumnTest.java
A src/test/java/org/jenkinsci/plugins/additionalmetrics/Utilities.java

  Log Message:
  ---
  Raise plugin parent level to 3.57.


  Commit: c7d84d44d419e09224d25d4c9464f609305b154a
  
https://github.com/jenkinsci/additional-metrics-plugin/commit/c7d84d44d419e09224d25d4c9464f609305b154a
  Author: Chadi El Masri 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/AvgCheckoutDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/AvgDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/AvgSuccessDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/FailureTimeRateColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MaxCheckoutDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MaxDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MaxSuccessDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MinCheckoutDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MinDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/MinSuccessDurationColumnTest.java
M 
src/test/java/org/jenkinsci/plugins/additionalmetrics/SuccessTimeRateColumnTest.java

  Log Message:
  ---
  Adapt deprecated usage of assertThat.


  Commit: 95eddfd3a665ca3b1e10f36ffa5bb2991cfca738
  
https://github.com/jenkinsci/additional-metrics-plugin/commit/95eddfd3a665ca3b1e10f36ffa5bb2991cfca738
  Author: Chadi El Masri 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M Jenkinsfile
M README.md
M RELEASE.md
M pom.xml

  Log Message:
  ---
  Raise minimal Jenkins requirement, and use BOMs to simplify testing.


Compare: 
https://github.com/jenkinsci/additional-metrics-plugin/compare/18b1ae162239...95eddfd3a665

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


[jenkinsci/mqtt-notification-plugin] 766d92: Bump org.eclipse.paho.client.mqttv3 from 1.2.0 to ...

2020-08-09 Thread Gareth Western
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mqtt-notification-plugin
  Commit: 766d9204cb3e33a6b06c8cdbd19100b118febbfb
  
https://github.com/jenkinsci/mqtt-notification-plugin/commit/766d9204cb3e33a6b06c8cdbd19100b118febbfb
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-08-04 (Tue, 04 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump org.eclipse.paho.client.mqttv3 from 1.2.0 to 1.2.1

Bumps org.eclipse.paho.client.mqttv3 from 1.2.0 to 1.2.1.

Signed-off-by: dependabot[bot] 


  Commit: 94f1b57ce757e4d7fb0908c1cfaf73125a447ef9
  
https://github.com/jenkinsci/mqtt-notification-plugin/commit/94f1b57ce757e4d7fb0908c1cfaf73125a447ef9
  Author: Gareth Western 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #10 from 
jenkinsci/dependabot/maven/org.eclipse.paho-org.eclipse.paho.client.mqttv3-1.2.1

Bump org.eclipse.paho.client.mqttv3 from 1.2.0 to 1.2.1


Compare: 
https://github.com/jenkinsci/mqtt-notification-plugin/compare/f6910039dd7c...94f1b57ce757

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


[jenkinsci/mqtt-notification-plugin]

2020-08-09 Thread dependabot[bot]
  Branch: 
refs/heads/dependabot/maven/org.eclipse.paho-org.eclipse.paho.client.mqttv3-1.2.1
  Home:   https://github.com/jenkinsci/mqtt-notification-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/mqtt-notification-plugin/push/refs/heads/dependabot/maven/org.eclipse.paho-org.eclipse.paho.client.mqttv3-1.2.1/766d92-00%40github.com.


[jenkinsci/office-365-connector-plugin] 49389f: Adding Macro DSL configuration to README (#226)

2020-08-09 Thread Jean-Marc Saad
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/office-365-connector-plugin
  Commit: 49389f1d71493afd8de4989f5fe0b4b64aeb6232
  
https://github.com/jenkinsci/office-365-connector-plugin/commit/49389f1d71493afd8de4989f5fe0b4b64aeb6232
  Author: Jean-Marc Saad 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Adding Macro DSL configuration to README (#226)


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


[jenkinsci/cucumber-reports-plugin] 1b6916: Each Jenkins build adds a new row 'Report title' i...

2020-08-09 Thread Damian Szczepanik
  Branch: refs/heads/title
  Home:   https://github.com/jenkinsci/cucumber-reports-plugin
  Commit: 1b6916bfe8791a44582fb411359bdeb901a1237d
  
https://github.com/jenkinsci/cucumber-reports-plugin/commit/1b6916bfe8791a44582fb411359bdeb901a1237d
  Author: Damian Szczepanik 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M src/main/java/net/masterthought/jenkins/CucumberReportPublisher.java

  Log Message:
  ---
  Each Jenkins build adds a new row 'Report title' inside HTML Classifications 
table

Issue #359 #365 #367


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


[jenkinsci/thin-backup-plugin] a8e308: [maven-release-plugin] prepare release thinBackup-...

2020-08-09 Thread Thomas Fuerer
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/thin-backup-plugin
  Commit: a8e3084f7a3203001e73acdbf72b1f1645bdaba2
  
https://github.com/jenkinsci/thin-backup-plugin/commit/a8e3084f7a3203001e73acdbf72b1f1645bdaba2
  Author: tofuatjava 
  Date:   2020-03-01 (Sun, 01 Mar 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release thinBackup-1.10


  Commit: 02d7cacc92ac1514e82888b314985202ba625b3d
  
https://github.com/jenkinsci/thin-backup-plugin/commit/02d7cacc92ac1514e82888b314985202ba625b3d
  Author: tofuatjava 
  Date:   2020-03-01 (Sun, 01 Mar 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of thinBackup-1.10


  Commit: b6bacf1ec0c9307f642cb8dd2f19da9de3d30556
  
https://github.com/jenkinsci/thin-backup-plugin/commit/b6bacf1ec0c9307f642cb8dd2f19da9de3d30556
  Author: tofuatjava 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'master' of github.com:jenkinsci/thin-backup-plugin


  Commit: d8d05ef7c4bbb6ec36b287d41f28471796ec3f24
  
https://github.com/jenkinsci/thin-backup-plugin/commit/d8d05ef7c4bbb6ec36b287d41f28471796ec3f24
  Author: tofuatjava 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml
M src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupMgmtLink.java
M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPeriodicWork.java
M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/ThinBackupPluginImpl.java
M src/main/java/org/jvnet/hudson/plugins/thinbackup/backup/BackupSet.java
M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/backup/DirectoriesZipper.java
M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/backup/DirectoryCleaner.java
M src/main/java/org/jvnet/hudson/plugins/thinbackup/backup/HudsonBackup.java
M src/main/java/org/jvnet/hudson/plugins/thinbackup/backup/PluginList.java
M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/hudson/model/AsyncPeriodicWork.java
M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/restore/HudsonRestore.java
M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/restore/PluginRestoreUpdateCenter.java
M 
src/main/java/org/jvnet/hudson/plugins/thinbackup/utils/ExistsAndReadableFileFilter.java
M src/main/java/org/jvnet/hudson/plugins/thinbackup/utils/Utils.java
M src/main/webapp/help/help-backupAdditionalFiles.html
M src/main/webapp/help/help-backupBuildResults.html
M src/main/webapp/help/help-backupNextBuildNumber.html
M src/main/webapp/help/help-backupPath.html
M src/main/webapp/help/help-backupUserContent.html
M src/main/webapp/help/help-diffBackupSchedule.html
M src/main/webapp/help/help-excludedFilesRegex.html
M src/main/webapp/help/help-fullBackupSchedule.html
M src/main/webapp/help/help-moveOldBackupsToZipFile.html
M src/main/webapp/help/help-restore.html
M src/main/webapp/help/help-restoreNextBuildNumber.html
M src/main/webapp/help/help-waitForIdle.html
M 
src/test/java/org/jvnet/hudson/plugins/thinbackup/TestThinBackupPeriodicWork.java

  Log Message:
  ---
  upgrade to a new parent pom and fix a lot of code issues reported by
sonarlint and spotbugs

min jenkins version: 1.625.3
min java version: 1.8


Compare: 
https://github.com/jenkinsci/thin-backup-plugin/compare/102c1b7f26f6...d8d05ef7c4bb

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


[jenkinsci/platformlabeler-plugin] 03f4a5: Remove some dependabot ignore settings

2020-08-09 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 03f4a5146e52ba2a568ec41a6766abdc69181c54
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/03f4a5146e52ba2a568ec41a6766abdc69181c54
  Author: Mark Waite 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M .github/dependabot.yml

  Log Message:
  ---
  Remove some dependabot ignore settings

Ignored a parent pom update - bad


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


[jenkinsci/platformlabeler-plugin] c51dfc: Bump plugin from 4.2 to 4.6

2020-08-09 Thread dependabot[bot]
  Branch: refs/heads/dependabot/maven/master/org.jenkins-ci.plugins-plugin-4.6
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: c51dfcdf0af3f3eb86783590d0725bc8ecb7110a
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/c51dfcdf0af3f3eb86783590d0725bc8ecb7110a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.2 to 4.6

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

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/dependabot/maven/master/org.jenkins-ci.plugins-plugin-4.6/00-c51dfc%40github.com.


[jenkinsci/platformlabeler-plugin] 490bd0: Bump bom-2.204.x from 9 to 11

2020-08-09 Thread dependabot[bot]
  Branch: refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.204.x-11
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 490bd09ba3e184da7147305cea42421bb240f986
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/490bd09ba3e184da7147305cea42421bb240f986
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.204.x from 9 to 11

Bumps [bom-2.204.x](https://github.com/jenkinsci/pom) from 9 to 11.
- [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/dependabot/maven/master/io.jenkins.tools.bom-bom-2.204.x-11/00-490bd0%40github.com.


[jenkinsci/thin-backup-plugin] 2038c6: Migrate documentation from wiki

2020-08-09 Thread Thomas Fuerer
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/thin-backup-plugin
  Commit: 2038c6ef7b83c9afb90c65c94d99da68fd7bca2c
  
https://github.com/jenkinsci/thin-backup-plugin/commit/2038c6ef7b83c9afb90c65c94d99da68fd7bca2c
  Author: Brian Thompson 
  Date:   2020-08-08 (Sat, 08 Aug 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Migrate documentation from wiki


  Commit: c819de9623acbaafe3643b07c80ee72daf923222
  
https://github.com/jenkinsci/thin-backup-plugin/commit/c819de9623acbaafe3643b07c80ee72daf923222
  Author: Brian Thompson 
  Date:   2020-08-08 (Sat, 08 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade pom


  Commit: 70a340d39966127766cae2b8011ca6af74b218ea
  
https://github.com/jenkinsci/thin-backup-plugin/commit/70a340d39966127766cae2b8011ca6af74b218ea
  Author: Thomas Fuerer 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M README.md
M pom.xml

  Log Message:
  ---
  Merge pull request #19 from bthompson0/migrate-docs

Migrate docs


Compare: 
https://github.com/jenkinsci/thin-backup-plugin/compare/d8d05ef7c4bb...70a340d39966

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


[jenkinsci/cucumber-reports-plugin] 15aad4: Each Jenkins build adds a new row 'Report title' i...

2020-08-09 Thread Damian Szczepanik
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/cucumber-reports-plugin
  Commit: 15aad46a71ab5586128cc17e98bccff0a37617d2
  
https://github.com/jenkinsci/cucumber-reports-plugin/commit/15aad46a71ab5586128cc17e98bccff0a37617d2
  Author: Damian Szczepanik 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M src/main/java/net/masterthought/jenkins/CucumberReportPublisher.java

  Log Message:
  ---
  Each Jenkins build adds a new row 'Report title' inside HTML Classifications 
table (#371)

Issue #359 #365 #367


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


[jenkinsci/cucumber-reports-plugin]

2020-08-09 Thread Damian Szczepanik
  Branch: refs/heads/title
  Home:   https://github.com/jenkinsci/cucumber-reports-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/cucumber-reports-plugin/push/refs/heads/title/1b6916-00%40github.com.


[jenkinsci/platformlabeler-plugin]

2020-08-09 Thread Mark Waite
  Branch: refs/heads/dependabot/maven/master/io.jenkins.tools.bom-bom-2.204.x-11
  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.204.x-11/490bd0-00%40github.com.


[jenkinsci/platformlabeler-plugin] c51dfc: Bump plugin from 4.2 to 4.6

2020-08-09 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: c51dfcdf0af3f3eb86783590d0725bc8ecb7110a
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/c51dfcdf0af3f3eb86783590d0725bc8ecb7110a
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 4.2 to 4.6

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

Signed-off-by: dependabot[bot] 


  Commit: 74874c622c67905d5ab889b01ead5bf4544ca368
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/74874c622c67905d5ab889b01ead5bf4544ca368
  Author: Mark Waite 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #202 from 
jenkinsci/dependabot/maven/master/org.jenkins-ci.plugins-plugin-4.6

Bump plugin from 4.2 to 4.6


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/03f4a5146e52...74874c622c67

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


[jenkinsci/platformlabeler-plugin] 490bd0: Bump bom-2.204.x from 9 to 11

2020-08-09 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 490bd09ba3e184da7147305cea42421bb240f986
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/490bd09ba3e184da7147305cea42421bb240f986
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump bom-2.204.x from 9 to 11

Bumps [bom-2.204.x](https://github.com/jenkinsci/pom) from 9 to 11.
- [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: b422023848ab9561100fcb1d180f7230f9b63a8d
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/b422023848ab9561100fcb1d180f7230f9b63a8d
  Author: Mark Waite 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #203 from 
jenkinsci/dependabot/maven/master/io.jenkins.tools.bom-bom-2.204.x-11

Bump bom-2.204.x from 9 to 11


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/74874c622c67...b422023848ab

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


[jenkinsci/platformlabeler-plugin]

2020-08-09 Thread Mark Waite
  Branch: refs/heads/dependabot/maven/master/org.jenkins-ci.plugins-plugin-4.6
  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/org.jenkins-ci.plugins-plugin-4.6/c51dfc-00%40github.com.


[jenkinsci/thin-backup-plugin] 14faac: [maven-release-plugin] prepare release thinBackup-...

2020-08-09 Thread Thomas Fuerer
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/thin-backup-plugin
  Commit: 14faacdb91f2a1f53d02b88877ddefcb570550d3
  
https://github.com/jenkinsci/thin-backup-plugin/commit/14faacdb91f2a1f53d02b88877ddefcb570550d3
  Author: tofuatjava 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release thinBackup-1.10


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


[jenkinsci/thin-backup-plugin] 841818: [maven-release-plugin] prepare for next developmen...

2020-08-09 Thread Thomas Fuerer
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/thin-backup-plugin
  Commit: 8418182ee1686cac9e76a8ffe086d6ed3e39df8c
  
https://github.com/jenkinsci/thin-backup-plugin/commit/8418182ee1686cac9e76a8ffe086d6ed3e39df8c
  Author: tofuatjava 
  Date:   2020-08-09 (Sun, 09 Aug 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/thin-backup-plugin/push/refs/heads/master/14faac-841818%40github.com.


[jenkinsci/thin-backup-plugin]

2020-08-09 Thread Thomas Fuerer
  Branch: refs/tags/thinBackup-1.10
  Home:   https://github.com/jenkinsci/thin-backup-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/thin-backup-plugin/push/refs/tags/thinBackup-1.10/00-b78854%40github.com.


[jenkinsci/acceptance-test-harness] a6c75b: Fix folders test (#601)

2020-08-09 Thread Tim Jacomb
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: a6c75b6e1ea50ba1554d447405f350ad3dcc0cad
  
https://github.com/jenkinsci/acceptance-test-harness/commit/a6c75b6e1ea50ba1554d447405f350ad3dcc0cad
  Author: Tim Jacomb 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M src/main/java/org/jenkinsci/test/acceptance/po/Folder.java

  Log Message:
  ---
  Fix folders test (#601)


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


[jenkinsci/checkmarx-plugin] 757f66: Update new plugin version

2020-08-09 Thread salmanmak
  Branch: refs/heads/manifest-only
  Home:   https://github.com/jenkinsci/checkmarx-plugin
  Commit: 757f66c35ffb7a8de393ff5902f5d771ae30bab3
  
https://github.com/jenkinsci/checkmarx-plugin/commit/757f66c35ffb7a8de393ff5902f5d771ae30bab3
  Author: salmanmak <55487464+salman...@users.noreply.github.com>
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M gradle.properties

  Log Message:
  ---
  Update new plugin version


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


[jenkinsci/checkmarx-plugin] a12498: Update to new common with manifest only

2020-08-09 Thread salmanmak
  Branch: refs/heads/manifest-only
  Home:   https://github.com/jenkinsci/checkmarx-plugin
  Commit: a12498114334f134a40a36ddd1c5a0e9c925fcea
  
https://github.com/jenkinsci/checkmarx-plugin/commit/a12498114334f134a40a36ddd1c5a0e9c925fcea
  Author: salmanmak <55487464+salman...@users.noreply.github.com>
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Update to new common with manifest only


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


[jenkinsci/jenkins] 264a2d: [JENKINS-63342] Fix JavaScript errors in Script Co...

2020-08-09 Thread Francois Campbell
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 264a2d5439a3cca0f471ce4ee01d170925edb3ab
  
https://github.com/jenkinsci/jenkins/commit/264a2d5439a3cca0f471ce4ee01d170925edb3ab
  Author: Francois Campbell 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

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

  Log Message:
  ---
  [JENKINS-63342] Fix JavaScript errors in Script Console on Mac (#4901)

* Fix JavaScript errors in Script Console on Mac

Fixes errors related to keyevent handling in the script console when using a 
browser on a Mac.

* Partial revert of #4818

Reverts a change in #4818 that changed the scope of some variables that breaks 
the Script Console on a Mac

* Fix indentation


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


[jenkinsci/platformlabeler-plugin] 5faad5: Set release version to 7.0

2020-08-09 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 5faad55d33d0a149b36a3bcaaa9358df8d779883
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/5faad55d33d0a149b36a3bcaaa9358df8d779883
  Author: Mark Waite 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Set release version to 7.0


  Commit: 1419583e7b36e1df5e7fd12a14705b725016feed
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/1419583e7b36e1df5e7fd12a14705b725016feed
  Author: Mark Waite 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Test with Jenkins 2.235.1 and newer in Jenkinsfile


  Commit: dbf09228a82e2916598c0357891beaa46305251b
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/dbf09228a82e2916598c0357891beaa46305251b
  Author: Mark Waite 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Require Jenkins 2.235.1 or newer


  Commit: ea58bdd77d7d64bbbf53e1862e49842e351d6190
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/ea58bdd77d7d64bbbf53e1862e49842e351d6190
  Author: Mark Waite 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Test with JUnit 5.7.0-M1


  Commit: cba96eb7675c7f595bef418062e327a4a2c610c4
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/cba96eb7675c7f595bef418062e327a4a2c610c4
  Author: Mark Waite 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Test with Jenkins 2.250


  Commit: d1fd6302a33ae0d3bc2e978f104e59573f0db754
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/d1fd6302a33ae0d3bc2e978f104e59573f0db754
  Author: Mark Waite 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M Jenkinsfile
M pom.xml

  Log Message:
  ---
  Merge pull request #204 from MarkEWaite/require-jenkins-2.235.1

Require Jenkins 2.235.1 as minimum Jenkins version


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/b422023848ab...d1fd6302a33a

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


[jenkinsci/parameter-separator-plugin] 483a1a: Code overhaul with various improvements and bug fixes

2020-08-09 Thread Piotr Paczyński
  Branch: refs/heads/code-overhaul

  Home:   https://github.com/jenkinsci/parameter-separator-plugin

  Commit: 483a1adf9bc7d9c70763970ed3f589c3d99cc31c

  
https://github.com/jenkinsci/parameter-separator-plugin/commit/483a1adf9bc7d9c70763970ed3f589c3d99cc31c

  Author: Piotr Paczyński 

  Date:   2020-08-10 (Mon, 10 Aug 2020)



  Changed paths:

A src/main/java/jenkins/plugins/parameter_separator/Helper.java

M 
src/main/java/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition.java

M 
src/main/java/jenkins/plugins/parameter_separator/ParameterSeparatorValue.java

M src/main/resources/index.jelly

M 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/config.jelly

M 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/global.jelly

M 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorDefinition/index.jelly

M 
src/main/resources/jenkins/plugins/parameter_separator/ParameterSeparatorValue/value.jelly



  Log Message:

  ---

  Code overhaul with various improvements and bug fixes



Improvements:

- support HTML tags (sanitized) in section header

- introduced html syntax highlighting & preview functionality on

parameter definition page

- added css syntax highlighting in global configuration page

- add option to globally configure section header styling

- adjusting global styling now applies immediately not only to future,

but also past builds if they used default styling



Bug fixes:

- fixed null pointer when trying to use separator in declarative

pipeline without providing styling parameters

- separator name no longer changes each time when saving freestyle job

configuration



Maintenance:

- simplify: remove dead code, use PersistentDescriptor

- reorder methods according to common practices





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


[jenkins-infra/jenkins.io] 7fe339: Link Windows install page to www instead of wiki

2020-08-09 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 7fe339ba11ee8bab7c2a06df3acbe6bc185b1006
  
https://github.com/jenkins-infra/jenkins.io/commit/7fe339ba11ee8bab7c2a06df3acbe6bc185b1006
  Author: Mark Waite 
  Date:   2020-08-07 (Fri, 07 Aug 2020)

  Changed paths:
M content/_partials/thank-you-downloading-windows-installer.html.haml

  Log Message:
  ---
  Link Windows install page to www instead of wiki

The reverse proxy instructions have migrated to www.jenkins.io so
we can link to them instead of linking to the wiki page.  Can also
include a link to the IIS instructions (though it is not clear if
the IIS instructions are still useful for the current version).


  Commit: 5ac2eb0e23581740399e0724b4d9898cab73bf4a
  
https://github.com/jenkins-infra/jenkins.io/commit/5ac2eb0e23581740399e0724b4d9898cab73bf4a
  Author: Mark Waite 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M content/_partials/thank-you-downloading-windows-installer.html.haml

  Log Message:
  ---
  Merge pull request #3622 from MarkEWaite/link-windows-docs-to-jenkins-io

Link Windows install page to www instead of wiki


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/613f7216f538...5ac2eb0e2358

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


[jenkins-infra/jenkins.io] a557a2: Phase 2 blogpost

2020-08-09 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: a557a22e59b841a1c59af6602e3267ea77cf1824
  
https://github.com/jenkins-infra/jenkins.io/commit/a557a22e59b841a1c59af6602e3267ea77cf1824
  Author: Sladyn Nunes 
  Date:   2020-07-24 (Fri, 24 Jul 2020)

  Changed paths:
A content/blog/2020/07/2020-07-24-custom-distribution-service-phase-2.adoc

  Log Message:
  ---
  Phase 2 blogpost


  Commit: d4d223c1d10a855290bde5d8be85b38ba5fcd806
  
https://github.com/jenkins-infra/jenkins.io/commit/d4d223c1d10a855290bde5d8be85b38ba5fcd806
  Author: Sladyn Nunes 
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
M content/blog/2020/07/2020-07-24-custom-distribution-service-phase-2.adoc
A 
content/images/post-images/gsoc-custom-jenkins-service-distribution/comm-config.png

  Log Message:
  ---
  Add additional content


  Commit: babc2a1ddee65395c6612f9fe210780d9d52ce90
  
https://github.com/jenkins-infra/jenkins.io/commit/babc2a1ddee65395c6612f9fe210780d9d52ce90
  Author: Martin d'Anjou 
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
M content/blog/2020/07/2020-07-24-custom-distribution-service-phase-2.adoc

  Log Message:
  ---
  Formatting improvements


  Commit: f42746cf7a410099b58d69352a309b806756ccac
  
https://github.com/jenkins-infra/jenkins.io/commit/f42746cf7a410099b58d69352a309b806756ccac
  Author: Sladyn 
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
M content/blog/2020/07/2020-07-24-custom-distribution-service-phase-2.adoc

  Log Message:
  ---
  Merge pull request #1 from martinda/improve-format-sladyn-2

Formatting improvements


  Commit: ead726ae8cf9a30a94c3d5f0c29e446d1107a113
  
https://github.com/jenkins-infra/jenkins.io/commit/ead726ae8cf9a30a94c3d5f0c29e446d1107a113
  Author: Sladyn 
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
M content/blog/2020/07/2020-07-24-custom-distribution-service-phase-2.adoc

  Log Message:
  ---
  Apply suggestions from code review

Co-authored-by: Kristin Whetstone 


  Commit: 0888fcdb634457eb13345501a4643dfb13155d62
  
https://github.com/jenkins-infra/jenkins.io/commit/0888fcdb634457eb13345501a4643dfb13155d62
  Author: Sladyn Nunes 
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
M content/blog/2020/07/2020-07-24-custom-distribution-service-phase-2.adoc

  Log Message:
  ---
  Apply cosuggestions


  Commit: d95888a56ea9cc6bf83883f3966c71edfd5697ab
  
https://github.com/jenkins-infra/jenkins.io/commit/d95888a56ea9cc6bf83883f3966c71edfd5697ab
  Author: Sladyn Nunes 
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
M content/blog/2020/07/2020-07-24-custom-distribution-service-phase-2.adoc

  Log Message:
  ---
  Add blogpost link


  Commit: 9ca2bf9cf37c80a45fca795ef59fbce1126897c7
  
https://github.com/jenkins-infra/jenkins.io/commit/9ca2bf9cf37c80a45fca795ef59fbce1126897c7
  Author: Martin d'Anjou 
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
M content/blog/2020/07/2020-07-24-custom-distribution-service-phase-2.adoc

  Log Message:
  ---
  Fix asciidoc syntax error


  Commit: 99aef651e31382e760cb0908d38726fd7dd5c8cc
  
https://github.com/jenkins-infra/jenkins.io/commit/99aef651e31382e760cb0908d38726fd7dd5c8cc
  Author: Sladyn 
  Date:   2020-08-07 (Fri, 07 Aug 2020)

  Changed paths:
M content/blog/2020/07/2020-07-24-custom-distribution-service-phase-2.adoc

  Log Message:
  ---
  Apply suggestions from code review

Co-authored-by: Mark Waite 


  Commit: 85fd9d22fc87e8426135dff711a283fabfe674da
  
https://github.com/jenkins-infra/jenkins.io/commit/85fd9d22fc87e8426135dff711a283fabfe674da
  Author: Sladyn Nunes 
  Date:   2020-08-08 (Sat, 08 Aug 2020)

  Changed paths:
M Gemfile
M Gemfile.lock
R content/_data/adopters/TMobile.adoc
M content/_data/changelogs/lts.yml
M content/_data/changelogs/weekly.yml
M content/_data/roadmap/roadmap.yml
A content/_data/upgrades/2-235-3.adoc
M content/_layouts/developerbook.html.haml
M content/blog/2020/02/2020-02-10-t-mobile-case-study.adoc
A content/blog/2020/06/2020-07-27-custom-distribution-service.adoc
M content/blog/2020/07/2020-07-23-windows-support-updates.adoc
A content/blog/2020/07/2020-07-24-external-fingerprint-storage-phase-2.adoc
A content/blog/2020/07/2020-07-27-machine-learning-plugin-coding-phase2.adoc
A content/blog/2020/07/2020-07-27-repository-signing-keys-changing.adoc
A content/blog/2020/07/2020-07-29-git-performance-improvement-phase2.adoc
A 
content/blog/2020/08/2020-08-03-github-checks-api-plugin-coding-phase-2.adoc
A content/blog/2020/08/2020-08-04-cdf-graduation.adoc
M content/doc/book/installing/_docker.adoc
M content/doc/book/installing/_jenkins-command-parameters.adoc
M content/doc/book/managing/cli.adoc
M content/doc/book/pipeline/docker.adoc
M content

[jenkins-infra/jenkins-infra] bb51cc: Redirect Running Jenkins behind Nginx from Wiki to...

2020-08-09 Thread Mark Waite
  Branch: refs/heads/staging
  Home:   https://github.com/jenkins-infra/jenkins-infra
  Commit: bb51cc220862699d5e130d803ab0b7212514b90e
  
https://github.com/jenkins-infra/jenkins-infra/commit/bb51cc220862699d5e130d803ab0b7212514b90e
  Author: Zainab Abubakar 
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
M dist/profile/templates/confluence/vhost.conf

  Log Message:
  ---
  Redirect Running Jenkins behind Nginx from Wiki to Jenkins.io


  Commit: 90ca83f3e97f581542f68e9782f6ea046d62104a
  
https://github.com/jenkins-infra/jenkins-infra/commit/90ca83f3e97f581542f68e9782f6ea046d62104a
  Author: Mark Waite 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M hieradata/env/production.yaml

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


  Commit: 09dc9cdbb3b0e5c96cf927bc4fecfa1ce7f0efb9
  
https://github.com/jenkins-infra/jenkins-infra/commit/09dc9cdbb3b0e5c96cf927bc4fecfa1ce7f0efb9
  Author: Mark Waite 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M dist/profile/templates/confluence/vhost.conf

  Log Message:
  ---
  Merge pull request #1521 from zaycodes/staging

Redirect "Reverse Proxy Configuation with Jenkins" from Wiki to Jenkins.io


Compare: 
https://github.com/jenkins-infra/jenkins-infra/compare/4518d9368743...09dc9cdbb3b0

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 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-infra/push/refs/heads/staging/4518d9-09dc9c%40github.com.


[jenkinsci/storable-configs-plugin] d2d430: Use HTTPS URLs in pom.xml

2020-08-09 Thread nzhelyakov
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/storable-configs-plugin
  Commit: d2d4307ed802b541d506f90d0e6168091ffb7069
  
https://github.com/jenkinsci/storable-configs-plugin/commit/d2d4307ed802b541d506f90d0e6168091ffb7069
  Author: Daniel Beck 
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS URLs in pom.xml


  Commit: e0c0f1c4780189d34aca6c8e8558482cc8a4fdef
  
https://github.com/jenkinsci/storable-configs-plugin/commit/e0c0f1c4780189d34aca6c8e8558482cc8a4fdef
  Author: nzhelyakov <42236290+nzhelya...@users.noreply.github.com>
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #1 from daniel-beck-bot/https-urls-pom

Use HTTPS URLs in pom.xml


Compare: 
https://github.com/jenkinsci/storable-configs-plugin/compare/94c655284fba...e0c0f1c47801

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


[jenkinsci/seleniumrc-plugin] 4b5ed8: Use HTTPS URLs in pom.xml

2020-08-09 Thread nzhelyakov
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/seleniumrc-plugin
  Commit: 4b5ed85c931b1fd43ff75cc1a3d0db3d0246a79d
  
https://github.com/jenkinsci/seleniumrc-plugin/commit/4b5ed85c931b1fd43ff75cc1a3d0db3d0246a79d
  Author: Daniel Beck 
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS URLs in pom.xml


  Commit: d3e2d09b2988f0a2ede1b4c22a86451e3c10f6bd
  
https://github.com/jenkinsci/seleniumrc-plugin/commit/d3e2d09b2988f0a2ede1b4c22a86451e3c10f6bd
  Author: nzhelyakov <42236290+nzhelya...@users.noreply.github.com>
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #1 from daniel-beck-bot/https-urls-pom

Use HTTPS URLs in pom.xml


Compare: 
https://github.com/jenkinsci/seleniumrc-plugin/compare/425f3213a3eb...d3e2d09b2988

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


[jenkinsci/selection-tasks-plugin] 5b7b11: Use HTTPS URLs in pom.xml

2020-08-09 Thread nzhelyakov
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/selection-tasks-plugin
  Commit: 5b7b11fe4c2637084a94a46f2041f551c889344e
  
https://github.com/jenkinsci/selection-tasks-plugin/commit/5b7b11fe4c2637084a94a46f2041f551c889344e
  Author: Daniel Beck 
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS URLs in pom.xml


  Commit: fc34bd43a2ea146a0bf245c23ba3626c89e41c94
  
https://github.com/jenkinsci/selection-tasks-plugin/commit/fc34bd43a2ea146a0bf245c23ba3626c89e41c94
  Author: nzhelyakov <42236290+nzhelya...@users.noreply.github.com>
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #1 from daniel-beck-bot/https-urls-pom

Use HTTPS URLs in pom.xml


Compare: 
https://github.com/jenkinsci/selection-tasks-plugin/compare/23e5df5e5fbd...fc34bd43a2ea

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


[jenkinsci/dingtalk-plugin] e440c9: 格式化 (#75)

2020-08-09 Thread Xin Wu
  Branch: refs/heads/master

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

  Commit: e440c9baa9629f45a48a71fe7740f3b5d6945aba

  
https://github.com/jenkinsci/dingtalk-plugin/commit/e440c9baa9629f45a48a71fe7740f3b5d6945aba

  Author: Xin Wu <16269...@qq.com>

  Date:   2020-08-10 (Mon, 10 Aug 2020)



  Changed paths:

M docs/guide/pipeline.md



  Log Message:

  ---

  格式化 (#75)



对dingtalk语法中部分语句冒号后没有空格进行了优化





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


[jenkinsci/dingtalk-plugin] 90ee5f: 添加文档发布 action

2020-08-09 Thread liuwei
  Branch: refs/heads/master

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

  Commit: 90ee5f168aea7cab29fbdf0b9ab52c8bb9a759f3

  
https://github.com/jenkinsci/dingtalk-plugin/commit/90ee5f168aea7cab29fbdf0b9ab52c8bb9a759f3

  Author: liuwei 

  Date:   2020-08-10 (Mon, 10 Aug 2020)



  Changed paths:

A .github/workflows/doc.yml



  Log Message:

  ---

  添加文档发布 action





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


[jenkinsci/dingtalk-plugin] 90cf26: Update doc.yml

2020-08-09 Thread liuwei
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: 90cf264a47e2c1a382f09ae0bf0c4f88fa27b799
  
https://github.com/jenkinsci/dingtalk-plugin/commit/90cf264a47e2c1a382f09ae0bf0c4f88fa27b799
  Author: liuwei 
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
M .github/workflows/doc.yml

  Log Message:
  ---
  Update doc.yml


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


[jenkinsci/dingtalk-plugin] 80c554: Update doc.yml

2020-08-09 Thread liuwei
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: 80c55416a2fb49c36c9ad9b02e32ad56f6c828bb
  
https://github.com/jenkinsci/dingtalk-plugin/commit/80c55416a2fb49c36c9ad9b02e32ad56f6c828bb
  Author: liuwei 
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
M .github/workflows/doc.yml

  Log Message:
  ---
  Update doc.yml


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


[jenkinsci/dingtalk-plugin] f2f38d: Update doc.yml

2020-08-09 Thread liuwei
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: f2f38dcffc112ad7978fe477c1a0a7aa0a8d4089
  
https://github.com/jenkinsci/dingtalk-plugin/commit/f2f38dcffc112ad7978fe477c1a0a7aa0a8d4089
  Author: liuwei 
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
M .github/workflows/doc.yml

  Log Message:
  ---
  Update doc.yml


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


[jenkinsci/dingtalk-plugin] 39fde5: Update doc.yml

2020-08-09 Thread liuwei
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: 39fde546825013cff962595d4a71dad1cedcf537
  
https://github.com/jenkinsci/dingtalk-plugin/commit/39fde546825013cff962595d4a71dad1cedcf537
  Author: liuwei 
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
M .github/workflows/doc.yml

  Log Message:
  ---
  Update doc.yml


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


[jenkinsci/dingtalk-plugin] e5ca9b: Update doc.yml

2020-08-09 Thread liuwei
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: e5ca9be57b8ada90404ee94d8331b2e155aa9e6e
  
https://github.com/jenkinsci/dingtalk-plugin/commit/e5ca9be57b8ada90404ee94d8331b2e155aa9e6e
  Author: liuwei 
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
M .github/workflows/doc.yml

  Log Message:
  ---
  Update doc.yml


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


[jenkinsci/dingtalk-plugin] f74fdf: update docs

2020-08-09 Thread liuwei
  Branch: refs/heads/gh-pages
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: f74fdfd48e2639e28b6936a3972e52035710b875
  
https://github.com/jenkinsci/dingtalk-plugin/commit/f74fdfd48e2639e28b6936a3972e52035710b875
  Author: liuwei 
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
A 404.html
A advance/markdown.html
A advance/user-property.html
A assets/css/0.styles.c244bf36.css
A assets/img/actionCardMultiple-btnLayout-example.e683edf2.jpg
A assets/img/actionCardMultiple-btns-example.191ed416.jpg
A assets/img/actionCardMultiple-default-example.b9a7db5f.jpg
A assets/img/actionCardSingle-example.02a6bbb0.jpg
A assets/img/freestyle-advanced-detail.65fa5214.png
A assets/img/freestyle-advanced-example.b9617c14.png
A assets/img/freestyle-simple-example.379ffe82.png
A assets/img/global-config.15bb9530.jpg
A assets/img/link-example.36354a8b.jpg
A assets/img/manage-users.4fe406fa.jpg
A assets/img/markdown-example.33df19ea.jpg
A assets/img/robotId.9a0f8e74.jpg
A assets/img/search.83621669.svg
A assets/img/user-detail.74845918.jpg
A assets/img/user-setting.1b6f7267.jpg
A assets/img/verbose-example.7648ca41.png
A assets/img/verbose.dc3a8398.png
A assets/js/10.cbf24392.js
A assets/js/11.9f43f123.js
A assets/js/12.368d4147.js
A assets/js/13.a6c61357.js
A assets/js/14.52b23dd7.js
A assets/js/15.17915371.js
A assets/js/16.eada2edf.js
A assets/js/2.acfccf3a.js
A assets/js/3.af6aba35.js
A assets/js/4.8f47d7b6.js
A assets/js/5.8832a3d8.js
A assets/js/6.9a2290a9.js
A assets/js/7.957324c8.js
A assets/js/8.16d6dfd5.js
A assets/js/9.9e0daf93.js
A assets/js/app.c77d1214.js
A examples/actionCardMultiple.html
A examples/actionCardSingle.html
A examples/freestyleAdvanced.html
A examples/link.html
A examples/markdown.html
A examples/text.html
A guide/freestyle.html
A guide/getting-started.html
A guide/pipeline.html
A index.html

  Log Message:
  ---
  update docs


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


[jenkinsci/dingtalk-plugin] 4af5a6: Update doc.yml

2020-08-09 Thread liuwei
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: 4af5a6653fadd95f4a5521f8bdae36896e42570b
  
https://github.com/jenkinsci/dingtalk-plugin/commit/4af5a6653fadd95f4a5521f8bdae36896e42570b
  Author: liuwei 
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
M .github/workflows/doc.yml

  Log Message:
  ---
  Update doc.yml


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


[jenkinsci/dingtalk-plugin] e746d4: doc: 文档风格优化

2020-08-09 Thread liuwei
  Branch: refs/heads/master

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

  Commit: e746d4a2bd37e72107814fecb7140f8d0e3000b9

  
https://github.com/jenkinsci/dingtalk-plugin/commit/e746d4a2bd37e72107814fecb7140f8d0e3000b9

  Author: liuwei 

  Date:   2020-08-10 (Mon, 10 Aug 2020)



  Changed paths:

M docs/guide/pipeline.md

A package-lock.json



  Log Message:

  ---

  doc: 文档风格优化





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


[jenkinsci/dingtalk-plugin] 341e7c: update docs

2020-08-09 Thread liuwei
  Branch: refs/heads/gh-pages
  Home:   https://github.com/jenkinsci/dingtalk-plugin
  Commit: 341e7ce62ed18f628d5a06e5cfac79b131259cf5
  
https://github.com/jenkinsci/dingtalk-plugin/commit/341e7ce62ed18f628d5a06e5cfac79b131259cf5
  Author: liuwei 
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
A 404.html
A advance/markdown.html
A advance/user-property.html
A assets/css/0.styles.c244bf36.css
A assets/img/actionCardMultiple-btnLayout-example.e683edf2.jpg
A assets/img/actionCardMultiple-btns-example.191ed416.jpg
A assets/img/actionCardMultiple-default-example.b9a7db5f.jpg
A assets/img/actionCardSingle-example.02a6bbb0.jpg
A assets/img/freestyle-advanced-detail.65fa5214.png
A assets/img/freestyle-advanced-example.b9617c14.png
A assets/img/freestyle-simple-example.379ffe82.png
A assets/img/global-config.15bb9530.jpg
A assets/img/link-example.36354a8b.jpg
A assets/img/manage-users.4fe406fa.jpg
A assets/img/markdown-example.33df19ea.jpg
A assets/img/robotId.9a0f8e74.jpg
A assets/img/search.83621669.svg
A assets/img/user-detail.74845918.jpg
A assets/img/user-setting.1b6f7267.jpg
A assets/img/verbose-example.7648ca41.png
A assets/img/verbose.dc3a8398.png
A assets/js/10.a8507e98.js
A assets/js/11.8f4baf47.js
A assets/js/12.4ac0ae6e.js
A assets/js/13.a6c61357.js
A assets/js/14.42cdf32b.js
A assets/js/15.17915371.js
A assets/js/16.eada2edf.js
A assets/js/2.acfccf3a.js
A assets/js/3.2c32125b.js
A assets/js/4.ee498678.js
A assets/js/5.c1a8eb1f.js
A assets/js/6.9a2290a9.js
A assets/js/7.957324c8.js
A assets/js/8.16d6dfd5.js
A assets/js/9.9e0daf93.js
A assets/js/app.c8d6e7cf.js
A examples/actionCardMultiple.html
A examples/actionCardSingle.html
A examples/freestyleAdvanced.html
A examples/link.html
A examples/markdown.html
A examples/text.html
A guide/freestyle.html
A guide/getting-started.html
A guide/pipeline.html
A index.html

  Log Message:
  ---
  update docs


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


[jenkinsci/dingtalk-plugin]

2020-08-09 Thread liuwei
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/dingtalk-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/dingtalk-plugin/push/refs/heads/dev/236cd1-e746d4%40github.com.


[jenkins-infra/jenkins.io] ea931a: Fix broken windows install page

2020-08-09 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: ea931a417db8ba5a21b5e5cef7430eeb3898d0f8
  
https://github.com/jenkins-infra/jenkins.io/commit/ea931a417db8ba5a21b5e5cef7430eeb3898d0f8
  Author: Mark Waite 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M content/_partials/thank-you-downloading-windows-installer.html.haml

  Log Message:
  ---
  Fix broken windows install page

Missed two single quote characters


  Commit: 6f9ed791f8460d69d5516541fa77ec28fbe97e7f
  
https://github.com/jenkins-infra/jenkins.io/commit/6f9ed791f8460d69d5516541fa77ec28fbe97e7f
  Author: Mark Waite 
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
M content/_partials/thank-you-downloading-windows-installer.html.haml

  Log Message:
  ---
  Merge pull request #3624 from MarkEWaite/revert-windows-thank-you-page

Fix broken windows install page


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/0eb06c0c4b84...6f9ed791f846

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


[jenkinsci/swarm-plugin] 1a9217: Bump oshi-core from 5.2.2 to 5.2.3

2020-08-09 Thread dependabot-preview[bot]
  Branch: refs/heads/dependabot/maven/com.github.oshi-oshi-core-5.2.3
  Home:   https://github.com/jenkinsci/swarm-plugin
  Commit: 1a92177fa836b839456875e73c63746e6c4246f3
  
https://github.com/jenkinsci/swarm-plugin/commit/1a92177fa836b839456875e73c63746e6c4246f3
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
M client/pom.xml
M plugin/pom.xml

  Log Message:
  ---
  Bump oshi-core from 5.2.2 to 5.2.3

Bumps [oshi-core](https://github.com/oshi/oshi) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/oshi/oshi/releases)
- [Changelog](https://github.com/oshi/oshi/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/oshi/oshi/compare/oshi-parent-5.2.2...oshi-parent-5.2.3)

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/swarm-plugin/push/refs/heads/dependabot/maven/com.github.oshi-oshi-core-5.2.3/00-1a9217%40github.com.


[jenkinsci/jenkins-test-harness-htmlunit] b44af1: Bump htmlunit from 2.42.0 to 2.43.0

2020-08-09 Thread dependabot[bot]
  Branch: refs/heads/dependabot/maven/net.sourceforge.htmlunit-htmlunit-2.43.0
  Home:   https://github.com/jenkinsci/jenkins-test-harness-htmlunit
  Commit: b44af1f9bafe126adcdd47c3aa1f63ab8325fe9c
  
https://github.com/jenkinsci/jenkins-test-harness-htmlunit/commit/b44af1f9bafe126adcdd47c3aa1f63ab8325fe9c
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump htmlunit from 2.42.0 to 2.43.0

Bumps [htmlunit](https://github.com/HtmlUnit/htmlunit) from 2.42.0 to 2.43.0.
- [Release notes](https://github.com/HtmlUnit/htmlunit/releases)
- [Commits](https://github.com/HtmlUnit/htmlunit/compare/2.42.0...2.43.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/jenkins-test-harness-htmlunit/push/refs/heads/dependabot/maven/net.sourceforge.htmlunit-htmlunit-2.43.0/00-b44af1%40github.com.


[jenkinsci/aws-java-sdk-plugin]

2020-08-09 Thread dependabot-preview[bot]
  Branch: refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.836
  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.836/d2d7f6-00%40github.com.


[jenkinsci/aws-java-sdk-plugin] ee372d: Bump aws-java-sdk from 1.11.822 to 1.11.837

2020-08-09 Thread dependabot-preview[bot]
  Branch: refs/heads/dependabot/maven/com.amazonaws-aws-java-sdk-1.11.837
  Home:   https://github.com/jenkinsci/aws-java-sdk-plugin
  Commit: ee372dc495eadbe1db9da15b642eb7f0c3dddecc
  
https://github.com/jenkinsci/aws-java-sdk-plugin/commit/ee372dc495eadbe1db9da15b642eb7f0c3dddecc
  Author: dependabot-preview[bot] 
<27856297+dependabot-preview[bot]@users.noreply.github.com>
  Date:   2020-08-10 (Mon, 10 Aug 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump aws-java-sdk from 1.11.822 to 1.11.837

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

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.837/00-ee372d%40github.com.