[jenkinsci/jenkins] 69a36e: [JENKINS-56200] LogRecorder: support turning off a...

2019-02-25 Thread Oleg Nenashev
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 69a36ef727ff0a7d915423f71b90b155ffbdb3bb
  
https://github.com/jenkinsci/jenkins/commit/69a36ef727ff0a7d915423f71b90b155ffbdb3bb
  Author: Josh Soref 
  Date:   2019-02-19 (Tue, 19 Feb 2019)

  Changed paths:
M core/src/main/java/hudson/logging/LogRecorder.java

  Log Message:
  ---
  [JENKINS-56200] LogRecorder: support turning off a log recorder


  Commit: 8cdc17c9134fc9a531324d23ffd9e16dc15bb827
  
https://github.com/jenkinsci/jenkins/commit/8cdc17c9134fc9a531324d23ffd9e16dc15bb827
  Author: Oleg Nenashev 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M core/src/main/java/hudson/logging/LogRecorder.java

  Log Message:
  ---
  Merge pull request #3906 from jsoref/logrecorder-off

[JENKINS-56200] LogRecorder: support turning off a log recorder


Compare: 
https://github.com/jenkinsci/jenkins/compare/399c8ba40ab9...8cdc17c9134f

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/jenkins] 46cbaf: [JENKINS-56167] Replace Trilead-ssh2 PEMParser cla...

2019-02-25 Thread Ivan Fernandez Calvo
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 46cbaf51e8b3df9357b70dbf4c52e2971c3f52a2
  
https://github.com/jenkinsci/jenkins/commit/46cbaf51e8b3df9357b70dbf4c52e2971c3f52a2
  Author: Ivan Fernandez Calvo 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M cli/src/main/java/hudson/cli/PrivateKeyProvider.java
A cli/src/test/java/hudson/cli/PrivateKeyProviderTest.java
A cli/src/test/resources/hudson/cli/dsa
A cli/src/test/resources/hudson/cli/dsa-password
A cli/src/test/resources/hudson/cli/openssh
A cli/src/test/resources/hudson/cli/openssh-broken
A cli/src/test/resources/hudson/cli/openssh-unsuported
A cli/src/test/resources/hudson/cli/rsa
A cli/src/test/resources/hudson/cli/rsa-password

  Log Message:
  ---
  [JENKINS-56167] Replace Trilead-ssh2 PEMParser class (#3902)

* [JENKINS-56167] Replace Trilead-ssh2 PEMParser class by Mina SSHD 
SecurityUtils.loadKeyPairIdentity implementation

* Update PrivateKeyProviderTest.java

* Update cli/src/test/java/hudson/cli/PrivateKeyProviderTest.java

Co-Authored-By: kuisathaverat 

* Update PrivateKeyProviderTest.java

* Update PrivateKeyProvider.java

* Update PrivateKeyProviderTest.java

* Update PrivateKeyProvider.java


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/acceptance-test-harness] 7bce0f: Improve README

2019-02-25 Thread Oliver Gondža
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/acceptance-test-harness

  Commit: 7bce0fd43187ae882a95e52ad4e31cc451ba1b13

  
https://github.com/jenkinsci/acceptance-test-harness/commit/7bce0fd43187ae882a95e52ad4e31cc451ba1b13

  Author: Josh Soref 

  Date:   2019-02-24 (Sun, 24 Feb 2019)



  Changed paths:

M README.md



  Log Message:

  ---

  Improve README





  Commit: 592280b46fcf44acfce43d7069d3d7966bdf6dd2

  
https://github.com/jenkinsci/acceptance-test-harness/commit/592280b46fcf44acfce43d7069d3d7966bdf6dd2

  Author: Josh Soref 

  Date:   2019-02-24 (Sun, 24 Feb 2019)



  Changed paths:

M docs/BROWSER.md

M docs/CONTROLLER.md

M docs/DOCKER.md

M docs/EC2-CONFIG.md

M docs/EMAIL.md

M docs/EXTERNAL.md

M docs/FIXTURES.md

M docs/GUICE.md

M docs/INVESTIGATION.md

M docs/JAVA11.md

M docs/JUNIT.md

M docs/MACHINE-CONFIG.md

M docs/MACHINE.md

M docs/MATCHERS.md

M docs/MIXIN.md

M docs/PAGE-OBJECTS.md

M docs/PRELAUNCH.md

M docs/SINGLE-TEST.md

M docs/SLAVE.md

M docs/SUT-VERSIONS.md

M docs/WIRING.md



  Log Message:

  ---

  Improve docs





  Commit: 7b68b1c01e7fb704b26114bd04ae000f02045845

  
https://github.com/jenkinsci/acceptance-test-harness/commit/7b68b1c01e7fb704b26114bd04ae000f02045845

  Author: Oliver Gondža 

  Date:   2019-02-25 (Mon, 25 Feb 2019)



  Changed paths:

M README.md

M docs/BROWSER.md

M docs/CONTROLLER.md

M docs/DOCKER.md

M docs/EC2-CONFIG.md

M docs/EMAIL.md

M docs/EXTERNAL.md

M docs/FIXTURES.md

M docs/GUICE.md

M docs/INVESTIGATION.md

M docs/JAVA11.md

M docs/JUNIT.md

M docs/MACHINE-CONFIG.md

M docs/MACHINE.md

M docs/MATCHERS.md

M docs/MIXIN.md

M docs/PAGE-OBJECTS.md

M docs/PRELAUNCH.md

M docs/SINGLE-TEST.md

M docs/SLAVE.md

M docs/SUT-VERSIONS.md

M docs/WIRING.md



  Log Message:

  ---

  Merge pull request #489 from jsoref/readme



Improve README and other docs





Compare: 
https://github.com/jenkinsci/acceptance-test-harness/compare/7c8affaeeadd...7b68b1c01e7f

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/platformlabeler-plugin] a0bde4: Use checkstyle 8.18

2019-02-25 Thread Mark Waite
  Branch: refs/heads/stable-2.1
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: a0bde41c68056f31fcffdf27af35f0b159c6c4d5
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/a0bde41c68056f31fcffdf27af35f0b159c6c4d5
  Author: Mark Waite 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use checkstyle 8.18

Thanks dependabot


  Commit: 34356c486b1bb07db0b59380fa9db5c7803b2f1e
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/34356c486b1bb07db0b59380fa9db5c7803b2f1e
  Author: Mark Waite 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #51 from MarkEWaite/update-checkstyle

Use checkstyle 8.18


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/3d7cc13da6b9...34356c486b1b

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/platformlabeler-plugin] a0bde4: Use checkstyle 8.18

2019-02-25 Thread Mark Waite
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: a0bde41c68056f31fcffdf27af35f0b159c6c4d5
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/a0bde41c68056f31fcffdf27af35f0b159c6c4d5
  Author: Mark Waite 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use checkstyle 8.18

Thanks dependabot


  Commit: 34356c486b1bb07db0b59380fa9db5c7803b2f1e
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/34356c486b1bb07db0b59380fa9db5c7803b2f1e
  Author: Mark Waite 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #51 from MarkEWaite/update-checkstyle

Use checkstyle 8.18


  Commit: 0073bb292905e440ff7e8194fca91da471393b76
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/0073bb292905e440ff7e8194fca91da471393b76
  Author: Mark Waite 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge branch 'stable-2.1'


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/56d407a42b18...0073bb292905

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-cloudwatch-logs-plugin] 7d3b2c: Bump aws-global-configuration from 1.1 to 1.2

2019-02-25 Thread Dependabot
  Branch: 
refs/heads/dependabot/maven/io.jenkins.plugins-aws-global-configuration-1.2
  Home:   https://github.com/jenkinsci/pipeline-cloudwatch-logs-plugin
  Commit: 7d3b2c6f6982189f1a9ca113c9be99c3c23eea3d
  
https://github.com/jenkinsci/pipeline-cloudwatch-logs-plugin/commit/7d3b2c6f6982189f1a9ca113c9be99c3c23eea3d
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump aws-global-configuration from 1.1 to 1.2

Bumps 
[aws-global-configuration](https://github.com/jenkinsci/aws-global-configuration-plugin)
 from 1.1 to 1.2.
- [Release 
notes](https://github.com/jenkinsci/aws-global-configuration-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/aws-global-configuration-plugin/compare/aws-global-configuration-1.1...aws-global-configuration-1.2)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-cloudwatch-logs-plugin] be7571: Bump workflow-durable-task-step from 2.26 to 2.29

2019-02-25 Thread Dependabot
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-durable-task-step-2.29
  Home:   https://github.com/jenkinsci/pipeline-cloudwatch-logs-plugin
  Commit: be7571e8db04739b345e0939e4d8a46d8237
  
https://github.com/jenkinsci/pipeline-cloudwatch-logs-plugin/commit/be7571e8db04739b345e0939e4d8a46d8237
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump workflow-durable-task-step from 2.26 to 2.29

Bumps 
[workflow-durable-task-step](https://github.com/jenkinsci/workflow-durable-task-step-plugin)
 from 2.26 to 2.29.
- [Release 
notes](https://github.com/jenkinsci/workflow-durable-task-step-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/workflow-durable-task-step-plugin/compare/workflow-durable-task-step-2.26...workflow-durable-task-step-2.29)

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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-cloudwatch-logs-plugin] 16623e: Bump aws-credentials from 1.24 to 1.25

2019-02-25 Thread Dependabot
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-aws-credentials-1.25
  Home:   https://github.com/jenkinsci/pipeline-cloudwatch-logs-plugin
  Commit: 16623e617cf6e6cbc22ae197c73da9056c70104b
  
https://github.com/jenkinsci/pipeline-cloudwatch-logs-plugin/commit/16623e617cf6e6cbc22ae197c73da9056c70104b
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump aws-credentials from 1.24 to 1.25

Bumps [aws-credentials](https://github.com/jenkinsci/aws-credentials-plugin) 
from 1.24 to 1.25.
- [Release notes](https://github.com/jenkinsci/aws-credentials-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/aws-credentials-plugin/compare/aws-credentials-1.24...aws-credentials-1.25)

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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-cloudwatch-logs-plugin] 6f1af4: Bump credentials from 2.1.16 to 2.1.18

2019-02-25 Thread Dependabot
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-credentials-2.1.18
  Home:   https://github.com/jenkinsci/pipeline-cloudwatch-logs-plugin
  Commit: 6f1af4eb91ec5fcd9411b8f87442736378e74ea2
  
https://github.com/jenkinsci/pipeline-cloudwatch-logs-plugin/commit/6f1af4eb91ec5fcd9411b8f87442736378e74ea2
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump credentials from 2.1.16 to 2.1.18

Bumps [credentials](https://github.com/jenkinsci/credentials-plugin) from 
2.1.16 to 2.1.18.
- [Release notes](https://github.com/jenkinsci/credentials-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/credentials-plugin/compare/credentials-2.1.16...credentials-2.1.18)

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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/pipeline-cloudwatch-logs-plugin] ad8e45: Bump workflow-job from 2.29 to 2.31

2019-02-25 Thread Dependabot
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-job-2.31
  Home:   https://github.com/jenkinsci/pipeline-cloudwatch-logs-plugin
  Commit: ad8e458a3174cb0ad332ef15312b4b00c1a15de9
  
https://github.com/jenkinsci/pipeline-cloudwatch-logs-plugin/commit/ad8e458a3174cb0ad332ef15312b4b00c1a15de9
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump workflow-job from 2.29 to 2.31

Bumps [workflow-job](https://github.com/jenkinsci/workflow-job-plugin) from 
2.29 to 2.31.
- [Release notes](https://github.com/jenkinsci/workflow-job-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/workflow-job-plugin/compare/workflow-job-2.29...workflow-job-2.31)

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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/plugin-pom] 2596b1: Bump incrementals-enforcer-rules from 1.0-beta-4 t...

2019-02-25 Thread Dependabot
  Branch: 
refs/heads/dependabot/maven/io.jenkins.tools.incrementals-incrementals-enforcer-rules-1.0-beta-7
  Home:   https://github.com/jenkinsci/plugin-pom
  Commit: 2596b1969f18bef15241074296e4f8415c489254
  
https://github.com/jenkinsci/plugin-pom/commit/2596b1969f18bef15241074296e4f8415c489254
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump incrementals-enforcer-rules from 1.0-beta-4 to 1.0-beta-7

Bumps 
[incrementals-enforcer-rules](https://github.com/jenkinsci/incrementals-tools) 
from 1.0-beta-4 to 1.0-beta-7.
- [Release notes](https://github.com/jenkinsci/incrementals-tools/releases)
- 
[Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.0-beta-4...parent-1.0-beta-7)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/plugin-pom] 9ee7ed: Bump slf4jVersion from 1.7.25 to 1.7.26

2019-02-25 Thread Dependabot
  Branch: refs/heads/dependabot/maven/slf4jVersion-1.7.26
  Home:   https://github.com/jenkinsci/plugin-pom
  Commit: 9ee7ed41bfc3dec2140b6e214f74feb73cbd2524
  
https://github.com/jenkinsci/plugin-pom/commit/9ee7ed41bfc3dec2140b6e214f74feb73cbd2524
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump slf4jVersion from 1.7.25 to 1.7.26

Bumps `slf4jVersion` from 1.7.25 to 1.7.26.

Updates `slf4j-api` from 1.7.25 to 1.7.26
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.25...v_1.7.26)

Updates `log4j-over-slf4j` from 1.7.25 to 1.7.26
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.25...v_1.7.26)

Updates `jcl-over-slf4j` from 1.7.25 to 1.7.26
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.25...v_1.7.26)

Updates `slf4j-jdk14` from 1.7.25 to 1.7.26
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.25...v_1.7.26)

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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/plugin-pom] 74a449: Bump mrm-maven-plugin from 1.1.0 to 1.2.0

2019-02-25 Thread Dependabot
  Branch: refs/heads/dependabot/maven/org.codehaus.mojo-mrm-maven-plugin-1.2.0
  Home:   https://github.com/jenkinsci/plugin-pom
  Commit: 74a449d97995f56848c86cc9283a58d5fef20f35
  
https://github.com/jenkinsci/plugin-pom/commit/74a449d97995f56848c86cc9283a58d5fef20f35
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mrm-maven-plugin from 1.1.0 to 1.2.0

Bumps [mrm-maven-plugin](https://github.com/mojohaus/mrm) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/mojohaus/mrm/releases)
- [Commits](https://github.com/mojohaus/mrm/compare/mrm-1.1.0...mrm-1.2.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/plugin-pom] c375b4: Bump jacoco-maven-plugin from 0.8.2 to 0.8.3

2019-02-25 Thread Dependabot
  Branch: refs/heads/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.3
  Home:   https://github.com/jenkinsci/plugin-pom
  Commit: c375b4b4fe6a627f054ecd7009adb63b4207d286
  
https://github.com/jenkinsci/plugin-pom/commit/c375b4b4fe6a627f054ecd7009adb63b4207d286
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jacoco-maven-plugin from 0.8.2 to 0.8.3

Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.2 to 
0.8.3.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.2...v0.8.3)

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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/maven-hpi-plugin] 2ab617: Bump maven-artifact from 2.2.0 to 3.6.0

2019-02-25 Thread Dependabot
  Branch: refs/heads/dependabot/maven/org.apache.maven-maven-artifact-3.6.0
  Home:   https://github.com/jenkinsci/maven-hpi-plugin
  Commit: 2ab6171a4b50b375d16b041ed0a357e40da560ef
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/2ab6171a4b50b375d16b041ed0a357e40da560ef
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump maven-artifact from 2.2.0 to 3.6.0

Bumps [maven-artifact](https://github.com/apache/maven) from 2.2.0 to 3.6.0.
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](https://github.com/apache/maven/compare/maven-2.2.0...maven-3.6.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/maven-hpi-plugin] a02f94: Bump jetty-maven-plugin from 9.4.5.v20170502 to 9....

2019-02-25 Thread Dependabot
  Branch: 
refs/heads/dependabot/maven/org.eclipse.jetty-jetty-maven-plugin-9.4.15.v20190215
  Home:   https://github.com/jenkinsci/maven-hpi-plugin
  Commit: a02f949cebeb0de68e16863b4f3f4f2f4fcc5c92
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/a02f949cebeb0de68e16863b4f3f4f2f4fcc5c92
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jetty-maven-plugin from 9.4.5.v20170502 to 9.4.15.v20190215

Bumps [jetty-maven-plugin](https://github.com/eclipse/jetty.project) from 
9.4.5.v20170502 to 9.4.15.v20190215.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- 
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.5.v20170502...jetty-9.4.15.v20190215)

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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/maven-hpi-plugin] a48356: Bump mrm-maven-plugin from 1.1.0 to 1.2.0

2019-02-25 Thread Dependabot
  Branch: refs/heads/dependabot/maven/org.codehaus.mojo-mrm-maven-plugin-1.2.0
  Home:   https://github.com/jenkinsci/maven-hpi-plugin
  Commit: a483562deaf7498b32e3a0235e1b5a28756c9438
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/a483562deaf7498b32e3a0235e1b5a28756c9438
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump mrm-maven-plugin from 1.1.0 to 1.2.0

Bumps [mrm-maven-plugin](https://github.com/mojohaus/mrm) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/mojohaus/mrm/releases)
- [Commits](https://github.com/mojohaus/mrm/compare/mrm-1.1.0...mrm-1.2.0)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/parallel-test-executor-plugin] 2efcea: Bump workflow-job from 2.11.1 to 2.31

2019-02-25 Thread Dependabot
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-job-2.31
  Home:   https://github.com/jenkinsci/parallel-test-executor-plugin
  Commit: 2efceaabbd986c2a12a4f1fcc5763d76d7a1636a
  
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/2efceaabbd986c2a12a4f1fcc5763d76d7a1636a
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump workflow-job from 2.11.1 to 2.31

Bumps [workflow-job](https://github.com/jenkinsci/workflow-job-plugin) from 
2.11.1 to 2.31.
- [Release notes](https://github.com/jenkinsci/workflow-job-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/workflow-job-plugin/compare/workflow-job-2.11.1...workflow-job-2.31)

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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/parallel-test-executor-plugin] 240c06: Bump workflow-durable-task-step from 2.13 to 2.29

2019-02-25 Thread Dependabot
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-durable-task-step-2.29
  Home:   https://github.com/jenkinsci/parallel-test-executor-plugin
  Commit: 240c0681e20fe7d8780cc697fa7535f7cb53d64f
  
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/240c0681e20fe7d8780cc697fa7535f7cb53d64f
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump workflow-durable-task-step from 2.13 to 2.29

Bumps 
[workflow-durable-task-step](https://github.com/jenkinsci/workflow-durable-task-step-plugin)
 from 2.13 to 2.29.
- [Release 
notes](https://github.com/jenkinsci/workflow-durable-task-step-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/workflow-durable-task-step-plugin/compare/workflow-durable-task-step-2.13...workflow-durable-task-step-2.29)

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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/parallel-test-executor-plugin] 60ecef: Bump junit from 1.22 to 1.27

2019-02-25 Thread Dependabot
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-junit-1.27
  Home:   https://github.com/jenkinsci/parallel-test-executor-plugin
  Commit: 60ecef068e2918412d3184d8010ab88f0a193304
  
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/60ecef068e2918412d3184d8010ab88f0a193304
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump junit from 1.22 to 1.27

Bumps junit from 1.22 to 1.27.

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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/parallel-test-executor-plugin] 723e24: Bump workflow-cps from 2.37 to 2.63

2019-02-25 Thread Dependabot
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins.workflow-workflow-cps-2.63
  Home:   https://github.com/jenkinsci/parallel-test-executor-plugin
  Commit: 723e2443483a90563b462fb8186274605163a4a3
  
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/723e2443483a90563b462fb8186274605163a4a3
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump workflow-cps from 2.37 to 2.63

Bumps [workflow-cps](https://github.com/jenkinsci/workflow-cps-plugin) from 
2.37 to 2.63.
- [Release notes](https://github.com/jenkinsci/workflow-cps-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/workflow-cps-plugin/compare/workflow-cps-2.37...workflow-cps-2.63)

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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/parallel-test-executor-plugin] 469b48: Bump pipeline-milestone-step from 1.3 to 1.3.1

2019-02-25 Thread Dependabot
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-pipeline-milestone-step-1.3.1
  Home:   https://github.com/jenkinsci/parallel-test-executor-plugin
  Commit: 469b480ea7b162a17bd6631a989247f7c6fdae8b
  
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/469b480ea7b162a17bd6631a989247f7c6fdae8b
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump pipeline-milestone-step from 1.3 to 1.3.1

Bumps pipeline-milestone-step from 1.3 to 1.3.1.

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/maven-hpi-plugin] 71b53d: Bump maven-compiler-plugin from 3.6.1 to 3.8.0

2019-02-25 Thread Dependabot
  Branch: 
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.8.0
  Home:   https://github.com/jenkinsci/maven-hpi-plugin
  Commit: 71b53dc45e6e00927641a5d23ad724aab6186f3b
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/71b53dc45e6e00927641a5d23ad724aab6186f3b
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump maven-compiler-plugin from 3.6.1 to 3.8.0

Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) 
from 3.6.1 to 3.8.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- 
[Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.6.1...maven-compiler-plugin-3.8.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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/maven-hpi-plugin] 3eea14: Bump icu4j from 52.1 to 63.1

2019-02-25 Thread Dependabot
  Branch: refs/heads/dependabot/maven/com.ibm.icu-icu4j-63.1
  Home:   https://github.com/jenkinsci/maven-hpi-plugin
  Commit: 3eea14a132583269a0466a4c7cb78fdcfd31b690
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/3eea14a132583269a0466a4c7cb78fdcfd31b690
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump icu4j from 52.1 to 63.1

Bumps [icu4j](https://github.com/unicode-org/icu) from 52.1 to 63.1.
- [Release notes](https://github.com/unicode-org/icu/releases)
- [Commits](https://github.com/unicode-org/icu/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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/platformlabeler-plugin]

2019-02-25 Thread dependabot[bot]
  Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-8.18
  Home:   https://github.com/jenkinsci/platformlabeler-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/analysis-model] ee0126: Bump j2html from 1.3.0 to 1.4.0

2019-02-25 Thread Dependabot
  Branch: refs/heads/dependabot/maven/com.j2html-j2html-1.4.0
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: ee012615cb7c68478f747c30413fcbdf72335937
  
https://github.com/jenkinsci/analysis-model/commit/ee012615cb7c68478f747c30413fcbdf72335937
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump j2html from 1.3.0 to 1.4.0

Bumps [j2html](https://github.com/tipsy/j2html) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/tipsy/j2html/releases)
- [Commits](https://github.com/tipsy/j2html/compare/j2html-1.3.0...j2html-1.4.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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/analysis-model] 4737bf: Bump checkstyle from 8.16 to 8.18

2019-02-25 Thread Dependabot
  Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-8.18
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 4737bff0a03c9ba4f3ab7a1dba705192f3e0e7d4
  
https://github.com/jenkinsci/analysis-model/commit/4737bff0a03c9ba4f3ab7a1dba705192f3e0e7d4
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump checkstyle from 8.16 to 8.18

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.16 to 8.18.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- 
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.16...checkstyle-8.18)

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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/analysis-model] 7164ca: Bump jacoco-maven-plugin from 0.8.2 to 0.8.3

2019-02-25 Thread Dependabot
  Branch: refs/heads/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.3
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 7164cae234468d023992a5e20f199f96417ae111
  
https://github.com/jenkinsci/analysis-model/commit/7164cae234468d023992a5e20f199f96417ae111
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jacoco-maven-plugin from 0.8.2 to 0.8.3

Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.2 to 
0.8.3.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.2...v0.8.3)

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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/analysis-model] 2ce94e: Bump error-prone.version from 2.3.2 to 2.3.3

2019-02-25 Thread Dependabot
  Branch: refs/heads/dependabot/maven/error-prone.version-2.3.3
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 2ce94e162e02d91444dace89286005dee37552f7
  
https://github.com/jenkinsci/analysis-model/commit/2ce94e162e02d91444dace89286005dee37552f7
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump error-prone.version from 2.3.2 to 2.3.3

Bumps `error-prone.version` from 2.3.2 to 2.3.3.

Updates `error_prone_annotations` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.3.2...v2.3.3)

Updates `error_prone_core` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.3.2...v2.3.3)

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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/analysis-model] ca5f0d: Bump junit.version from 5.3.2 to 5.4.0

2019-02-25 Thread Dependabot
  Branch: refs/heads/dependabot/maven/junit.version-5.4.0
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: ca5f0d857c0a0466b3b5793480b5f624a705d2b2
  
https://github.com/jenkinsci/analysis-model/commit/ca5f0d857c0a0466b3b5793480b5f624a705d2b2
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump junit.version from 5.3.2 to 5.4.0

Bumps `junit.version` from 5.3.2 to 5.4.0.

Updates `junit-jupiter-api` from 5.3.2 to 5.4.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.3.2...r5.4.0)

Updates `junit-jupiter-engine` from 5.3.2 to 5.4.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.3.2...r5.4.0)

Updates `junit-jupiter-params` from 5.3.2 to 5.4.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.3.2...r5.4.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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/vstestrunner-plugin] d6cfef: Bump structs from 1.14 to 1.17

2019-02-25 Thread Dependabot
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-structs-1.17
  Home:   https://github.com/jenkinsci/vstestrunner-plugin
  Commit: d6cfefc7a800ab07c80b665cdfe0a75232317911
  
https://github.com/jenkinsci/vstestrunner-plugin/commit/d6cfefc7a800ab07c80b665cdfe0a75232317911
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump structs from 1.14 to 1.17

Bumps [structs](https://github.com/jenkinsci/structs-plugin) from 1.14 to 1.17.
- [Release notes](https://github.com/jenkinsci/structs-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/structs-plugin/compare/structs-parent-1.14...structs-parent-1.17)

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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/vstestrunner-plugin] 238f0c: Bump plugin from 3.5 to 3.37

2019-02-25 Thread Dependabot
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-3.37
  Home:   https://github.com/jenkinsci/vstestrunner-plugin
  Commit: 238f0ca86fb4272820ba979dfd96de765f035b35
  
https://github.com/jenkinsci/vstestrunner-plugin/commit/238f0ca86fb4272820ba979dfd96de765f035b35
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 3.5 to 3.37

Bumps plugin from 3.5 to 3.37.

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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/configuration-as-code-plugin] 261143: Test improvements (#757)

2019-02-25 Thread Joseph Petersen
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 26114327c47b0329550b7acc5dfafc9094bdbdae
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/26114327c47b0329550b7acc5dfafc9094bdbdae
  Author: Joseph Petersen 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M 
plugin/src/test/java/io/jenkins/plugins/casc/impl/configurators/DataBoundConfiguratorTest.java
M 
plugin/src/test/java/io/jenkins/plugins/casc/impl/configurators/PrimitiveConfiguratorTest.java

  Log Message:
  ---
  Test improvements (#757)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/calendar-view-plugin] 6af943: chore(package): update uglifyjs-webpack-plugin to ...

2019-02-25 Thread greenkeeper[bot]
  Branch: refs/heads/greenkeeper/uglifyjs-webpack-plugin-2.1.2
  Home:   https://github.com/jenkinsci/calendar-view-plugin
  Commit: 6af9438559b6293e5171ff4039fb5f7b6b42722d
  
https://github.com/jenkinsci/calendar-view-plugin/commit/6af9438559b6293e5171ff4039fb5f7b6b42722d
  Author: greenkeeper[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M package.json

  Log Message:
  ---
  chore(package): update uglifyjs-webpack-plugin to version 2.1.2


  Commit: b18b5735f7da0cbe1588c7deae161e25ed267d4c
  
https://github.com/jenkinsci/calendar-view-plugin/commit/b18b5735f7da0cbe1588c7deae161e25ed267d4c
  Author: greenkeeper[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M package-lock.json

  Log Message:
  ---
  chore(package): update lockfile package-lock.json


Compare: 
https://github.com/jenkinsci/calendar-view-plugin/compare/6af9438559b6%5E...b18b5735f7da

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ontrack-plugin] a03c50: #53 Logging of results

2019-02-25 Thread Damien Coraboeuf
  Branch: refs/heads/feature/53-multi-trigger
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: a03c50ad4ed917fd1b37f08820279867b12dc2ff
  
https://github.com/jenkinsci/ontrack-plugin/commit/a03c50ad4ed917fd1b37f08820279867b12dc2ff
  Author: Damien Coraboeuf 
  Date:   2019-02-20 (Wed, 20 Feb 2019)

  Changed paths:
M src/main/java/net/nemerosa/ontrack/jenkins/trigger/TriggerDefinition.java
M src/main/java/net/nemerosa/ontrack/jenkins/trigger/TriggerHelper.java
M src/main/java/net/nemerosa/ontrack/jenkins/trigger/TriggerResult.java

  Log Message:
  ---
  #53 Logging of results


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/calendar-view-plugin]

2019-02-25 Thread greenkeeper[bot]
  Branch: refs/heads/greenkeeper/uglifyjs-webpack-plugin-2.1.2
  Home:   https://github.com/jenkinsci/calendar-view-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/datadog-plugin] 880903: Added case for non-successful, non-failed builds

2019-02-25 Thread Scott Enriquez
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 8809031f88eace3fb90c6268e5fc18fafdcb5ea3
  
https://github.com/jenkinsci/datadog-plugin/commit/8809031f88eace3fb90c6268e5fc18fafdcb5ea3
  Author: Alan Ranciato 
  Date:   2019-01-17 (Thu, 17 Jan 2019)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/BuildFinishedEventImpl.java

  Log Message:
  ---
  Added case for non-successful, non-failed builds

Marking as warning rather than failure.


  Commit: 37beb9193a3862636c7b664d4593c9eba86d49ae
  
https://github.com/jenkinsci/datadog-plugin/commit/37beb9193a3862636c7b664d4593c9eba86d49ae
  Author: Alan Ranciato 
  Date:   2019-01-18 (Fri, 18 Jan 2019)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/BuildFinishedEventImpl.java

  Log Message:
  ---
  Fixed string literal errors

and that's what happens when you've been working in Groovy for too long.

Fixed string literals and lowercase method.


  Commit: 2f0e446cda6818e66fecc1dafdba7c001ecc4617
  
https://github.com/jenkinsci/datadog-plugin/commit/2f0e446cda6818e66fecc1dafdba7c001ecc4617
  Author: Nicholas Muesch 
  Date:   2019-01-22 (Tue, 22 Jan 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Update Contributing link


  Commit: 1f1d7ded625882c74419d6071f45f632fa04bfac
  
https://github.com/jenkinsci/datadog-plugin/commit/1f1d7ded625882c74419d6071f45f632fa04bfac
  Author: Alan Ranciato 
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/BuildFinishedEventImpl.java

  Log Message:
  ---
  Update BuildFinishedEventImpl.java

1) broke title and message from conditional
2) utilize hudson.model.Result class vs. strings
3) set NULL result to NOT_BUILT vs. failure


  Commit: d0f06ce768d5af06507294e49db95470f402882a
  
https://github.com/jenkinsci/datadog-plugin/commit/d0f06ce768d5af06507294e49db95470f402882a
  Author: Alan Ranciato 
  Date:   2019-02-08 (Fri, 08 Feb 2019)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/BuildFinishedEventImpl.java

  Log Message:
  ---
  Update BuildFinishedEventImpl.java

Reorder the setting of the result


  Commit: 79de90e310a348fd90d6e8fec0cc87090e5eaa20
  
https://github.com/jenkinsci/datadog-plugin/commit/79de90e310a348fd90d6e8fec0cc87090e5eaa20
  Author: Nicholas Muesch 
  Date:   2019-02-11 (Mon, 11 Feb 2019)

  Changed paths:
M 
src/main/java/org/datadog/jenkins/plugins/datadog/BuildFinishedEventImpl.java

  Log Message:
  ---
  Merge pull request #140 from alanranciato/master

Added case for non-successful, non-failed builds


  Commit: 4ff6ddbe4e31caf08b495919346e50db3ee0f440
  
https://github.com/jenkinsci/datadog-plugin/commit/4ff6ddbe4e31caf08b495919346e50db3ee0f440
  Author: Scott Enriquez 
  Date:   2019-02-22 (Fri, 22 Feb 2019)

  Changed paths:
M CHANGELOG.md
M pom.xml

  Log Message:
  ---
  Prepare for 0.7.0 release


  Commit: 6cb103343edfda35a46abcbdbe4e1e5825740f9f
  
https://github.com/jenkinsci/datadog-plugin/commit/6cb103343edfda35a46abcbdbe4e1e5825740f9f
  Author: Scott Enriquez 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M CHANGELOG.md
M pom.xml

  Log Message:
  ---
  Merge pull request #142 from DataDog/scott/0.7.0-release

Prepare for 0.7.0 release


  Commit: 8f4cd9097a7b571ea21e6d370874d9a4b939769c
  
https://github.com/jenkinsci/datadog-plugin/commit/8f4cd9097a7b571ea21e6d370874d9a4b939769c
  Author: Scott Enriquez 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Correct changelog


  Commit: 68ae25136819f5e1616c2db32e1a35644de239da
  
https://github.com/jenkinsci/datadog-plugin/commit/68ae25136819f5e1616c2db32e1a35644de239da
  Author: Scott Enriquez 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Merge pull request #143 from DataDog/scott/correct-changelog

Correct changelog


  Commit: a767988514bb9962b2a970d9bb9582f220cc7d28
  
https://github.com/jenkinsci/datadog-plugin/commit/a767988514bb9962b2a970d9bb9582f220cc7d28
  Author: Roy Jenkins 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M CHANGELOG.md
M README.md
M pom.xml
M 
src/main/java/org/datadog/jenkins/plugins/datadog/BuildFinishedEventImpl.java

  Log Message:
  ---
  Merge datadog master for next release


Compare: 
https://github.com/jenkinsci/datadog-plugin/compare/cc471188fe66...a767988514bb

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/datadog-plugin] e4ade1: [maven-release-plugin] prepare release datadog-0.7.0

2019-02-25 Thread Scott Enriquez
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: e4ade162b073151e86cc9d146190cd8ea6e71d80
  
https://github.com/jenkinsci/datadog-plugin/commit/e4ade162b073151e86cc9d146190cd8ea6e71d80
  Author: Roy Jenkins 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release datadog-0.7.0


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/datadog-plugin]

2019-02-25 Thread Scott Enriquez
  Branch: refs/tags/datadog-0.7.0
  Home:   https://github.com/jenkinsci/datadog-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/datadog-plugin] 88e3e1: [maven-release-plugin] prepare for next developmen...

2019-02-25 Thread Scott Enriquez
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/datadog-plugin
  Commit: 88e3e1601b80e5ec7fb9beb196b8554c9aeebd59
  
https://github.com/jenkinsci/datadog-plugin/commit/88e3e1601b80e5ec7fb9beb196b8554c9aeebd59
  Author: Roy Jenkins 
  Date:   2019-02-25 (Mon, 25 Feb 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ontrack-plugin] d08836: #53 Making the `TriggerHelper` testable

2019-02-25 Thread Damien Coraboeuf
  Branch: refs/heads/feature/53-multi-trigger
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: d08836cf7c77a455ffe9b88c9e6b778506d22559
  
https://github.com/jenkinsci/ontrack-plugin/commit/d08836cf7c77a455ffe9b88c9e6b778506d22559
  Author: Damien Coraboeuf 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M src/main/java/net/nemerosa/ontrack/jenkins/OntrackMultiTrigger.java
M src/main/java/net/nemerosa/ontrack/jenkins/OntrackTrigger.java
A src/main/java/net/nemerosa/ontrack/jenkins/trigger/JenkinsTriggerJob.java
A src/main/java/net/nemerosa/ontrack/jenkins/trigger/JenkinsTriggerRun.java
M src/main/java/net/nemerosa/ontrack/jenkins/trigger/TriggerHelper.java
A src/main/java/net/nemerosa/ontrack/jenkins/trigger/TriggerJob.java
A src/main/java/net/nemerosa/ontrack/jenkins/trigger/TriggerRun.java
A src/test/java/net/nemerosa/ontrack/jenkins/trigger/TriggerHelperTest.java

  Log Message:
  ---
  #53 Making the `TriggerHelper` testable


  Commit: 814462cee80a4dd21cd75651ef6a678f909d9ed8
  
https://github.com/jenkinsci/ontrack-plugin/commit/814462cee80a4dd21cd75651ef6a678f909d9ed8
  Author: Damien Coraboeuf 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M src/main/java/net/nemerosa/ontrack/jenkins/OntrackMultiTrigger.java
M src/main/java/net/nemerosa/ontrack/jenkins/OntrackTrigger.java
M src/main/java/net/nemerosa/ontrack/jenkins/trigger/TriggerHelper.java
M src/test/java/net/nemerosa/ontrack/jenkins/trigger/TriggerHelperTest.java

  Log Message:
  ---
  #53 Testing


  Commit: 79139ea8b8eeb5086448a9e8f35aee3f035d2647
  
https://github.com/jenkinsci/ontrack-plugin/commit/79139ea8b8eeb5086448a9e8f35aee3f035d2647
  Author: Damien Coraboeuf 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M src/test/java/net/nemerosa/ontrack/jenkins/trigger/TriggerHelperTest.java

  Log Message:
  ---
  #53 Testing for single trigger


Compare: 
https://github.com/jenkinsci/ontrack-plugin/compare/a03c50ad4ed9...79139ea8b8ee

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ontrack-plugin] c57019: #53 Testing for single trigger without promotion

2019-02-25 Thread Damien Coraboeuf
  Branch: refs/heads/feature/53-multi-trigger
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: c570190789e7aa7ffa887a70a916d6a0a9a1f029
  
https://github.com/jenkinsci/ontrack-plugin/commit/c570190789e7aa7ffa887a70a916d6a0a9a1f029
  Author: Damien Coraboeuf 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M src/test/java/net/nemerosa/ontrack/jenkins/trigger/TriggerHelperTest.java

  Log Message:
  ---
  #53 Testing for single trigger without promotion


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/ontrack-plugin] 827a12: #53 Testing for multiple triggers

2019-02-25 Thread Damien Coraboeuf
  Branch: refs/heads/feature/53-multi-trigger
  Home:   https://github.com/jenkinsci/ontrack-plugin
  Commit: 827a12956a95b06559b409c1b8d404cb476fcd47
  
https://github.com/jenkinsci/ontrack-plugin/commit/827a12956a95b06559b409c1b8d404cb476fcd47
  Author: Damien Coraboeuf 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M src/test/java/net/nemerosa/ontrack/jenkins/trigger/TriggerHelperTest.java

  Log Message:
  ---
  #53 Testing for multiple triggers


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/acceptance-test-harness] 1d1e6b: [JENKINS-56198] Change the assert to pass on Java1...

2019-02-25 Thread Oliver Gondža
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/acceptance-test-harness

  Commit: 1d1e6b9029ad555ca7c106f9e7ae70a682219c9d

  
https://github.com/jenkinsci/acceptance-test-harness/commit/1d1e6b9029ad555ca7c106f9e7ae70a682219c9d

  Author: Ramon Leon 

  Date:   2019-02-19 (Tue, 19 Feb 2019)



  Changed paths:

M src/test/java/plugins/JobDslPluginTest.java



  Log Message:

  ---

  [JENKINS-56198] Change the assert to pass on Java11 and test for Java11 to 
fix the bug





  Commit: 5cc9a9b822f4a14261b4a5e0db055ffacbf1b752

  
https://github.com/jenkinsci/acceptance-test-harness/commit/5cc9a9b822f4a14261b4a5e0db055ffacbf1b752

  Author: Oleg Nenashev 

  Date:   2019-02-21 (Thu, 21 Feb 2019)



  Changed paths:

M src/test/java/plugins/JobDslPluginTest.java



  Log Message:

  ---

  Add full link to the issue



Co-Authored-By: MRamonLeon 





  Commit: df867338d529a3cdcc41ea7ba9f8c604630cc21c

  
https://github.com/jenkinsci/acceptance-test-harness/commit/df867338d529a3cdcc41ea7ba9f8c604630cc21c

  Author: Ramon Leon 

  Date:   2019-02-25 (Mon, 25 Feb 2019)



  Changed paths:

M src/test/java/plugins/JobDslPluginTest.java



  Log Message:

  ---

  [JENKINS-56198] Remove ignored test on java11

The test is working right, to fix the java11 issue where the line is not

printed we'll create another test, but it will be when we address the

issue created specifically.





  Commit: 94e9ce532822ec29ec222727d38a4eedf1f39770

  
https://github.com/jenkinsci/acceptance-test-harness/commit/94e9ce532822ec29ec222727d38a4eedf1f39770

  Author: Ramon Leon 

  Date:   2019-02-25 (Mon, 25 Feb 2019)



  Changed paths:

M .gitignore

M Jenkinsfile

M ath-container.sh

M docs/DOCKER.md

M docs/JAVA11.md

M pom.xml

R run.sh

A run.sh

R set-java.sh

A set-java.sh

M src/main/java/org/jenkinsci/test/acceptance/FallbackConfig.java

M src/main/java/org/jenkinsci/test/acceptance/Matchers.java

M src/main/java/org/jenkinsci/test/acceptance/guice/Cleaner.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_collector/AnalysisCollectorAction.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_collector/AnalysisCollectorColumn.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_collector/AnalysisCollectorPluginArea.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_collector/AnalysisCollectorSettings.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_collector/AnalysisGraphConfigurationView.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_collector/AnalysisPlugin.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_collector/WarningsPerProjectPortlet.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_core/AbstractTablePortlet.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_core/AnalysisAction.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_core/AnalysisConfigurator.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_core/AnalysisFreestyleSettings.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_core/AnalysisMavenSettings.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_core/AnalysisSettings.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_core/GlobalAnalysisConfiguration.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_core/GraphConfigurationView.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_core/NullConfigurator.java

M 
src/main/java/org/jenkinsci/test/acceptance/plugins/artifactory/ArtifactoryPublisher.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/checkstyle/CheckStyleAction.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/checkstyle/CheckStyleColumn.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/checkstyle/CheckStyleFreestyleSettings.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/checkstyle/CheckStyleMavenSettings.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/checkstyle/CheckStylePortlet.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/emma/EmmaPublisher.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/emma/EmmaResultsPage.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/findbugs/FindBugsAction.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/findbugs/FindBugsColumn.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/findbugs/FindBugsFreestyleSettings.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/findbugs/FindBugsMavenSettings.java

R 
src/main/java/org/jenkinsci/test/acceptance/plugins/findbugs/FindBugsPortlet.java

R src/mai

[jenkinsci/github-autostatus-plugin] f7fd25: Fix due-to (#28)

2019-02-25 Thread Josh Soref
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-autostatus-plugin
  Commit: f7fd25996ebecba5e48be6fb4d119701d647b3f6
  
https://github.com/jenkinsci/github-autostatus-plugin/commit/f7fd25996ebecba5e48be6fb4d119701d647b3f6
  Author: Josh Soref 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/GithubBuildNotifier.java

  Log Message:
  ---
  Fix due-to (#28)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/github-autostatus-plugin] 5992c5: spelling: GitHub (#27)

2019-02-25 Thread Josh Soref
  Branch: refs/heads/extendable
  Home:   https://github.com/jenkinsci/github-autostatus-plugin
  Commit: 5992c552737f1293f03a72ad3bf833650bb93090
  
https://github.com/jenkinsci/github-autostatus-plugin/commit/5992c552737f1293f03a72ad3bf833650bb93090
  Author: Josh Soref 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:

  Log Message:
  ---
  spelling: GitHub (#27)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/configuration-as-code-plugin] a249b1: fix revealing secret with default where env is def...

2019-02-25 Thread Joseph Petersen
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: a249b1feb2ab95fec3b4dc47678cf1c1247017f9
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/a249b1feb2ab95fec3b4dc47678cf1c1247017f9
  Author: Joseph Petersen 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M CHANGELOG.md
M plugin/src/main/java/io/jenkins/plugins/casc/SecretSourceResolver.java
M 
plugin/src/main/java/io/jenkins/plugins/casc/impl/secrets/DockerSecretSource.java
M 
plugin/src/main/java/io/jenkins/plugins/casc/impl/secrets/EnvSecretSource.java
M 
plugin/src/main/java/io/jenkins/plugins/casc/impl/secrets/VaultSecretSource.java
M plugin/src/test/java/io/jenkins/plugins/casc/SecretSourceResolverTest.java

  Log Message:
  ---
  fix revealing secret with default where env is defined (#749)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/configuration-as-code-plugin] 3111e2: changelog 1.7

2019-02-25 Thread Joseph Petersen
  Branch: refs/heads/casz-patch-1
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 3111e26667f03d591cf45e98f9a7a7ab21d3f516
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/3111e26667f03d591cf45e98f9a7a7ab21d3f516
  Author: Joseph Petersen 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  changelog 1.7


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/credentials-binding-plugin] 460d6f: Noting JENKINS-42950.

2019-02-25 Thread Jesse Glick
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/credentials-binding-plugin

  Commit: 460d6f000788288bcd944fea182fb818f73c6fa8

  
https://github.com/jenkinsci/credentials-binding-plugin/commit/460d6f000788288bcd944fea182fb818f73c6fa8

  Author: Jesse Glick 

  Date:   2019-01-14 (Mon, 14 Jan 2019)



  Changed paths:

M 
src/main/resources/org/jenkinsci/plugins/credentialsbinding/impl/BindingStep/help.html



  Log Message:

  ---

  Noting JENKINS-42950.





  Commit: aecd6f6b58004689580ed2895e0728f27ee418c8

  
https://github.com/jenkinsci/credentials-binding-plugin/commit/aecd6f6b58004689580ed2895e0728f27ee418c8

  Author: Jesse Glick 

  Date:   2019-01-15 (Tue, 15 Jan 2019)



  Changed paths:

M 
src/main/resources/org/jenkinsci/plugins/credentialsbinding/impl/BindingStep/help.html



  Log Message:

  ---

  Phrasing change suggested by @daniel-beck.





  Commit: 5f23af9b58e0c0156560e2d6436aa955b661f98c

  
https://github.com/jenkinsci/credentials-binding-plugin/commit/5f23af9b58e0c0156560e2d6436aa955b661f98c

  Author: Jesse Glick 

  Date:   2019-02-20 (Wed, 20 Feb 2019)



  Changed paths:

M pom.xml

M 
src/test/java/org/jenkinsci/plugins/credentialsbinding/impl/CertificateMultiBindingTest.java

M 
src/test/java/org/jenkinsci/plugins/credentialsbinding/impl/SSHUserPrivateKeyTest.java

M 
src/test/java/org/jenkinsci/plugins/credentialsbinding/impl/ZipFileBindingTest.java

M 
src/test/resources/org/jenkinsci/plugins/credentialsbinding/impl/CertificateMultiBindingTest/basicsPipeline-step1.sh



  Log Message:

  ---

  Merge branch 'master' into warning-JENKINS-42950





  Commit: 66640ffb898db98b7cbd81c81bd25c622f3e1217

  
https://github.com/jenkinsci/credentials-binding-plugin/commit/66640ffb898db98b7cbd81c81bd25c622f3e1217

  Author: Jesse Glick 

  Date:   2019-02-20 (Wed, 20 Feb 2019)



  Changed paths:

M 
src/main/resources/org/jenkinsci/plugins/credentialsbinding/impl/BindingStep/help.html



  Log Message:

  ---

  Tweaking discussion of the Bash quirk.





  Commit: 26075fc70420156e30bf4a842c85158498008544

  
https://github.com/jenkinsci/credentials-binding-plugin/commit/26075fc70420156e30bf4a842c85158498008544

  Author: Jesse Glick 

  Date:   2019-02-20 (Wed, 20 Feb 2019)



  Changed paths:

M 
src/main/resources/org/jenkinsci/plugins/credentialsbinding/impl/BindingStep/config.jelly

A 
src/main/resources/org/jenkinsci/plugins/credentialsbinding/impl/BindingStep/config.properties



  Log Message:

  ---

  Highlighting the existence of inline help.





  Commit: 6811ac8e22d269b5896d7b7be35df16b68dffbd6

  
https://github.com/jenkinsci/credentials-binding-plugin/commit/6811ac8e22d269b5896d7b7be35df16b68dffbd6

  Author: Jesse Glick 

  Date:   2019-02-20 (Wed, 20 Feb 2019)



  Changed paths:

M src/main/java/org/jenkinsci/plugins/credentialsbinding/MultiBinding.java

M 
src/main/java/org/jenkinsci/plugins/credentialsbinding/impl/BindingStep.java

M 
src/main/java/org/jenkinsci/plugins/credentialsbinding/impl/CertificateMultiBinding.java

M 
src/main/java/org/jenkinsci/plugins/credentialsbinding/impl/SSHUserPrivateKeyBinding.java

M 
src/main/java/org/jenkinsci/plugins/credentialsbinding/impl/UsernamePasswordMultiBinding.java

M 
src/test/java/org/jenkinsci/plugins/credentialsbinding/impl/BindingStepTest.java



  Log Message:

  ---

  Printing a message to the build log with a reminder of variables being masked.





  Commit: 6010e3a093a67f1a4d249849cb24084d801a8bfe

  
https://github.com/jenkinsci/credentials-binding-plugin/commit/6010e3a093a67f1a4d249849cb24084d801a8bfe

  Author: Jesse Glick 

  Date:   2019-02-20 (Wed, 20 Feb 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Parent bump.





  Commit: fb32b3bb7e0d33d75c569d94cb7295c1d83477c5

  
https://github.com/jenkinsci/credentials-binding-plugin/commit/fb32b3bb7e0d33d75c569d94cb7295c1d83477c5

  Author: Devin Nusbaum 

  Date:   2019-02-25 (Mon, 25 Feb 2019)



  Changed paths:

M 
src/main/java/org/jenkinsci/plugins/credentialsbinding/impl/BindingStep.java



  Log Message:

  ---

  Added “only” to phrasing



Co-Authored-By: jglick 





  Commit: 02b4bb89587d4fdc3698847b27a6bb8c5a32788b

  
https://github.com/jenkinsci/credentials-binding-plugin/commit/02b4bb89587d4fdc3698847b27a6bb8c5a32788b

  Author: Jesse Glick 

  Date:   2019-02-25 (Mon, 25 Feb 2019)



  Changed paths:

M 
src/main/resources/org/jenkinsci/plugins/credentialsbinding/impl/BindingStep/help.html



  Log Message:

  ---

  @dwnusbaum suggested also linking to blog.





  Commit: c0c9ca70a99f88a292ec569295a86767067df562

  
https://github.com/jenkinsci/credentials-binding-plugin/commit/c0c9ca70a99f88a292ec569295a86767067df562

  Author: Jesse Glick 

  Date:   2019-02-25 (Mon, 25 Feb 2019)



  Changed paths:

M 
s

[jenkinsci/configuration-as-code-plugin] 313688: changelog 1.7

2019-02-25 Thread Joseph Petersen
  Branch: refs/heads/casz-patch-1
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 31368865d794896d87c8b8a13bfbd18b57e67d17
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/31368865d794896d87c8b8a13bfbd18b57e67d17
  Author: Joseph Petersen 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  changelog 1.7


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/credentials-binding-plugin] b17ee9: [maven-release-plugin] prepare release credentials...

2019-02-25 Thread Jesse Glick
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/credentials-binding-plugin
  Commit: b17ee9db7a0449c7fb31c18e2f569770418e8812
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/b17ee9db7a0449c7fb31c18e2f569770418e8812
  Author: Jesse Glick 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release credentials-binding-1.18


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/credentials-binding-plugin]

2019-02-25 Thread Jesse Glick
  Branch: refs/tags/credentials-binding-1.18
  Home:   https://github.com/jenkinsci/credentials-binding-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/credentials-binding-plugin] 86dede: [maven-release-plugin] prepare for next developmen...

2019-02-25 Thread Jesse Glick
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/credentials-binding-plugin
  Commit: 86dede117a28b62d265d75f3b30ee155c3822428
  
https://github.com/jenkinsci/credentials-binding-plugin/commit/86dede117a28b62d265d75f3b30ee155c3822428
  Author: Jesse Glick 
  Date:   2019-02-25 (Mon, 25 Feb 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/configuration-as-code-plugin] 6a98fe: fix issue links

2019-02-25 Thread Joseph Petersen
  Branch: refs/heads/casz-patch-1
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 6a98fe1817f6265e9ce0e43efab18fc335ba202e
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/6a98fe1817f6265e9ce0e43efab18fc335ba202e
  Author: Joseph Petersen 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  fix issue links


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/configuration-as-code-plugin] 3ba874: fix issue links

2019-02-25 Thread Joseph Petersen
  Branch: refs/heads/casz-patch-1
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 3ba8744fedd825d5fb9d870e1dedbea929db12ec
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/3ba8744fedd825d5fb9d870e1dedbea929db12ec
  Author: Joseph Petersen 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  fix issue links


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/configuration-as-code-plugin] 958106: fix issue links

2019-02-25 Thread Joseph Petersen
  Branch: refs/heads/casz-patch-1
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 9581068c3c5762540b8a4d0ebf97f2a906eba752
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/9581068c3c5762540b8a4d0ebf97f2a906eba752
  Author: Joseph Petersen 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  fix issue links


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/configuration-as-code-plugin] 4eb7ef: fix issue links

2019-02-25 Thread Joseph Petersen
  Branch: refs/heads/casz-patch-1
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 4eb7efb08266d6436ceb944484a6f5071f259409
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/4eb7efb08266d6436ceb944484a6f5071f259409
  Author: Joseph Petersen 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  fix issue links


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/configuration-as-code-plugin]

2019-02-25 Thread Joseph Petersen
  Branch: refs/heads/casz-patch-1
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/configuration-as-code-plugin] 817e37: changelog 1.7 (#759)

2019-02-25 Thread Joseph Petersen
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 817e37c22a696ac2a639567058fc61fe40f971a3
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/817e37c22a696ac2a639567058fc61fe40f971a3
  Author: Joseph Petersen 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  changelog 1.7 (#759)

* changelog 1.7

* fix issue links


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/configuration-as-code-plugin]

2019-02-25 Thread Joseph Petersen
  Branch: refs/tags/configuration-as-code-1.7
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/configuration-as-code-plugin] baab02: [maven-release-plugin] prepare release configurati...

2019-02-25 Thread Joseph Petersen
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: baab02b2374f8edeea7c2892e871cf08a9843410
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/baab02b2374f8edeea7c2892e871cf08a9843410
  Author: Joseph Petersen 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M integrations/pom.xml
M plugin/pom.xml
M pom.xml
M snakeyaml/pom.xml
M support/pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release configuration-as-code-1.7


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/configuration-as-code-plugin] b4827d: [maven-release-plugin] prepare for next developmen...

2019-02-25 Thread Joseph Petersen
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: b4827d122bee37ed74174485a4b09adc337aafc5
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/b4827d122bee37ed74174485a4b09adc337aafc5
  Author: Joseph Petersen 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M integrations/pom.xml
M plugin/pom.xml
M pom.xml
M snakeyaml/pom.xml
M support/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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dashboard-view-plugin] e34b1d: Update parent & dependencies

2019-02-25 Thread Tobias Gruetzmacher
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dashboard-view-plugin
  Commit: e34b1d8f86625ba6402d4040f90ced27c0ee0f0e
  
https://github.com/jenkinsci/dashboard-view-plugin/commit/e34b1d8f86625ba6402d4040f90ced27c0ee0f0e
  Author: Tobias Gruetzmacher 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update parent & dependencies


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/google-compute-engine-plugin] 03468e: Combining one-shot with snapshot creation. (#29)

2019-02-25 Thread Rachel Yen
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/google-compute-engine-plugin
  Commit: 03468efce98ac8520ebb2427d78a8c4d7e91710a
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/03468efce98ac8520ebb2427d78a8c4d7e91710a
  Author: Rachel Yen 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineComputer.java
M 
src/main/java/com/google/jenkins/plugins/computeengine/ComputeEngineInstance.java
M 
src/main/java/com/google/jenkins/plugins/computeengine/InstanceConfiguration.java
M 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/config.jelly
M 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-createSnapshot.html
M 
src/main/resources/com/google/jenkins/plugins/computeengine/InstanceConfiguration/help-oneShot.html
M 
src/main/resources/com/google/jenkins/plugins/computeengine/Messages.properties
M 
src/test/java/com/google/jenkins/plugins/computeengine/ComputeEngineCloudIT.java
M 
src/test/java/com/google/jenkins/plugins/computeengine/ComputeEngineCloudWindowsIT.java

  Log Message:
  ---
  Combining one-shot with snapshot creation. (#29)

* One-shot with snapshot UI

* Fixed integration tests to accommodate One-shot with snapshots.

* Removed un-used imports

* Validation for one-shot and create snapshots and some cleanup

* Changing Jenkins version to more recent release

* Moved error message to Messages.properties and removed jenkins version change 
from PR


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/google-compute-engine-plugin] 228e36: Change Jenkins version to 2.107.1. (#30)

2019-02-25 Thread Rachel Yen
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/google-compute-engine-plugin
  Commit: 228e36e7dce0a13257e5a714e69a45947a6c4d7d
  
https://github.com/jenkinsci/google-compute-engine-plugin/commit/228e36e7dce0a13257e5a714e69a45947a6c4d7d
  Author: Rachel Yen 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Change Jenkins version to 2.107.1. (#30)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/calendar-view-plugin] d593f5: chore(package): update mocha to version 6.0.2

2019-02-25 Thread greenkeeper[bot]
  Branch: refs/heads/greenkeeper/mocha-6.0.2
  Home:   https://github.com/jenkinsci/calendar-view-plugin
  Commit: d593f55a303e636ccaf05b48007e886cd970b464
  
https://github.com/jenkinsci/calendar-view-plugin/commit/d593f55a303e636ccaf05b48007e886cd970b464
  Author: greenkeeper[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M package.json

  Log Message:
  ---
  chore(package): update mocha to version 6.0.2

Closes #13


  Commit: b5e9bfc7aad1636f5008e7c7832524dbffd71f01
  
https://github.com/jenkinsci/calendar-view-plugin/commit/b5e9bfc7aad1636f5008e7c7832524dbffd71f01
  Author: greenkeeper[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M package-lock.json

  Log Message:
  ---
  chore(package): update lockfile package-lock.json


Compare: 
https://github.com/jenkinsci/calendar-view-plugin/compare/d593f55a303e%5E...b5e9bfc7aad1

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dashboard-view-plugin] b18e6f: Try to fix the build?!

2019-02-25 Thread Tobias Gruetzmacher
  Branch: refs/heads/test-build
  Home:   https://github.com/jenkinsci/dashboard-view-plugin
  Commit: b18e6f52b4802f82fdac4c91d43d772ca56d2ea4
  
https://github.com/jenkinsci/dashboard-view-plugin/commit/b18e6f52b4802f82fdac4c91d43d772ca56d2ea4
  Author: Tobias Gruetzmacher 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M 
src/test/resources/hudson/plugins/view/dashboard/test/maven-unit-failure.zip

  Log Message:
  ---
  Try to fix the build?!


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/bitbucket-pullrequest-builder-plugin] b85e8a: Fixed setBuildStatus' abstraction

2019-02-25 Thread David Frascone
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin
  Commit: b85e8a6c16f69e7fc6f217738c12f4d515733092
  
https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin/commit/b85e8a6c16f69e7fc6f217738c12f4d515733092
  Author: David Frascone 
  Date:   2019-02-20 (Wed, 20 Feb 2019)

  Changed paths:
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/bitbucket/ApiClient.java
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/bitbucket/cloud/CloudApiClient.java
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/bitbucket/server/ServerApiClient.java

  Log Message:
  ---
  Fixed setBuildStatus' abstraction


  Commit: 745b06a2aa71fd282aa478c946f874c5e0b09219
  
https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin/commit/745b06a2aa71fd282aa478c946f874c5e0b09219
  Author: David Frascone 
  Date:   2019-02-21 (Thu, 21 Feb 2019)

  Changed paths:
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/bitbucket/ApiClient.java
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/bitbucket/cloud/CloudApiClient.java
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/bitbucket/server/ServerApiClient.java

  Log Message:
  ---
  Merge pull request #191 from CodeMonk/bugfix/abstraction-is-hard

Fixed setBuildStatus' abstraction


  Commit: 54e3ff29da0d2d54a9336347a8ce60816d8833e2
  
https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin/commit/54e3ff29da0d2d54a9336347a8ce60816d8833e2
  Author: David Frascone 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/bitbucket/ApiClient.java
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/bitbucket/cloud/CloudApiClient.java
M 
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/bitbucket/server/ServerApiClient.java

  Log Message:
  ---
  Merge pull request #21 from nishio-dens/master

setBuildStatus broken for cloud


Compare: 
https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin/compare/9a5577eee20c...54e3ff29da0d

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/bitbucket-pullrequest-builder-plugin]

2019-02-25 Thread David Frascone
  Branch: refs/tags/bitbucket-pullrequest-builder-1.4.30
  Home:   https://github.com/jenkinsci/bitbucket-pullrequest-builder-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/bitbucket-pullrequest-builder-plugin] 1bbcd9: [maven-release-plugin] prepare release bitbucket-p...

2019-02-25 Thread David Frascone
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin
  Commit: 1bbcd99682ad7528f7f4b4ec11d6fbcaa2a54cba
  
https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin/commit/1bbcd99682ad7528f7f4b4ec11d6fbcaa2a54cba
  Author: David Frascone 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release bitbucket-pullrequest-builder-1.4.30


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/bitbucket-pullrequest-builder-plugin] 446a80: [maven-release-plugin] prepare for next developmen...

2019-02-25 Thread David Frascone
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin
  Commit: 446a809a466e8e669a3b35046aec5e5641c0a4ac
  
https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin/commit/446a809a466e8e669a3b35046aec5e5641c0a4ac
  Author: David Frascone 
  Date:   2019-02-25 (Mon, 25 Feb 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/analysis-model] a35610: Fixed path test on Windows.

2019-02-25 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: a356104e6872db54d0e17eba262f4e2a0bb1cd26
  
https://github.com/jenkinsci/analysis-model/commit/a356104e6872db54d0e17eba262f4e2a0bb1cd26
  Author: Ulli Hafner 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M src/main/java/edu/hm/hafner/util/PathUtil.java

  Log Message:
  ---
  Fixed path test on Windows.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/dashboard-view-plugin]

2019-02-25 Thread Tobias Gruetzmacher
  Branch: refs/heads/test-build
  Home:   https://github.com/jenkinsci/dashboard-view-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/analysis-model]

2019-02-25 Thread dependabot[bot]
  Branch: refs/heads/dependabot/maven/com.j2html-j2html-1.4.0
  Home:   https://github.com/jenkinsci/analysis-model

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/analysis-model] ee0126: Bump j2html from 1.3.0 to 1.4.0

2019-02-25 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: ee012615cb7c68478f747c30413fcbdf72335937
  
https://github.com/jenkinsci/analysis-model/commit/ee012615cb7c68478f747c30413fcbdf72335937
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump j2html from 1.3.0 to 1.4.0

Bumps [j2html](https://github.com/tipsy/j2html) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/tipsy/j2html/releases)
- [Commits](https://github.com/tipsy/j2html/compare/j2html-1.3.0...j2html-1.4.0)

Signed-off-by: dependabot[bot] 


  Commit: 2dfef330bfa60ff046041ed6c334c2e188ee4c0d
  
https://github.com/jenkinsci/analysis-model/commit/2dfef330bfa60ff046041ed6c334c2e188ee4c0d
  Author: Ullrich Hafner 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #87 from jenkinsci/dependabot/maven/com.j2html-j2html-1.4.0

Bump j2html from 1.3.0 to 1.4.0


Compare: 
https://github.com/jenkinsci/analysis-model/compare/a356104e6872...2dfef330bfa6

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/analysis-model] 7164ca: Bump jacoco-maven-plugin from 0.8.2 to 0.8.3

2019-02-25 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 7164cae234468d023992a5e20f199f96417ae111
  
https://github.com/jenkinsci/analysis-model/commit/7164cae234468d023992a5e20f199f96417ae111
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jacoco-maven-plugin from 0.8.2 to 0.8.3

Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.2 to 
0.8.3.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.2...v0.8.3)

Signed-off-by: dependabot[bot] 


  Commit: 96732b0d8763e4eaf28028a9c3db5963bad2bfd2
  
https://github.com/jenkinsci/analysis-model/commit/96732b0d8763e4eaf28028a9c3db5963bad2bfd2
  Author: Ullrich Hafner 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

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

Bump jacoco-maven-plugin from 0.8.2 to 0.8.3


Compare: 
https://github.com/jenkinsci/analysis-model/compare/2dfef330bfa6...96732b0d8763

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/analysis-model]

2019-02-25 Thread dependabot[bot]
  Branch: refs/heads/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.3
  Home:   https://github.com/jenkinsci/analysis-model

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/analysis-model] 4737bf: Bump checkstyle from 8.16 to 8.18

2019-02-25 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 4737bff0a03c9ba4f3ab7a1dba705192f3e0e7d4
  
https://github.com/jenkinsci/analysis-model/commit/4737bff0a03c9ba4f3ab7a1dba705192f3e0e7d4
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump checkstyle from 8.16 to 8.18

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.16 to 8.18.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- 
[Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.16...checkstyle-8.18)

Signed-off-by: dependabot[bot] 


  Commit: 84c4a9dbbbacad56e88e5c6c520043e3c3d25a13
  
https://github.com/jenkinsci/analysis-model/commit/84c4a9dbbbacad56e88e5c6c520043e3c3d25a13
  Author: Ullrich Hafner 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #90 from 
jenkinsci/dependabot/maven/com.puppycrawl.tools-checkstyle-8.18

Bump checkstyle from 8.16 to 8.18


Compare: 
https://github.com/jenkinsci/analysis-model/compare/96732b0d8763...84c4a9dbbbac

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/analysis-model]

2019-02-25 Thread dependabot[bot]
  Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-8.18
  Home:   https://github.com/jenkinsci/analysis-model

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/analysis-model]

2019-02-25 Thread dependabot[bot]
  Branch: refs/heads/dependabot/maven/junit.version-5.4.0
  Home:   https://github.com/jenkinsci/analysis-model

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/analysis-model] ca5f0d: Bump junit.version from 5.3.2 to 5.4.0

2019-02-25 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: ca5f0d857c0a0466b3b5793480b5f624a705d2b2
  
https://github.com/jenkinsci/analysis-model/commit/ca5f0d857c0a0466b3b5793480b5f624a705d2b2
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump junit.version from 5.3.2 to 5.4.0

Bumps `junit.version` from 5.3.2 to 5.4.0.

Updates `junit-jupiter-api` from 5.3.2 to 5.4.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.3.2...r5.4.0)

Updates `junit-jupiter-engine` from 5.3.2 to 5.4.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.3.2...r5.4.0)

Updates `junit-jupiter-params` from 5.3.2 to 5.4.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.3.2...r5.4.0)

Signed-off-by: dependabot[bot] 


  Commit: 2de8ed270939c5b97b0bde16315548af156fb47a
  
https://github.com/jenkinsci/analysis-model/commit/2de8ed270939c5b97b0bde16315548af156fb47a
  Author: Ullrich Hafner 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #91 from jenkinsci/dependabot/maven/junit.version-5.4.0

Bump junit.version from 5.3.2 to 5.4.0


Compare: 
https://github.com/jenkinsci/analysis-model/compare/84c4a9dbbbac...2de8ed270939

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/analysis-model] 2ce94e: Bump error-prone.version from 2.3.2 to 2.3.3

2019-02-25 Thread Ullrich Hafner
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/analysis-model
  Commit: 2ce94e162e02d91444dace89286005dee37552f7
  
https://github.com/jenkinsci/analysis-model/commit/2ce94e162e02d91444dace89286005dee37552f7
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump error-prone.version from 2.3.2 to 2.3.3

Bumps `error-prone.version` from 2.3.2 to 2.3.3.

Updates `error_prone_annotations` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.3.2...v2.3.3)

Updates `error_prone_core` from 2.3.2 to 2.3.3
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](https://github.com/google/error-prone/compare/v2.3.2...v2.3.3)

Signed-off-by: dependabot[bot] 


  Commit: ae05bfb88a7410d451c9febc8928bc93f9e9e9e0
  
https://github.com/jenkinsci/analysis-model/commit/ae05bfb88a7410d451c9febc8928bc93f9e9e9e0
  Author: Ullrich Hafner 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #89 from 
jenkinsci/dependabot/maven/error-prone.version-2.3.3

Bump error-prone.version from 2.3.2 to 2.3.3


Compare: 
https://github.com/jenkinsci/analysis-model/compare/2de8ed270939...ae05bfb88a74

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/analysis-model]

2019-02-25 Thread dependabot[bot]
  Branch: refs/heads/dependabot/maven/error-prone.version-2.3.3
  Home:   https://github.com/jenkinsci/analysis-model

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/overops-query-plugin] 81e786: ignore MacOS .DS_Store file

2019-02-25 Thread Joe Offenberg
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/overops-query-plugin
  Commit: 81e7860506cca68368890fdc3d5a8b273dada896
  
https://github.com/jenkinsci/overops-query-plugin/commit/81e7860506cca68368890fdc3d5a8b273dada896
  Author: Dave Snyder 
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
R .DS_Store
M .gitignore

  Log Message:
  ---
  ignore MacOS .DS_Store file


  Commit: 2fbc66c526b97f773cd69a6400eba7804da0af2a
  
https://github.com/jenkinsci/overops-query-plugin/commit/2fbc66c526b97f773cd69a6400eba7804da0af2a
  Author: Dave Snyder 
  Date:   2019-02-15 (Fri, 15 Feb 2019)

  Changed paths:
M src/main/java/com/overops/plugins/jenkins/query/QueryOverOps.java
M 
src/main/resources/com/overops/plugins/jenkins/query/QueryOverOps/config.jelly

  Log Message:
  ---
  fix whitespace


  Commit: 09f9a7af7e56c157f7f0b1827bb5c29c151ddfe4
  
https://github.com/jenkinsci/overops-query-plugin/commit/09f9a7af7e56c157f7f0b1827bb5c29c151ddfe4
  Author: Dave Snyder 
  Date:   2019-02-17 (Sun, 17 Feb 2019)

  Changed paths:
M src/main/java/com/overops/plugins/jenkins/query/QueryOverOps.java

  Log Message:
  ---
  refactor, add setters, fix getter names, allow JSONObjects to be null for 
pipeline


  Commit: 0d5b3c0371dad96f4e74816bc26bbf3846ffb43d
  
https://github.com/jenkinsci/overops-query-plugin/commit/0d5b3c0371dad96f4e74816bc26bbf3846ffb43d
  Author: Dave Snyder 
  Date:   2019-02-17 (Sun, 17 Feb 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  document pipeline mode


  Commit: a01f4b09658cb764194a19eda9881e13a1e44a4a
  
https://github.com/jenkinsci/overops-query-plugin/commit/a01f4b09658cb764194a19eda9881e13a1e44a4a
  Author: Dave Snyder 
  Date:   2019-02-18 (Mon, 18 Feb 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  add migrating from v1 to v2


  Commit: 5acc6401cfc91333fce67292b7022fe45809cbfe
  
https://github.com/jenkinsci/overops-query-plugin/commit/5acc6401cfc91333fce67292b7022fe45809cbfe
  Author: Dave Snyder 
  Date:   2019-02-18 (Mon, 18 Feb 2019)

  Changed paths:
M 
src/main/resources/com/overops/plugins/jenkins/query/QueryOverOps/config.jelly

  Log Message:
  ---
  revert changes


  Commit: 88b6ede70494d9ce58b7dfc9fad410d08b7e2003
  
https://github.com/jenkinsci/overops-query-plugin/commit/88b6ede70494d9ce58b7dfc9fad410d08b7e2003
  Author: Dave Snyder 
  Date:   2019-02-18 (Mon, 18 Feb 2019)

  Changed paths:
M 
src/main/resources/com/overops/plugins/jenkins/query/QueryOverOps/config.jelly

  Log Message:
  ---
  revert changes


  Commit: 58f8687d9994782169fc0a88576b18e29424e8f5
  
https://github.com/jenkinsci/overops-query-plugin/commit/58f8687d9994782169fc0a88576b18e29424e8f5
  Author: Dave Snyder 
  Date:   2019-02-19 (Tue, 19 Feb 2019)

  Changed paths:
M src/main/java/com/overops/plugins/jenkins/query/QueryOverOps.java
A 
src/main/resources/com/overops/plugins/jenkins/query/OverOpsBuildAction/bootstrap.css.jelly

  Log Message:
  ---
  check that baselineTimespan > 0 before setting runRegressions = true


  Commit: 65d6b654c8f0b65df525706d43a10b3742218e59
  
https://github.com/jenkinsci/overops-query-plugin/commit/65d6b654c8f0b65df525706d43a10b3742218e59
  Author: Dave Snyder 
  Date:   2019-02-19 (Tue, 19 Feb 2019)

  Changed paths:
R 
src/main/resources/com/overops/plugins/jenkins/query/OverOpsBuildAction/bootstrap.css.jelly

  Log Message:
  ---
  remove extra file


  Commit: 0528c5430b70ea29fbd1589fbef2d041d996777c
  
https://github.com/jenkinsci/overops-query-plugin/commit/0528c5430b70ea29fbd1589fbef2d041d996777c
  Author: Dave Snyder 
  Date:   2019-02-19 (Tue, 19 Feb 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  fix parameters table formatting


  Commit: 1ee16f4f9eb1543beffaac8e3b11b8934126550f
  
https://github.com/jenkinsci/overops-query-plugin/commit/1ee16f4f9eb1543beffaac8e3b11b8934126550f
  Author: Joe Offenberg 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
R .DS_Store
M .gitignore
M README.md
M src/main/java/com/overops/plugins/jenkins/query/QueryOverOps.java

  Log Message:
  ---
  Merge pull request #26 from jenkinsci/ds/issue-25

Issue 25 - Add Pipeline support to v2


Compare: 
https://github.com/jenkinsci/overops-query-plugin/compare/3f368148e9bc...1ee16f4f9eb1

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/acceptance-test-harness] 028b6e: Remove doc reference of selenium 2

2019-02-25 Thread Oliver Gondža
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/acceptance-test-harness

  Commit: 028b6eb58a85b4a74a614c9c6bab25e43b168f5c

  
https://github.com/jenkinsci/acceptance-test-harness/commit/028b6eb58a85b4a74a614c9c6bab25e43b168f5c

  Author: Oliver Gondža 

  Date:   2019-02-25 (Mon, 25 Feb 2019)



  Changed paths:

M docs/BROWSER.md



  Log Message:

  ---

  Remove doc reference of selenium 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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/kerberos-sso-plugin] 5d5c9d: Move in the ATH tests

2019-02-25 Thread Oliver Gondža
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/kerberos-sso-plugin

  Commit: 5d5c9d73d6d2847f537748d7f89893ee364b1b47

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/5d5c9d73d6d2847f537748d7f89893ee364b1b47

  Author: Oliver Gondža 

  Date:   2019-02-14 (Thu, 14 Feb 2019)



  Changed paths:

M pom.xml

A 
src/test/java/com/sonymobile/jenkins/plugins/kerberossso/KerberosContainer.java

M 
src/test/java/com/sonymobile/jenkins/plugins/kerberossso/KerberosFilterTest.java

A 
src/test/java/com/sonymobile/jenkins/plugins/kerberossso/KerberosSsoTest.java

A 
src/test/resources/com/sonymobile/jenkins/plugins/kerberossso/KerberosContainer/Dockerfile

A 
src/test/resources/com/sonymobile/jenkins/plugins/kerberossso/KerberosContainer/README.md

A 
src/test/resources/com/sonymobile/jenkins/plugins/kerberossso/KerberosContainer/run-kdc.sh

A 
src/test/resources/com/sonymobile/jenkins/plugins/kerberossso/KerberosContainer/src/etc.krb5.conf

A 
src/test/resources/com/sonymobile/jenkins/plugins/kerberossso/KerberosContainer/src/keytab.sh

A 
src/test/resources/com/sonymobile/jenkins/plugins/kerberossso/KerberosContainer/src/login.conf

A 
src/test/resources/com/sonymobile/jenkins/plugins/kerberossso/KerberosContainer/src/prepare.sh

A 
src/test/resources/com/sonymobile/jenkins/plugins/kerberossso/KerberosContainer/src/var.kerberos.krb5kdc.kadm5.acl



  Log Message:

  ---

  Move in the ATH tests





  Commit: c37b1eb7ba000a6b6bbc937ef4e0e49590e84a8e

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/c37b1eb7ba000a6b6bbc937ef4e0e49590e84a8e

  Author: Oliver Gondža 

  Date:   2019-02-14 (Thu, 14 Feb 2019)



  Changed paths:

M Jenkinsfile

M pom.xml

M src/checkstyle-suppressions.xml

M 
src/main/java/com/sonymobile/jenkins/plugins/kerberossso/KerberosSSOFilter.java

M src/main/java/com/sonymobile/jenkins/plugins/kerberossso/PluginImpl.java

M 
src/test/java/com/sonymobile/jenkins/plugins/kerberossso/KerberosConfigTest.java

M 
src/test/java/com/sonymobile/jenkins/plugins/kerberossso/KerberosFilterTest.java

M swe_checkstyle.xml



  Log Message:

  ---

  Merge branch 'master' into ath





  Commit: 513eebf27fb28e5dda9c477b6effd645aa42e084

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/513eebf27fb28e5dda9c477b6effd645aa42e084

  Author: Oliver Gondža 

  Date:   2019-02-14 (Thu, 14 Feb 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Goodbye checkstyle





  Commit: 335668349928c7827fcddb44b531c9c823b50b6b

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/335668349928c7827fcddb44b531c9c823b50b6b

  Author: Oliver Gondža 

  Date:   2019-02-15 (Fri, 15 Feb 2019)



  Changed paths:

M pom.xml



  Log Message:

  ---

  Exclude colliding dependencies





  Commit: f1e926e3ee88a3d01bcd13f78aa7bd4a46948a95

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/f1e926e3ee88a3d01bcd13f78aa7bd4a46948a95

  Author: Oliver Gondža 

  Date:   2019-02-15 (Fri, 15 Feb 2019)



  Changed paths:

M 
src/test/java/com/sonymobile/jenkins/plugins/kerberossso/KerberosFilterTest.java



  Log Message:

  ---

  fixup





  Commit: d835b831fdff160839acfbab1bd21071604335b8

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/d835b831fdff160839acfbab1bd21071604335b8

  Author: Oliver Gondža 

  Date:   2019-02-15 (Fri, 15 Feb 2019)



  Changed paths:

M Jenkinsfile

M 
src/test/java/com/sonymobile/jenkins/plugins/kerberossso/KerberosSsoTest.java



  Log Message:

  ---

  Fix selenium test invocation





  Commit: 40c8d51588931b62eee78fe83354233ed23a66cf

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/40c8d51588931b62eee78fe83354233ed23a66cf

  Author: Oliver Gondža 

  Date:   2019-02-15 (Fri, 15 Feb 2019)



  Changed paths:

M Jenkinsfile



  Log Message:

  ---

  Use list argument





  Commit: ee2467b819c95d8f73050d309a9932ebeaa784b5

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/ee2467b819c95d8f73050d309a9932ebeaa784b5

  Author: Oliver Gondža 

  Date:   2019-02-15 (Fri, 15 Feb 2019)



  Changed paths:

M Jenkinsfile



  Log Message:

  ---

  Invoke ATH properly





  Commit: 6dae6e7ad8bf587c9d29afd30ef21289a9e65522

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/6dae6e7ad8bf587c9d29afd30ef21289a9e65522

  Author: Oliver Gondža 

  Date:   2019-02-22 (Fri, 22 Feb 2019)



  Changed paths:

M Jenkinsfile



  Log Message:

  ---

  Consume latest ATH image





  Commit: edcd26618fb9723cf9c2a97e72e5b15a890202c5

  
https://github.com/jenkinsci/kerberos-sso-plugin/commit/edcd26618fb9723cf9c2a97e72e5b15a890202c5

  Author: Oliver Gondža 

  Date:   2019-02-22 (Fri, 22 Feb 2019)



  Changed paths:

M Jenkinsfile



  Log Message:

  ---

  Fix script paths


[jenkinsci/mock-slave-plugin] 79416f: Bump plugin from 3.21 to 3.37

2019-02-25 Thread Jesse Glick
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mock-slave-plugin
  Commit: 79416f51ffe16a9b98d8d067b0d73ecc41a9a7df
  
https://github.com/jenkinsci/mock-slave-plugin/commit/79416f51ffe16a9b98d8d067b0d73ecc41a9a7df
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 3.21 to 3.37

Bumps plugin from 3.21 to 3.37.

Signed-off-by: dependabot[bot] 


  Commit: 47ea7ad601025f0f333a9b5bdc08cf147070b92a
  
https://github.com/jenkinsci/mock-slave-plugin/commit/47ea7ad601025f0f333a9b5bdc08cf147070b92a
  Author: Jesse Glick 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

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

Bump plugin from 3.21 to 3.37


Compare: 
https://github.com/jenkinsci/mock-slave-plugin/compare/056c9e2b4a31...47ea7ad60102

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/mock-slave-plugin]

2019-02-25 Thread Jesse Glick
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-3.37
  Home:   https://github.com/jenkinsci/mock-slave-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/mock-slave-plugin]

2019-02-25 Thread dependabot[bot]
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-durable-task-1.29
  Home:   https://github.com/jenkinsci/mock-slave-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/mock-slave-plugin] 4d0906: Removing obsolete comment

2019-02-25 Thread Jesse Glick
  Branch: refs/heads/dependabot/maven/io.jenkins-configuration-as-code-1.6
  Home:   https://github.com/jenkinsci/mock-slave-plugin
  Commit: 4d09064dc61bdd3a2287be2ddd588131ac04407e
  
https://github.com/jenkinsci/mock-slave-plugin/commit/4d09064dc61bdd3a2287be2ddd588131ac04407e
  Author: Jesse Glick 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Removing obsolete comment


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/log-cli-plugin]

2019-02-25 Thread dependabot[bot]
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-3.37
  Home:   https://github.com/jenkinsci/log-cli-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/log-cli-plugin] e2f0a8: Bump plugin from 2.33 to 3.37

2019-02-25 Thread dependabot[bot]
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/log-cli-plugin
  Commit: e2f0a83688d99ef2c32cc16b769e85b9d090189d
  
https://github.com/jenkinsci/log-cli-plugin/commit/e2f0a83688d99ef2c32cc16b769e85b9d090189d
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump plugin from 2.33 to 3.37

Bumps plugin from 2.33 to 3.37.

Signed-off-by: dependabot[bot] 


  Commit: be7d3078a3998e58ad9e532340a7baf3600e844e
  
https://github.com/jenkinsci/log-cli-plugin/commit/be7d3078a3998e58ad9e532340a7baf3600e844e
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/log-cli-plugin/compare/5a71d31ce867...be7d3078a399

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/mock-slave-plugin]

2019-02-25 Thread dependabot[bot]
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-structs-1.17
  Home:   https://github.com/jenkinsci/mock-slave-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/parallel-test-executor-plugin] 8e5adf: Also need to specify java.level.

2019-02-25 Thread Jesse Glick
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-3.37
  Home:   https://github.com/jenkinsci/parallel-test-executor-plugin
  Commit: 8e5adf5972d3999392676e30784431a59f87516c
  
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/8e5adf5972d3999392676e30784431a59f87516c
  Author: Jesse Glick 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Also need to specify java.level.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/parallel-test-executor-plugin]

2019-02-25 Thread dependabot[bot]
  Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-junit-1.27
  Home:   https://github.com/jenkinsci/parallel-test-executor-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/parallel-test-executor-plugin] 469b48: Bump pipeline-milestone-step from 1.3 to 1.3.1

2019-02-25 Thread dependabot[bot]
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parallel-test-executor-plugin
  Commit: 469b480ea7b162a17bd6631a989247f7c6fdae8b
  
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/469b480ea7b162a17bd6631a989247f7c6fdae8b
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump pipeline-milestone-step from 1.3 to 1.3.1

Bumps pipeline-milestone-step from 1.3 to 1.3.1.

Signed-off-by: dependabot[bot] 


  Commit: 40e3627b5fea2f0df6b0a60d1bad5c1f29572ef7
  
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/40e3627b5fea2f0df6b0a60d1bad5c1f29572ef7
  Author: dependabot[bot] 
  Date:   2019-02-25 (Mon, 25 Feb 2019)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #49 from 
jenkinsci/dependabot/maven/org.jenkins-ci.plugins-pipeline-milestone-step-1.3.1


Compare: 
https://github.com/jenkinsci/parallel-test-executor-plugin/compare/07cbf9bac25a...40e3627b5fea

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/parallel-test-executor-plugin]

2019-02-25 Thread dependabot[bot]
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-pipeline-milestone-step-1.3.1
  Home:   https://github.com/jenkinsci/parallel-test-executor-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/parallel-test-executor-plugin]

2019-02-25 Thread dependabot[bot]
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-script-security-1.53
  Home:   https://github.com/jenkinsci/parallel-test-executor-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/parallel-test-executor-plugin]

2019-02-25 Thread dependabot[bot]
  Branch: 
refs/heads/dependabot/maven/org.jenkins-ci.plugins-parameterized-trigger-2.35.2
  Home:   https://github.com/jenkinsci/parallel-test-executor-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.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/mock-slave-plugin]

2019-02-25 Thread dependabot[bot]
  Branch: refs/heads/dependabot/maven/io.jenkins-configuration-as-code-1.6
  Home:   https://github.com/jenkinsci/mock-slave-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.
For more options, visit https://groups.google.com/d/optout.


  1   2   >