[jenkinsci/jclouds-plugin] 234ab8: Migrate doc to github

2019-12-13 Thread Fritz Elfert
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jclouds-plugin
  Commit: 234ab810fc735d4d98c246eb6509a8aed4fe1f0a
  
https://github.com/jenkinsci/jclouds-plugin/commit/234ab810fc735d4d98c246eb6509a8aed4fe1f0a
  Author: Fritz Elfert 
  Date:   2019-12-14 (Sat, 14 Dec 2019)

  Changed paths:
M README.md
M pom.xml

  Log Message:
  ---
  Migrate doc to 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/jclouds-plugin/push/refs/heads/master/1c302a-234ab8%40github.com.


[jenkinsci/jclouds-plugin] 15409c: feat(gcp/template): add preemptible option

2019-12-13 Thread Fritz Elfert
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jclouds-plugin
  Commit: 15409cb8602abe971ea5596d43149734d48964b4
  
https://github.com/jenkinsci/jclouds-plugin/commit/15409cb8602abe971ea5596d43149734d48964b4
  Author: Mathieu Tortuyaux 
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplate.java
M 
jclouds-plugin/src/main/resources/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplate/config.jelly
M 
jclouds-plugin/src/test/java/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplateTest.java

  Log Message:
  ---
  feat(gcp/template): add preemptible option


  Commit: 644042877954e3baeec8ee920dcec7134cd63c08
  
https://github.com/jenkinsci/jclouds-plugin/commit/644042877954e3baeec8ee920dcec7134cd63c08
  Author: Mathieu Tortuyaux 
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
M 
jclouds-plugin/src/test/java/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplateTest.java
M 
jclouds-plugin/src/test/java/jenkins/plugins/jclouds/compute/MigrationTest.java

  Log Message:
  ---
  fix(test): change migration test values


  Commit: 89d9ceb9223fafffabeafa0a837dce9c31d9ccdf
  
https://github.com/jenkinsci/jclouds-plugin/commit/89d9ceb9223fafffabeafa0a837dce9c31d9ccdf
  Author: Fritz Elfert 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M Jenkinsfile
M README.md
M jclouds-plugin/pom.xml
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/blobstore/BlobStoreProfile.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsCloud.java
A 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsExpireCommand.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsLauncher.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsOneOffSlave.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsSlave.java
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplate.java
A 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/internal/MsgMapper.java
M 
jclouds-plugin/src/main/resources/jenkins/plugins/jclouds/blobstore/BlobStoreProfile/config.jelly
M 
jclouds-plugin/src/main/resources/jenkins/plugins/jclouds/compute/InstancesToRun/config.jelly
M 
jclouds-plugin/src/main/resources/jenkins/plugins/jclouds/compute/JCloudsCloud/config.jelly
M 
jclouds-plugin/src/main/resources/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplate/config.jelly
M 
jclouds-plugin/src/main/resources/jenkins/plugins/jclouds/compute/Messages.properties
A 
jclouds-plugin/src/test/java/jenkins/plugins/jclouds/blobstore/BlobStoreProfileTest.java
M jclouds-shaded/pom.xml
M pom.xml

  Log Message:
  ---
  Merge branch 'master' into add-preemptible-option


  Commit: 1c302ac61f35afd2682087ea56715055b9491ffd
  
https://github.com/jenkinsci/jclouds-plugin/commit/1c302ac61f35afd2682087ea56715055b9491ffd
  Author: Fritz Elfert 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplate.java
M 
jclouds-plugin/src/main/resources/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplate/config.jelly
M 
jclouds-plugin/src/test/java/jenkins/plugins/jclouds/compute/JCloudsSlaveTemplateTest.java
M 
jclouds-plugin/src/test/java/jenkins/plugins/jclouds/compute/MigrationTest.java

  Log Message:
  ---
  Merge pull request #131 from tormath1/add-preemptible-option

Add Preemptible option for GCP


Compare: 
https://github.com/jenkinsci/jclouds-plugin/compare/f4f5c8542f86...1c302ac61f35

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


[jenkinsci/nexus-platform-plugin] 9e6d1e: [maven-release-plugin] prepare release nexus-jenki...

2019-12-13 Thread Sonatype CI
  Branch: refs/tags/nexus-jenkins-plugin-3.8.20191213-085900.c28ded4
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: 9e6d1e9b3264429461ed18eacf87ada580dfc97c
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/9e6d1e9b3264429461ed18eacf87ada580dfc97c
  Author: Sonatype 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release 
nexus-jenkins-plugin-3.8.20191213-085900.c28ded4


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


[jenkinsci/nexus-platform-plugin] dc57ae: Update change log entries for 3.8.20191213-085900...

2019-12-13 Thread Collin Peters
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nexus-platform-plugin
  Commit: dc57ae8902980f4515d8be4516baeba70836e543
  
https://github.com/jenkinsci/nexus-platform-plugin/commit/dc57ae8902980f4515d8be4516baeba70836e543
  Author: Collin Peters 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M README.md

  Log Message:
  ---
   Update change log entries for 3.8.20191213-085900.c28ded4 (#113)


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


[jenkinsci/throttle-concurrent-builds-plugin] 704109: [JENKINS-60481] Add throttleJobProperty @Symbol to...

2019-12-13 Thread Basil Crow
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-plugin
  Commit: 70410936d877c4987abae720975b49664963df13
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/70410936d877c4987abae720975b49664963df13
  Author: Bryan Jensen 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M src/main/java/hudson/plugins/throttleconcurrents/ThrottleJobProperty.java

  Log Message:
  ---
  [JENKINS-60481] Add throttleJobProperty @Symbol to ThrottleJobProperty


  Commit: c31b212352d2ff3f87404cf546cf22e53a105269
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/c31b212352d2ff3f87404cf546cf22e53a105269
  Author: Basil Crow 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M src/main/java/hudson/plugins/throttleconcurrents/ThrottleJobProperty.java

  Log Message:
  ---
  Clean up formatting


  Commit: 5032e15fb75155d73e9fd1b64ce177fdd57b
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/5032e15fb75155d73e9fd1b64ce177fdd57b
  Author: Basil Crow 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M src/main/java/hudson/plugins/throttleconcurrents/ThrottleJobProperty.java

  Log Message:
  ---
  Merge pull request #68 from bawjensen/master

[JENKINS-60481] Add throttleJobProperty @Symbol to ThrottleJobProperty


Compare: 
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/compare/4bfc64f6985f...5032e15fb751

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


[jenkinsci/throttle-concurrent-builds-plugin] 328ca2: [FIXED JENKINS-54578] Initialize categories when n...

2019-12-13 Thread Basil Crow
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-plugin

  Commit: 328ca2812fcd301a2d86fd4dabf714fd2bd3cd76

  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/328ca2812fcd301a2d86fd4dabf714fd2bd3cd76

  Author: Diego Agulló 

  Date:   2018-11-18 (Sun, 18 Nov 2018)



  Changed paths:

M pom.xml

M src/main/java/hudson/plugins/throttleconcurrents/ThrottleJobProperty.java

M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleJobPropertyTest.java



  Log Message:

  ---

  [FIXED JENKINS-54578] Initialize categories when not received from form



It was impossible to delete all categories (neither at once nor one by

one), since when not receiving any categories, the last-saved categories

took precedence. This has been solved by initializing the categories

property when not receiving the categories from the configuration form.





  Commit: 0932cfafcf62beb0fecaad6bf1d09b61508c1144

  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/0932cfafcf62beb0fecaad6bf1d09b61508c1144

  Author: Diego Agulló 

  Date:   2018-11-18 (Sun, 18 Nov 2018)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Add hamcrest dependencies





  Commit: 3b959789e3429b2fb7eeed5938923bb1e62096de

  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/3b959789e3429b2fb7eeed5938923bb1e62096de

  Author: Diego Agulló 

  Date:   2018-11-18 (Sun, 18 Nov 2018)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Change hamcrest dependencies to test scope





  Commit: 65b70491777e838751f8ca3250362d724c034e99

  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/65b70491777e838751f8ca3250362d724c034e99

  Author: Basil Crow 

  Date:   2019-12-13 (Fri, 13 Dec 2019)



  Changed paths:

A .mvn/extensions.xml

A .mvn/maven.config

M Jenkinsfile

M pom.xml

M src/main/java/hudson/plugins/throttleconcurrents/ThrottleJobProperty.java

M 
src/main/java/hudson/plugins/throttleconcurrents/ThrottleQueueTaskDispatcher.java

M 
src/main/java/hudson/plugins/throttleconcurrents/pipeline/ThrottleStep.java

M 
src/main/java/hudson/plugins/throttleconcurrents/pipeline/ThrottleStepExecution.java

M src/test/java/hudson/plugins/throttleconcurrents/ThrottleCategoryTest.java

M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleConcurrentTest.java

M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleIntegrationTest.java

M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleJobPropertyTest.java

M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleQueueTaskDispatcherTest.java

M src/test/java/hudson/plugins/throttleconcurrents/ThrottleStepTest.java

M 
src/test/java/hudson/plugins/throttleconcurrents/testutils/ExecutorWaterMarkRetentionStrategy.java

M 
src/test/java/hudson/plugins/throttleconcurrents/testutils/HtmlUnitHelper.java



  Log Message:

  ---

  Merge remote-tracking branch 'origin/master' into JENKINS-54578





  Commit: 4bfc64f6985f1303bbf23f9ec15dd1a952b8cae4

  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/4bfc64f6985f1303bbf23f9ec15dd1a952b8cae4

  Author: Basil Crow 

  Date:   2019-12-13 (Fri, 13 Dec 2019)



  Changed paths:

M src/main/java/hudson/plugins/throttleconcurrents/ThrottleJobProperty.java

M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleJobPropertyTest.java



  Log Message:

  ---

  Merge pull request #56 from aeoris/JENKINS-54578



[JENKINS-54578] Cannot delete last category





Compare: 
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/compare/47dafee6b2d0...4bfc64f6985f

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


[jenkinsci/webhook-step-plugin] 437e7a: [maven-release-plugin] prepare release webhook-ste...

2019-12-13 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/webhook-step-plugin
  Commit: 437e7a09bdfb5aab9f3a5698611ccb03217fea43
  
https://github.com/jenkinsci/webhook-step-plugin/commit/437e7a09bdfb5aab9f3a5698611ccb03217fea43
  Author: Alex Earl 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release webhook-step-1.4


  Commit: 3b393ae4b42e43816fc899d0cb021e374da2ac90
  
https://github.com/jenkinsci/webhook-step-plugin/commit/3b393ae4b42e43816fc899d0cb021e374da2ac90
  Author: Alex Earl 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

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


  Commit: a8c50825883858acd088ee1a9aee70bc77c1c15e
  
https://github.com/jenkinsci/webhook-step-plugin/commit/a8c50825883858acd088ee1a9aee70bc77c1c15e
  Author: Alex Earl 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:

  Log Message:
  ---
  Merge branch 'master' of https://github.com/jenkinsci/webhook-step-plugin


  Commit: f74072066f52b38705d44d35000ef2412d0667d8
  
https://github.com/jenkinsci/webhook-step-plugin/commit/f74072066f52b38705d44d35000ef2412d0667d8
  Author: Alex Earl 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
A .github/release-drafter.yml

  Log Message:
  ---
  Add release drafter


  Commit: 80540e7e45f54113054da422104dabc6b894ac8e
  
https://github.com/jenkinsci/webhook-step-plugin/commit/80540e7e45f54113054da422104dabc6b894ac8e
  Author: Alex Earl 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
A .github/release-drafter.yml
M pom.xml

  Log Message:
  ---
  Merge pull request #20 from slide/master

Add release-drafter


Compare: 
https://github.com/jenkinsci/webhook-step-plugin/compare/03ecbc1b0474...80540e7e45f5

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


[jenkins-infra/jenkins.io] 5661f4: [WEBSITE-700] - Move Governance meeting agenda and...

2019-12-13 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 5661f42da996803bb6d09a4735fc1d6a33ae6398
  
https://github.com/jenkins-infra/jenkins.io/commit/5661f42da996803bb6d09a4735fc1d6a33ae6398
  Author: Oleg Nenashev 
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
A content/project/governance-meeting/archives/2011.adoc
A content/project/governance-meeting/archives/2012.adoc
A content/project/governance-meeting/archives/2013.adoc
A content/project/governance-meeting/archives/2014.adoc
A content/project/governance-meeting/archives/2015.adoc
A content/project/governance-meeting/archives/2016.adoc
A content/project/governance-meeting/archives/2017.adoc
A content/project/governance-meeting/archives/2018.adoc
A content/project/governance-meeting/archives/2019.adoc
A content/project/governance-meeting/index.adoc
M content/project/index.adoc

  Log Message:
  ---
  [WEBSITE-700] - Move Governance meeting agenda and archives to jenkins.io


  Commit: d65e436f8a355403b13d4d41be2e90ec55e4bdb0
  
https://github.com/jenkins-infra/jenkins.io/commit/d65e436f8a355403b13d4d41be2e90ec55e4bdb0
  Author: Oleg Nenashev 
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
M 
content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md
M content/project/governance-meeting/index.adoc
M content/project/governance.adoc

  Log Message:
  ---
  [WEBSITE-700] - Move agenda to Google docs, properly rference the new page


  Commit: 22b726e22e1f25f36e423d3988f992853cc912ae
  
https://github.com/jenkins-infra/jenkins.io/commit/22b726e22e1f25f36e423d3988f992853cc912ae
  Author: Oleg Nenashev 
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
M content/project/governance-meeting/index.adoc

  Log Message:
  ---
  [WEBSITE-700] - Remove links to the dead permatime.com, fix the IRS link


  Commit: 6fcdb6bd361cc69f26a7a9b5a98b19448bc5f881
  
https://github.com/jenkins-infra/jenkins.io/commit/6fcdb6bd361cc69f26a7a9b5a98b19448bc5f881
  Author: Oleg Nenashev 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M 
content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md
A content/project/governance-meeting/archives/2011.adoc
A content/project/governance-meeting/archives/2012.adoc
A content/project/governance-meeting/archives/2013.adoc
A content/project/governance-meeting/archives/2014.adoc
A content/project/governance-meeting/archives/2015.adoc
A content/project/governance-meeting/archives/2016.adoc
A content/project/governance-meeting/archives/2017.adoc
A content/project/governance-meeting/archives/2018.adoc
A content/project/governance-meeting/archives/2019.adoc
A content/project/governance-meeting/index.adoc
M content/project/governance.adoc
M content/project/index.adoc

  Log Message:
  ---
  Merge pull request #2709 from oleg-nenashev/WEBSITE-700

[WEBSITE-700] - Move the Governance Meeting agenda to jenkins.io and Google Docs


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/5bc19b99c869...6fcdb6bd361c

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


[jenkins-infra/update-center2] ddeff5: Changed pattern to match vulnerable versions (#322)

2019-12-13 Thread timsotack
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/update-center2
  Commit: ddeff55e9a0e12a68fdcdf724e8ceed56fc82f2c
  
https://github.com/jenkins-infra/update-center2/commit/ddeff55e9a0e12a68fdcdf724e8ceed56fc82f2c
  Author: timsotack 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M src/main/resources/warnings.json

  Log Message:
  ---
  Changed pattern to match vulnerable versions (#322)

* Chnaged pattern to match vulnerable versions

* Fix last affected 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/jenkins-infra/update-center2/push/refs/heads/master/740be1-ddeff5%40github.com.


[jenkinsci/gradle-jpi-plugin] d80ae9: Use type safe accessor to JavaPluginExtension

2019-12-13 Thread Steve Hill
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gradle-jpi-plugin
  Commit: d80ae99acbcd5df6dfbb05946d3da2e833ed5e2f
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/d80ae99acbcd5df6dfbb05946d3da2e833ed5e2f
  Author: Paul Merlin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Use type safe accessor to JavaPluginExtension

Signed-off-by: Paul Merlin 


  Commit: 69730986c4e9b7558ef059bd72e99de80bc8f64c
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/69730986c4e9b7558ef059bd72e99de80bc8f64c
  Author: Paul Merlin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Simplify testGradle task rule declaration

Signed-off-by: Paul Merlin 


  Commit: 051dd72b77dec07c3b3e49638d620d030951cc36
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/051dd72b77dec07c3b3e49638d620d030951cc36
  Author: Paul Merlin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Simplify Gradle version test task dependency wiring

by using the task.check type safe accessor to the check task

Signed-off-by: Paul Merlin 


  Commit: 4f608f1a309a316ecb2bf792906c686650bd76fa
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/4f608f1a309a316ecb2bf792906c686650bd76fa
  Author: Paul Merlin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Simplify codenarcTest configuration by using task type safe accessor

Signed-off-by: Paul Merlin 


  Commit: eed70c4382f166d911bbb6fdb43bf6dc5c98c85b
  
https://github.com/jenkinsci/gradle-jpi-plugin/commit/eed70c4382f166d911bbb6fdb43bf6dc5c98c85b
  Author: Steve Hill 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M build.gradle.kts

  Log Message:
  ---
  Merge pull request #122 from eskatos/eskatos/refine-build-scripts

Refine build script


Compare: 
https://github.com/jenkinsci/gradle-jpi-plugin/compare/bba9203d1fda...eed70c4382f1

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


[jenkinsci/configuration-as-code-plugin] 86dbac: Demos: run integration tests for the terraform exa...

2019-12-13 Thread Victor Martinez
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 86dbac7de559473d8fc0abb977536ea64e103f20
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/86dbac7de559473d8fc0abb977536ea64e103f20
  Author: Victor Martinez 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M demos/terraform/README.md
M integrations/pom.xml
A integrations/src/test/java/io/jenkins/plugins/casc/TerraformTest.java
A 
integrations/src/test/resources/io/jenkins/plugins/casc/TerraformConfiguratorTestExpected.yml

  Log Message:
  ---
  Demos: run integration tests for the terraform example (#1224)


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


[jenkinsci/throttle-concurrent-builds-plugin] 82ab2d: Use @WithoutJenkins where possible

2019-12-13 Thread Basil Crow
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/throttle-concurrent-builds-plugin
  Commit: 82ab2d415c9b75210195ee3784bdc0385cd6f764
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/82ab2d415c9b75210195ee3784bdc0385cd6f764
  Author: Basil Crow 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleJobPropertyTest.java

  Log Message:
  ---
  Use @WithoutJenkins where possible


  Commit: 77b6226c67e57d61e90b3ff1c63a24488d6a0856
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/77b6226c67e57d61e90b3ff1c63a24488d6a0856
  Author: Basil Crow 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M src/main/java/hudson/plugins/throttleconcurrents/ThrottleJobProperty.java
M 
src/main/java/hudson/plugins/throttleconcurrents/ThrottleQueueTaskDispatcher.java
M 
src/main/java/hudson/plugins/throttleconcurrents/pipeline/ThrottleStep.java
M 
src/main/java/hudson/plugins/throttleconcurrents/pipeline/ThrottleStepExecution.java
M src/test/java/hudson/plugins/throttleconcurrents/ThrottleCategoryTest.java
M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleConcurrentTest.java
M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleIntegrationTest.java
M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleJobPropertyTest.java
M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleQueueTaskDispatcherTest.java
M src/test/java/hudson/plugins/throttleconcurrents/ThrottleStepTest.java
M 
src/test/java/hudson/plugins/throttleconcurrents/testutils/ExecutorWaterMarkRetentionStrategy.java
M 
src/test/java/hudson/plugins/throttleconcurrents/testutils/HtmlUnitHelper.java

  Log Message:
  ---
  Organize imports


  Commit: 5d6e07f3168d9c8189ba4d2313e0a6e3945faa48
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/5d6e07f3168d9c8189ba4d2313e0a6e3945faa48
  Author: Basil Crow 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M 
src/main/java/hudson/plugins/throttleconcurrents/ThrottleQueueTaskDispatcher.java
M src/test/java/hudson/plugins/throttleconcurrents/ThrottleCategoryTest.java
M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleQueueTaskDispatcherTest.java

  Log Message:
  ---
  Fix Javadoc problems


  Commit: 47dafee6b2d0b6be04a1f25e189df819512b52ed
  
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/commit/47dafee6b2d0b6be04a1f25e189df819512b52ed
  Author: Basil Crow 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M src/main/java/hudson/plugins/throttleconcurrents/ThrottleJobProperty.java
M 
src/main/java/hudson/plugins/throttleconcurrents/ThrottleQueueTaskDispatcher.java
M 
src/main/java/hudson/plugins/throttleconcurrents/pipeline/ThrottleStep.java
M 
src/main/java/hudson/plugins/throttleconcurrents/pipeline/ThrottleStepExecution.java
M src/test/java/hudson/plugins/throttleconcurrents/ThrottleCategoryTest.java
M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleConcurrentTest.java
M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleIntegrationTest.java
M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleJobPropertyTest.java
M 
src/test/java/hudson/plugins/throttleconcurrents/ThrottleQueueTaskDispatcherTest.java
M src/test/java/hudson/plugins/throttleconcurrents/ThrottleStepTest.java
M 
src/test/java/hudson/plugins/throttleconcurrents/testutils/ExecutorWaterMarkRetentionStrategy.java
M 
src/test/java/hudson/plugins/throttleconcurrents/testutils/HtmlUnitHelper.java

  Log Message:
  ---
  Merge pull request #67 from basil/withoutJenkins

Use @WithoutJenkins where possible in tests


Compare: 
https://github.com/jenkinsci/throttle-concurrent-builds-plugin/compare/cdcb8e1c9674...47dafee6b2d0

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


[jenkinsci/webhook-step-plugin] 437e7a: [maven-release-plugin] prepare release webhook-ste...

2019-12-13 Thread Alex Earl
  Branch: refs/tags/webhook-step-1.4
  Home:   https://github.com/jenkinsci/webhook-step-plugin
  Commit: 437e7a09bdfb5aab9f3a5698611ccb03217fea43
  
https://github.com/jenkinsci/webhook-step-plugin/commit/437e7a09bdfb5aab9f3a5698611ccb03217fea43
  Author: Alex Earl 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release webhook-step-1.4


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


[jenkinsci/webhook-step-plugin] d88222: Add restart test

2019-12-13 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/webhook-step-plugin
  Commit: d88222a8a0b712584ed0bd689ca6dedf2b0fd9e3
  
https://github.com/jenkinsci/webhook-step-plugin/commit/d88222a8a0b712584ed0bd689ca6dedf2b0fd9e3
  Author: Alex Earl 
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/webhookstep/RegisterWebhookExecution.java
M src/main/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookStep.java
M src/main/java/org/jenkinsci/plugins/webhookstep/WebhookToken.java
A 
src/test/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookRestartTest.java
M src/test/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookTest.java

  Log Message:
  ---
  Add restart test


  Commit: 8396af9f898b66338a9c2c8cd5bbd40c12f6e833
  
https://github.com/jenkinsci/webhook-step-plugin/commit/8396af9f898b66338a9c2c8cd5bbd40c12f6e833
  Author: Alex Earl 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/webhookstep/RegisterWebhookExecution.java
M src/main/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookStep.java
M src/main/java/org/jenkinsci/plugins/webhookstep/WebhookToken.java
A 
src/test/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookRestartTest.java
M src/test/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookTest.java

  Log Message:
  ---
  Merge branch 'JENKINS-53321'


  Commit: 03ecbc1b047445b29c23b0724cd5a89184668512
  
https://github.com/jenkinsci/webhook-step-plugin/commit/03ecbc1b047445b29c23b0724cd5a89184668512
  Author: Alex Earl 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/webhookstep/RegisterWebhookExecution.java
M src/main/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookStep.java
M src/main/java/org/jenkinsci/plugins/webhookstep/WebhookToken.java
A 
src/test/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookRestartTest.java
M src/test/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookTest.java

  Log Message:
  ---
  Merge pull request #19 from slide/master

Fix JENKINS-53321


Compare: 
https://github.com/jenkinsci/webhook-step-plugin/compare/ae771eaf2708...03ecbc1b0474

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


[jenkinsci/webhook-step-plugin] 5397ed: Use the bom for versions

2019-12-13 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/webhook-step-plugin
  Commit: 5397ede3c9643c187475e28ad9069e997c7210db
  
https://github.com/jenkinsci/webhook-step-plugin/commit/5397ede3c9643c187475e28ad9069e997c7210db
  Author: Alex Earl 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use the bom for versions


  Commit: ae771eaf2708a8e839d367f5d14772a3d5c6aa16
  
https://github.com/jenkinsci/webhook-step-plugin/commit/ae771eaf2708a8e839d367f5d14772a3d5c6aa16
  Author: Alex Earl 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #18 from slide/master

Use the bom for versions


Compare: 
https://github.com/jenkinsci/webhook-step-plugin/compare/cb6ce1f5c9f1...ae771eaf2708

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


[jenkinsci/audit-trail-plugin]

2019-12-13 Thread Pierre Beitz
  Branch: refs/tags/audit-trail-3.2
  Home:   https://github.com/jenkinsci/audit-trail-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/audit-trail-plugin/push/refs/tags/audit-trail-3.2/00-5b4d0d%40github.com.


[jenkinsci/audit-trail-plugin] 274d16: [maven-release-plugin] prepare release audit-trail...

2019-12-13 Thread Pierre Beitz
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/audit-trail-plugin
  Commit: 274d161185ee1a17229e780fd78701c7bd03e884
  
https://github.com/jenkinsci/audit-trail-plugin/commit/274d161185ee1a17229e780fd78701c7bd03e884
  Author: Pierre Beitz 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release audit-trail-3.2


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


[jenkinsci/audit-trail-plugin] 5b7873: [maven-release-plugin] prepare for next developmen...

2019-12-13 Thread Pierre Beitz
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/audit-trail-plugin
  Commit: 5b7873737a3336e2d9213f06ba9fa268869a89bc
  
https://github.com/jenkinsci/audit-trail-plugin/commit/5b7873737a3336e2d9213f06ba9fa268869a89bc
  Author: Pierre Beitz 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  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/audit-trail-plugin/push/refs/heads/master/274d16-5b7873%40github.com.


[jenkinsci/audit-trail-plugin] 539909: [JENKINS-60421] Make sure the transient fields are...

2019-12-13 Thread Pierre Beitz
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/audit-trail-plugin

  Commit: 539909eaaea63d1721fdb2de4d1f7211250bcd96

  
https://github.com/jenkinsci/audit-trail-plugin/commit/539909eaaea63d1721fdb2de4d1f7211250bcd96

  Author: Pierre Beitz 

  Date:   2019-12-12 (Thu, 12 Dec 2019)



  Changed paths:

M src/main/java/hudson/plugins/audit_trail/AuditLogger.java

M src/main/java/hudson/plugins/audit_trail/AuditTrailFilter.java

M src/main/java/hudson/plugins/audit_trail/AuditTrailPlugin.java

M src/main/java/hudson/plugins/audit_trail/AuditTrailRunListener.java

M src/main/java/hudson/plugins/audit_trail/ConsoleAuditLogger.java

M src/main/java/hudson/plugins/audit_trail/LogFileAuditLogger.java

M src/main/java/hudson/plugins/audit_trail/SyslogAuditLogger.java

M src/test/java/hudson/plugins/audit_trail/AuditTrailTest.java

M src/test/java/hudson/plugins/audit_trail/LogFileAuditLoggerTest.java

A src/test/resources/hudson/plugins/audit_trail/jcasc-console-and-file.yml

A src/test/resources/hudson/plugins/audit_trail/sample.xml



  Log Message:

  ---

  [JENKINS-60421] Make sure the transient fields are properly created when 
using jcasc.



Also clean remaining of the old loading logic.





  Commit: 51f22266b426b1d79da037b83faadde48bf1158f

  
https://github.com/jenkinsci/audit-trail-plugin/commit/51f22266b426b1d79da037b83faadde48bf1158f

  Author: Pierre Beitz 

  Date:   2019-12-13 (Fri, 13 Dec 2019)



  Changed paths:

M src/main/java/hudson/plugins/audit_trail/AuditLogger.java

M src/main/java/hudson/plugins/audit_trail/AuditTrailFilter.java

M src/main/java/hudson/plugins/audit_trail/AuditTrailPlugin.java

M src/main/java/hudson/plugins/audit_trail/AuditTrailRunListener.java

M src/main/java/hudson/plugins/audit_trail/ConsoleAuditLogger.java

M src/main/java/hudson/plugins/audit_trail/LogFileAuditLogger.java

M src/main/java/hudson/plugins/audit_trail/SyslogAuditLogger.java

M src/test/java/hudson/plugins/audit_trail/AuditTrailTest.java

M src/test/java/hudson/plugins/audit_trail/LogFileAuditLoggerTest.java

A src/test/resources/hudson/plugins/audit_trail/jcasc-console-and-file.yml

A src/test/resources/hudson/plugins/audit_trail/sample.xml



  Log Message:

  ---

  Merge pull request #29 from PierreBtz/pbeitz/JENKINS-60421



[JENKINS-60421] Make sure the transient fields are properly created w…





Compare: 
https://github.com/jenkinsci/audit-trail-plugin/compare/f860f750b6d0...51f22266b426

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


[jenkinsci/electricflow-plugin]

2019-12-13 Thread Oleksii Vasylkivskyi
  Branch: refs/heads/NTVEPLUGIN-165
  Home:   https://github.com/jenkinsci/electricflow-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/electricflow-plugin/push/refs/heads/NTVEPLUGIN-165/00-fbaf88%40github.com.


[jenkinsci/credentials-plugin] aa585f: bump configuration-as-code-plugin to v1.34

2019-12-13 Thread Matt Sicker
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/credentials-plugin
  Commit: aa585fcdae37badae877a46463977af7b8c1e461
  
https://github.com/jenkinsci/credentials-plugin/commit/aa585fcdae37badae877a46463977af7b8c1e461
  Author: Joseph Petersen 
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  bump configuration-as-code-plugin to v1.34


  Commit: 0447cde14088763edb7d3353ac5c5c6b84b96e9f
  
https://github.com/jenkinsci/credentials-plugin/commit/0447cde14088763edb7d3353ac5c5c6b84b96e9f
  Author: Matt Sicker 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #130 from casz/bump/jcasc

bump configuration-as-code-plugin to v1.34


Compare: 
https://github.com/jenkinsci/credentials-plugin/compare/b5c54149deaf...0447cde14088

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


[jenkinsci/webhook-step-plugin] 01a5c2: Fix #10

2019-12-13 Thread Alex Earl
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/webhook-step-plugin
  Commit: 01a5c2d87d61b920422cb8b9bd2b0d391bc0d2fe
  
https://github.com/jenkinsci/webhook-step-plugin/commit/01a5c2d87d61b920422cb8b9bd2b0d391bc0d2fe
  Author: Alex Earl 
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
M .gitignore
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookExecution.java
M src/main/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookStep.java
A src/main/java/org/jenkinsci/plugins/webhookstep/WebhookResponse.java
M src/main/java/org/jenkinsci/plugins/webhookstep/WebhookRootAction.java
A src/test/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookTest.java

  Log Message:
  ---
  Fix #10


  Commit: c52959061872aa2c385d6bd715f952e384ff114d
  
https://github.com/jenkinsci/webhook-step-plugin/commit/c52959061872aa2c385d6bd715f952e384ff114d
  Author: Alex Earl 
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/webhookstep/RegisterWebhookStep.java
M src/test/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookTest.java
A src/test/resources/large.json
A src/test/resources/simple.json

  Log Message:
  ---
  Fix #10

Add some tests


  Commit: 64f7e8555e3704f13e1a1d7dcc126faf4ea90994
  
https://github.com/jenkinsci/webhook-step-plugin/commit/64f7e8555e3704f13e1a1d7dcc126faf4ea90994
  Author: Alex Earl 
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
M src/test/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookTest.java

  Log Message:
  ---
  Use something more likely to be present


  Commit: cb6ce1f5c9f128e1d0133f32dc2af89e43dd59c6
  
https://github.com/jenkinsci/webhook-step-plugin/commit/cb6ce1f5c9f128e1d0133f32dc2af89e43dd59c6
  Author: Alex Earl 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M .gitignore
M pom.xml
M src/main/java/org/jenkinsci/plugins/webhookstep/RegisterWebhookStep.java
M 
src/main/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookExecution.java
M src/main/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookStep.java
A src/main/java/org/jenkinsci/plugins/webhookstep/WebhookResponse.java
M src/main/java/org/jenkinsci/plugins/webhookstep/WebhookRootAction.java
A src/test/java/org/jenkinsci/plugins/webhookstep/WaitForWebhookTest.java
A src/test/resources/large.json
A src/test/resources/simple.json

  Log Message:
  ---
  Merge pull request #16 from slide/master

Fixes #7, #10


Compare: 
https://github.com/jenkinsci/webhook-step-plugin/compare/bfc75d0722c0...cb6ce1f5c9f1

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


[jenkinsci/pangolin-testrail-connector-plugin] ceeb5c: Upgrade pangolin-client version and change repo to...

2019-12-13 Thread Sergey
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pangolin-testrail-connector-plugin
  Commit: ceeb5cd366f5c34e2f88a6ae20028661106e7202
  
https://github.com/jenkinsci/pangolin-testrail-connector-plugin/commit/ceeb5cd366f5c34e2f88a6ae20028661106e7202
  Author: Sergey Oplavin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade pangolin-client version and change repo to Nexus one


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


[jenkinsci/soapui-pro-functional-testing-plugin] fcebe7: [maven-release-plugin] prepare for next developmen...

2019-12-13 Thread AlexanderNikitin-Smartbear
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/soapui-pro-functional-testing-plugin
  Commit: fcebe7dca8779f54fb7a3c7c1a1ea707228202c3
  
https://github.com/jenkinsci/soapui-pro-functional-testing-plugin/commit/fcebe7dca8779f54fb7a3c7c1a1ea707228202c3
  Author: AQA\Alexander.Nikitin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  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/soapui-pro-functional-testing-plugin/push/refs/heads/master/c0a8e0-fcebe7%40github.com.


[jenkinsci/soapui-pro-functional-testing-plugin] c0a8e0: [maven-release-plugin] prepare release soapui-pro-...

2019-12-13 Thread AlexanderNikitin-Smartbear
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/soapui-pro-functional-testing-plugin
  Commit: c0a8e062de0a5ce99549556a22afd3178428c920
  
https://github.com/jenkinsci/soapui-pro-functional-testing-plugin/commit/c0a8e062de0a5ce99549556a22afd3178428c920
  Author: AQA\Alexander.Nikitin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release soapui-pro-functional-testing-1.2


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


[jenkinsci/soapui-pro-functional-testing-plugin]

2019-12-13 Thread AlexanderNikitin-Smartbear
  Branch: refs/tags/soapui-pro-functional-testing-1.2
  Home:   https://github.com/jenkinsci/soapui-pro-functional-testing-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/soapui-pro-functional-testing-plugin/push/refs/tags/soapui-pro-functional-testing-1.2/00-1852e3%40github.com.


[jenkinsci/soapui-pro-functional-testing-plugin]

2019-12-13 Thread AlexanderNikitin-Smartbear
  Branch: refs/tags/soapui-pro-functional-testing-1.2
  Home:   https://github.com/jenkinsci/soapui-pro-functional-testing-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/soapui-pro-functional-testing-plugin/push/refs/tags/soapui-pro-functional-testing-1.2/cc866d-00%40github.com.


[jenkinsci/soapui-pro-functional-testing-plugin] feceb1: [maven-release-plugin] prepare release soapui-pro-...

2019-12-13 Thread AlexanderNikitin-Smartbear
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/soapui-pro-functional-testing-plugin
  Commit: feceb1ac0a529e9559787a744a47477701d7593f
  
https://github.com/jenkinsci/soapui-pro-functional-testing-plugin/commit/feceb1ac0a529e9559787a744a47477701d7593f
  Author: AQA\Alexander.Nikitin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release soapui-pro-functional-testing-1.2


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


[jenkinsci/soapui-pro-functional-testing-plugin]

2019-12-13 Thread AlexanderNikitin-Smartbear
  Branch: refs/tags/soapui-pro-functional-testing-1.2
  Home:   https://github.com/jenkinsci/soapui-pro-functional-testing-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/soapui-pro-functional-testing-plugin/push/refs/tags/soapui-pro-functional-testing-1.2/00-cc866d%40github.com.


[jenkinsci/soapui-pro-functional-testing-plugin] bfcabc: [maven-release-plugin] prepare for next developmen...

2019-12-13 Thread AlexanderNikitin-Smartbear
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/soapui-pro-functional-testing-plugin
  Commit: bfcabc6ccbd79509362a27986e4f0712abb02e06
  
https://github.com/jenkinsci/soapui-pro-functional-testing-plugin/commit/bfcabc6ccbd79509362a27986e4f0712abb02e06
  Author: AQA\Alexander.Nikitin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  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/soapui-pro-functional-testing-plugin/push/refs/heads/master/feceb1-bfcabc%40github.com.


[jenkinsci/soapui-pro-functional-testing-plugin] b59311: Revert "[maven-release-plugin] prepare release soa...

2019-12-13 Thread AlexanderNikitin-Smartbear
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/soapui-pro-functional-testing-plugin
  Commit: b5931163187c9e6296d4021b89267e89e8e18920
  
https://github.com/jenkinsci/soapui-pro-functional-testing-plugin/commit/b5931163187c9e6296d4021b89267e89e8e18920
  Author: AQA\Alexander.Nikitin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Revert "[maven-release-plugin] prepare release 
soapui-pro-functional-testing-1.2"

This reverts commit 4c97e03c259a66144171f5a44fdcb0f4283c199d.


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


[jenkinsci/soapui-pro-functional-testing-plugin]

2019-12-13 Thread AlexanderNikitin-Smartbear
  Branch: refs/tags/soapui-pro-functional-testing-1.2
  Home:   https://github.com/jenkinsci/soapui-pro-functional-testing-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/soapui-pro-functional-testing-plugin/push/refs/tags/soapui-pro-functional-testing-1.2/dcce80-00%40github.com.


[jenkinsci/soapui-pro-functional-testing-plugin] 4c97e0: [maven-release-plugin] prepare release soapui-pro-...

2019-12-13 Thread AlexanderNikitin-Smartbear
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/soapui-pro-functional-testing-plugin
  Commit: 4c97e03c259a66144171f5a44fdcb0f4283c199d
  
https://github.com/jenkinsci/soapui-pro-functional-testing-plugin/commit/4c97e03c259a66144171f5a44fdcb0f4283c199d
  Author: AQA\Alexander.Nikitin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release soapui-pro-functional-testing-1.2


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


[jenkinsci/bumblebee-plugin] a4be58: Upgrade bumblebee-client version to 0.1.4

2019-12-13 Thread Sergey
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/bumblebee-plugin
  Commit: a4be582871fcb8c5c73af2455be6644eb7c3b6e5
  
https://github.com/jenkinsci/bumblebee-plugin/commit/a4be582871fcb8c5c73af2455be6644eb7c3b6e5
  Author: Sergey Oplavin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade bumblebee-client version to 0.1.4


  Commit: a514798700a6346c36a1b3f635f5636d40545fe4
  
https://github.com/jenkinsci/bumblebee-plugin/commit/a514798700a6346c36a1b3f635f5636d40545fe4
  Author: Sergey Oplavin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Change agiletetsware's maven repo URL


Compare: 
https://github.com/jenkinsci/bumblebee-plugin/compare/76a1a2fcebdc...a514798700a6

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


[jenkinsci/soapui-pro-functional-testing-plugin] 427177: [maven-release-plugin] prepare release soapui-pro-...

2019-12-13 Thread AlexanderNikitin-Smartbear
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/soapui-pro-functional-testing-plugin
  Commit: 427177e8e221298e40b4a1ca562a2d68a086e53f
  
https://github.com/jenkinsci/soapui-pro-functional-testing-plugin/commit/427177e8e221298e40b4a1ca562a2d68a086e53f
  Author: AQA\Alexander.Nikitin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release soapui-pro-functional-testing-1.2


  Commit: 155ab0197091f6f87ea12796a3e59eae92e68aad
  
https://github.com/jenkinsci/soapui-pro-functional-testing-plugin/commit/155ab0197091f6f87ea12796a3e59eae92e68aad
  Author: AQA\Alexander.Nikitin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/soapui-pro-functional-testing-plugin/compare/a021fc2e56ff...155ab0197091

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


[jenkinsci/soapui-pro-functional-testing-plugin] 427177: [maven-release-plugin] prepare release soapui-pro-...

2019-12-13 Thread AlexanderNikitin-Smartbear
  Branch: refs/tags/soapui-pro-functional-testing-1.2
  Home:   https://github.com/jenkinsci/soapui-pro-functional-testing-plugin
  Commit: 427177e8e221298e40b4a1ca562a2d68a086e53f
  
https://github.com/jenkinsci/soapui-pro-functional-testing-plugin/commit/427177e8e221298e40b4a1ca562a2d68a086e53f
  Author: AQA\Alexander.Nikitin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release soapui-pro-functional-testing-1.2


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


[jenkinsci/soapui-pro-functional-testing-plugin]

2019-12-13 Thread omitina
  Branch: refs/heads/release-1.2
  Home:   https://github.com/jenkinsci/soapui-pro-functional-testing-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/soapui-pro-functional-testing-plugin/push/refs/heads/release-1.2/3952b7-00%40github.com.


[jenkinsci/soapui-pro-functional-testing-plugin] 3952b7: RIA-12292 Update and move to GitHub the documentation

2019-12-13 Thread omitina
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/soapui-pro-functional-testing-plugin
  Commit: 3952b704d2a64e9ae2966c870716d5f3326669de
  
https://github.com/jenkinsci/soapui-pro-functional-testing-plugin/commit/3952b704d2a64e9ae2966c870716d5f3326669de
  Author: AQA\Alexander.Nikitin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M README.md
M pom.xml

  Log Message:
  ---
  RIA-12292 Update and move to GitHub the documentation


  Commit: a021fc2e56ff3819b6bdd8e51a782cfbd8fe5bd6
  
https://github.com/jenkinsci/soapui-pro-functional-testing-plugin/commit/a021fc2e56ff3819b6bdd8e51a782cfbd8fe5bd6
  Author: omitina 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M README.md
M pom.xml

  Log Message:
  ---
  Merge pull request #14 from jenkinsci/release-1.2

RIA-12292 Update and move to GitHub the documentation


Compare: 
https://github.com/jenkinsci/soapui-pro-functional-testing-plugin/compare/5413fd5b3988...a021fc2e56ff

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


[jenkinsci/jobConfigHistory-plugin] 51bf60: Implement matrix-based security management for del...

2019-12-13 Thread Stefan Brausch
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobConfigHistory-plugin
  Commit: 51bf609d0179023eb740097c14bebaeeeb75f7dc
  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/51bf609d0179023eb740097c14bebaeeeb75f7dc
  Author: Robin Schulz 
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
M 
src/main/java/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction.java
M src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistory.java
M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseAction.java
M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction.java
M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction.java
M 
src/main/resources/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction/index.jelly
M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction/index.jelly
M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/history.jelly
M src/main/resources/hudson/plugins/jobConfigHistory/Messages.properties

  Log Message:
  ---
  Implement matrix-based security management for deletion of history entries.


  Commit: ad9aaea72c2c19ec8e372a552cc4e28cebf0128b
  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/ad9aaea72c2c19ec8e372a552cc4e28cebf0128b
  Author: Robin Schulz 
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
M 
src/main/java/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction.java
M src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistory.java
M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseAction.java
M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction.java
M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction.java

  Log Message:
  ---
  Implement checking rights before deleting.


  Commit: 838e61887940c407618b6fce117a95d9c071cbd6
  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/838e61887940c407618b6fce117a95d9c071cbd6
  Author: Robin Schulz 
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseActionIT.java
M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseActionTest.java

  Log Message:
  ---
  Fix tests.


  Commit: 375c8e35c4bba627f34079f5015081b09e423fa2
  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/375c8e35c4bba627f34079f5015081b09e423fa2
  Author: Stefan Brausch 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M 
src/main/java/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction.java
M src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistory.java
M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseAction.java
M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction.java
M 
src/main/java/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction.java
M 
src/main/resources/hudson/plugins/jobConfigHistory/ComputerConfigHistoryAction/index.jelly
M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryProjectAction/index.jelly
M 
src/main/resources/hudson/plugins/jobConfigHistory/JobConfigHistoryRootAction/history.jelly
M src/main/resources/hudson/plugins/jobConfigHistory/Messages.properties
M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseActionIT.java
M 
src/test/java/hudson/plugins/jobConfigHistory/JobConfigHistoryBaseActionTest.java

  Log Message:
  ---
  Merge pull request #111 from RobinRSchulz/JENKINS-58601-privileges_management

[JENKINS-58601] (privileges management)


Compare: 
https://github.com/jenkinsci/jobConfigHistory-plugin/compare/e1bbfe77a4a6...375c8e35c4bb

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


[jenkinsci/jobConfigHistory-plugin] be7956: Add detecting missing write rights on trying to cr...

2019-12-13 Thread Stefan Brausch
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jobConfigHistory-plugin
  Commit: be79565b2e0495448e7a57a4e8280908c29dc26b
  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/be79565b2e0495448e7a57a4e8280908c29dc26b
  Author: Robin Schulz 
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
M src/main/java/hudson/plugins/jobConfigHistory/FileHistoryDao.java

  Log Message:
  ---
  Add detecting missing write rights on trying to create config entrys root dir.


  Commit: 41ba7ead378fe441d929c17cb2f6c2c17300fb46
  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/41ba7ead378fe441d929c17cb2f6c2c17300fb46
  Author: Robin Schulz 
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
M src/main/java/hudson/plugins/jobConfigHistory/FileHistoryDao.java

  Log Message:
  ---
  add logging before throwing.


  Commit: 40c4b65d7260e4b1006319d513a1798f45a0c9d7
  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/40c4b65d7260e4b1006319d513a1798f45a0c9d7
  Author: Robin Schulz 
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
M src/main/java/hudson/plugins/jobConfigHistory/FileHistoryDao.java

  Log Message:
  ---
  Remove unused imports and fix invariant bug.


  Commit: b6a75b84ea0d4162ff31a120c461d6933d9a60d8
  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/b6a75b84ea0d4162ff31a120c461d6933d9a60d8
  Author: Robin Schulz 
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
M src/main/java/hudson/plugins/jobConfigHistory/FileHistoryDao.java

  Log Message:
  ---
  Improve message.


  Commit: e52a65c10708b34dc77a0649dbb7b5bf12717109
  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/e52a65c10708b34dc77a0649dbb7b5bf12717109
  Author: Robin Schulz 
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
M src/test/java/hudson/plugins/jobConfigHistory/FileHistoryDaoTest.java

  Log Message:
  ---
  fix test signature.


  Commit: 45f8494492b03ca812ae7c94971716ed90868997
  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/45f8494492b03ca812ae7c94971716ed90868997
  Author: Robin Schulz 
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
M src/main/java/hudson/plugins/jobConfigHistory/FileHistoryDao.java

  Log Message:
  ---
  finally fix loop.


  Commit: bcbd43c466cbd5e0f4bd455f0090278f23075ce7
  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/bcbd43c466cbd5e0f4bd455f0090278f23075ce7
  Author: Robin Schulz 
  Date:   2019-12-09 (Mon, 09 Dec 2019)

  Changed paths:
M src/main/java/hudson/plugins/jobConfigHistory/FileHistoryDao.java

  Log Message:
  ---
  Fix bug in loop.


  Commit: e1bbfe77a4a690cafaf3ff946adb20045f6ee3ce
  
https://github.com/jenkinsci/jobConfigHistory-plugin/commit/e1bbfe77a4a690cafaf3ff946adb20045f6ee3ce
  Author: Stefan Brausch 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M src/main/java/hudson/plugins/jobConfigHistory/FileHistoryDao.java
M src/test/java/hudson/plugins/jobConfigHistory/FileHistoryDaoTest.java

  Log Message:
  ---
  Merge pull request #110 from RobinRSchulz/JENKINS-59812

 [JENKINS-59812]


Compare: 
https://github.com/jenkinsci/jobConfigHistory-plugin/compare/f99519d67793...e1bbfe77a4a6

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


[jenkinsci/soapui-pro-functional-testing-plugin] 3952b7: RIA-12292 Update and move to GitHub the documentation

2019-12-13 Thread AlexanderNikitin-Smartbear
  Branch: refs/heads/release-1.2
  Home:   https://github.com/jenkinsci/soapui-pro-functional-testing-plugin
  Commit: 3952b704d2a64e9ae2966c870716d5f3326669de
  
https://github.com/jenkinsci/soapui-pro-functional-testing-plugin/commit/3952b704d2a64e9ae2966c870716d5f3326669de
  Author: AQA\Alexander.Nikitin 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M README.md
M pom.xml

  Log Message:
  ---
  RIA-12292 Update and move to GitHub the documentation


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


[jenkinsci/jclouds-plugin] f4f5c8: Handle both old and new API of SSHLauncher

2019-12-13 Thread Fritz Elfert
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jclouds-plugin
  Commit: f4f5c8542f869bedc464f9ffe6b64ae7b083fade
  
https://github.com/jenkinsci/jclouds-plugin/commit/f4f5c8542f869bedc464f9ffe6b64ae7b083fade
  Author: Fritz Elfert 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M 
jclouds-plugin/src/main/java/jenkins/plugins/jclouds/compute/JCloudsLauncher.java

  Log Message:
  ---
  Handle both old and new API of SSHLauncher


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


[jenkinsci/jabber-plugin] 7213ff: Fix NPE in JabberPublisherDescriptor

2019-12-13 Thread Florian Schmaus
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jabber-plugin
  Commit: 7213ff831dbe664e5f8fd432d924bc9d9f9cb437
  
https://github.com/jenkinsci/jabber-plugin/commit/7213ff831dbe664e5f8fd432d924bc9d9f9cb437
  Author: Florian Schmaus 
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
M 
src/main/java/hudson/plugins/jabber/im/transport/JabberPublisherDescriptor.java

  Log Message:
  ---
  Fix NPE in JabberPublisherDescriptor

Fixes JENKINS-60193.


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


[jenkinsci/async-http-client-plugin] f9073d: Use HTTPS URLs in pom.xml

2019-12-13 Thread Evaristo Gutiérrez
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/async-http-client-plugin

  Commit: f9073d9e00b2cec4965c7072d9c02985f5452977

  
https://github.com/jenkinsci/async-http-client-plugin/commit/f9073d9e00b2cec4965c7072d9c02985f5452977

  Author: Daniel Beck 

  Date:   2019-09-24 (Tue, 24 Sep 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Use HTTPS URLs in pom.xml





  Commit: 68102d659bd274ae90d94dd0f3d5025a6759

  
https://github.com/jenkinsci/async-http-client-plugin/commit/68102d659bd274ae90d94dd0f3d5025a6759

  Author: Evaristo Gutiérrez 

  Date:   2019-12-13 (Fri, 13 Dec 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Merge pull request #11 from daniel-beck-bot/https-urls-pom



Use HTTPS URLs in pom.xml





Compare: 
https://github.com/jenkinsci/async-http-client-plugin/compare/549df0c33096...68102d659bd2

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