[jenkinsci/fireline-plugin] bf3b1c: fixed getProjectAction() return NullPointer

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/fireline-plugin
  Commit: bf3b1cbde292b8996ede9bd8b7ee854bba1ea582
  
https://github.com/jenkinsci/fireline-plugin/commit/bf3b1cbde292b8996ede9bd8b7ee854bba1ea582
  Author: AnneWei <1272458...@qq.com>
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
M src/main/java/com/qihoo/fireline/FireLineBuilder.java
M src/main/java/com/qihoo/fireline/FireLineTarget.java
M src/main/resources/com/qihoo/fireline/FireLineTarget/config.jelly

  Log Message:
  ---
  fixed getProjectAction() return NullPointer


-- 
You received this message because you are subscribed to the Google 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/jira-trigger-plugin] 846b87: Fix custom source set errors in IntelliJ.

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jira-trigger-plugin
  Commit: 846b87c82983308867bb20a43c5a50fe7bb77bb9
  
https://github.com/jenkinsci/jira-trigger-plugin/commit/846b87c82983308867bb20a43c5a50fe7bb77bb9
  Author: Wisen Tanasa 
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
M build.gradle

  Log Message:
  ---
  Fix custom source set errors in IntelliJ.


  Commit: bb6bb87b0c14186cd3522d045f6665889ca9dda5
  
https://github.com/jenkinsci/jira-trigger-plugin/commit/bb6bb87b0c14186cd3522d045f6665889ca9dda5
  Author: Wisen Tanasa 
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README for star.


Compare: 
https://github.com/jenkinsci/jira-trigger-plugin/compare/9e75068dd270...bb6bb87b0c14

-- 
You received this message because you are subscribed to the Google 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] 8cef43: Update unit tests

2018-04-18 Thread GitHub
  Branch: refs/heads/pani/jenkins_dashboard
  Home:   https://github.com/jenkinsci/github-autostatus-plugin
  Commit: 8cef4399444f5753891d348c2f2429c909b27c78
  
https://github.com/jenkinsci/github-autostatus-plugin/commit/8cef4399444f5753891d348c2f2429c909b27c78
  Author: Jeff Pearce 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M .gitignore
M pom.xml
R src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatus.java
M 
src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatusAction.java
M 
src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig.java
A 
src/main/java/org/jenkinsci/plugins/githubautostatus/BuildStatusJobListener.java
M 
src/main/java/org/jenkinsci/plugins/githubautostatus/GithubBuildStatusGraphListener.java
A 
src/main/java/org/jenkinsci/plugins/githubautostatus/GithubNotificationConfig.java
A 
src/main/java/org/jenkinsci/plugins/githubautostatus/InfluxDbNotifierConfig.java
A 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildNotifier.java
A 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildNotifierManager.java
A 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildState.java
A 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/GithubBuildNotifier.java
A 
src/main/java/org/jenkinsci/plugins/githubautostatus/notifiers/InfluxDbNotifier.java
M 
src/main/resources/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig/help-influxDbDatabase.html
A 
src/main/resources/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig/help-influxDbPassword.html
A 
src/main/resources/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig/help-influxDbRetentionPolicy.html
A 
src/main/resources/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig/help-influxDbUser.html
M 
src/main/resources/org/jenkinsci/plugins/githubautostatus/BuildStatusConfig/help-influxdbUrl.html
M src/test/java/org/jenkinsci/plugins/BuildStatusActionTest.java
R src/test/java/org/jenkinsci/plugins/BuildStatusTest.java
A 
src/test/java/org/jenkinsci/plugins/githubautostatus/BuildStatusConfigTest.java
A 
src/test/java/org/jenkinsci/plugins/githubautostatus/BuildStatusJobListenerTest.java
A 
src/test/java/org/jenkinsci/plugins/githubautostatus/GithubBuildStatusGraphListenerTest.java
A 
src/test/java/org/jenkinsci/plugins/githubautostatus/GithubNotificationConfigTest.java
A 
src/test/java/org/jenkinsci/plugins/githubautostatus/InfluxDbNotifierConfigTest.java
A 
src/test/java/org/jenkinsci/plugins/githubautostatus/notifiers/BuildNotifierManagerTest.java
A 
src/test/java/org/jenkinsci/plugins/githubautostatus/notifiers/GithubBuildNotifierTest.java
A 
src/test/java/org/jenkinsci/plugins/githubautostatus/notifiers/InfluxDbNotifierTest.java

  Log Message:
  ---
  Update unit tests


-- 
You received this message because you are subscribed to the Google 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/git-changelog-plugin] f09dca: Adding steps #18

2018-04-18 Thread GitHub
  Branch: refs/heads/feature/steps
  Home:   https://github.com/jenkinsci/git-changelog-plugin
  Commit: f09dca0ad9f2d5892c123a46d94237f563151126
  
https://github.com/jenkinsci/git-changelog-plugin/commit/f09dca0ad9f2d5892c123a46d94237f563151126
  Author: Tomas Bjerre 
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
M CHANGELOG.md
M logging.properties
M pom.xml
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/GitChangelogStep.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/GitChangelogStepDescriptor.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/CustomIssueConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/ExtendedVariableConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/GitHubConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/GitLabConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/JiraConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/REF_TYPE.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/RETURN_TYPE.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/RefConfig.java
M src/main/resources/index.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/GitChangelogStep/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/CustomIssueConfig/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/ExtendedVariableConfig/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/GitHubConfig/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/GitLabConfig/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/JiraConfig/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/RefConfig/config.jelly

  Log Message:
  ---
  Adding steps #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/aws-codebuild-plugin]

2018-04-18 Thread GitHub
  Branch: refs/heads/test-fix
  Home:   https://github.com/jenkinsci/aws-codebuild-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/aws-codebuild-plugin] 090522: Consolidate unit tests

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-codebuild-plugin
  Commit: 090522ea0ad6b271d65ee9bf4e48d0475c36680e
  
https://github.com/jenkinsci/aws-codebuild-plugin/commit/090522ea0ad6b271d65ee9bf4e48d0475c36680e
  Author: Leo Baran 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
R src/test/java/CodeBuilderConfigurationTest.java
M src/test/java/CodeBuilderPerformTest.java

  Log Message:
  ---
  Consolidate unit tests


-- 
You received this message because you are subscribed to the Google 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/mabl-integration-plugin] fc2def: [maven-release-plugin] prepare for next developmen...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mabl-integration-plugin
  Commit: fc2def5f74317d7a887f90ff43ce98caf20c07af
  
https://github.com/jenkinsci/mabl-integration-plugin/commit/fc2def5f74317d7a887f90ff43ce98caf20c07af
  Author: Joseph Lust 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  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/mabl-integration-plugin]

2018-04-18 Thread GitHub
  Branch: refs/tags/mabl-integration-0.0.6
  Home:   https://github.com/jenkinsci/mabl-integration-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/mabl-integration-plugin] 166088: [maven-release-plugin] prepare release mabl-integr...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mabl-integration-plugin
  Commit: 166088a76861f914ec82a4b8c63a1ff084795e15
  
https://github.com/jenkinsci/mabl-integration-plugin/commit/166088a76861f914ec82a4b8c63a1ff084795e15
  Author: Joseph Lust 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release mabl-integration-0.0.6


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


[jenkinsci/mabl-integration-plugin] bce2d6: Update build indicator

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mabl-integration-plugin
  Commit: bce2d6766f27fcd1ccc629815189a42db189d290
  
https://github.com/jenkinsci/mabl-integration-plugin/commit/bce2d6766f27fcd1ccc629815189a42db189d290
  Author: Joseph Lust 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Update build indicator


-- 
You received this message because you are subscribed to the Google 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/mabl-integration-plugin] d7a8b2: Form validation updated with symbols, common failu...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mabl-integration-plugin
  Commit: d7a8b2e7b2199e2e0fa3e9c5158381f6c0c6a727
  
https://github.com/jenkinsci/mabl-integration-plugin/commit/d7a8b2e7b2199e2e0fa3e9c5158381f6c0c6a727
  Author: Joseph Lust 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml
M src/main/java/com/mabl/integration/jenkins/MablRestApiClientImpl.java
M src/main/java/com/mabl/integration/jenkins/MablStepBuilder.java
M src/main/java/com/mabl/integration/jenkins/MablStepConstants.java
A 
src/main/java/com/mabl/integration/jenkins/validation/MablStepBuilderValidator.java
M 
src/main/resources/com/mabl/integration/jenkins/MablStepBuilder/config.jelly
M src/test/java/com/mabl/integration/jenkins/AbstractWiremockTest.java
M src/test/java/com/mabl/integration/jenkins/MablRestApiClientTest.java
A 
src/test/java/com/mabl/integration/jenkins/validation/MablBuildValidatorTest.java

  Log Message:
  ---
  Form validation updated with symbols, common failure traps, and testing. (#2)

Form validation updates.


-- 
You received this message because you are subscribed to the Google 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/mabl-integration-plugin]

2018-04-18 Thread GitHub
  Branch: refs/heads/jrl-form-validation-updates
  Home:   https://github.com/jenkinsci/mabl-integration-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/pipeline-maven-plugin]

2018-04-18 Thread GitHub
  Branch: refs/tags/pipeline-maven-3.5.4-beta-1
  Home:   https://github.com/jenkinsci/pipeline-maven-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/pipeline-maven-plugin] 70a1b3: [maven-release-plugin] prepare release pipeline-ma...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 70a1b3a2e0ac8997ec86f9ae6b8808bb6369d262
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/70a1b3a2e0ac8997ec86f9ae6b8808bb6369d262
  Author: Cyrille Le Clerc 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M jenkins-plugin/pom.xml
M maven-spy/pom.xml
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pipeline-maven-3.5.4-beta-1


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


[jenkinsci/pipeline-maven-plugin] 307ba0: [maven-release-plugin] prepare for next developmen...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 307ba0c66d8c5c742bf0e3ad610b828d38cd19e6
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/307ba0c66d8c5c742bf0e3ad610b828d38cd19e6
  Author: Cyrille Le Clerc 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M jenkins-plugin/pom.xml
M maven-spy/pom.xml
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/structs-plugin]

2018-04-18 Thread GitHub
  Branch: refs/heads/fix-pom
  Home:   https://github.com/jenkinsci/structs-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/pipeline-maven-plugin]

2018-04-18 Thread GitHub
  Branch: refs/heads/JENKINS-50507
  Home:   https://github.com/jenkinsci/pipeline-maven-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/pipeline-maven-plugin] be0910: [JENKINS-50507] If a pipeline consumes the artifac...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: be091060674771772d073245f24805a01d52c4c9
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/be091060674771772d073245f24805a01d52c4c9
  Author: Cyrille Le Clerc 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginDao.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginH2Dao.java

  Log Message:
  ---
  [JENKINS-50507] If a pipeline consumes the artifacts it produces, then don't 
display the pipeline in the list of upstream builds or downstream pipelines.


  Commit: 7381b37cec69011574e33db01c17e237884fde7b
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/7381b37cec69011574e33db01c17e237884fde7b
  Author: Cyrille Le Clerc 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginDao.java

  Log Message:
  ---
  [JENKINS-50507] Fix javadocs


  Commit: 3634b6796e4fe951cb31561180b5386fb867f3e3
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/3634b6796e4fe951cb31561180b5386fb867f3e3
  Author: Cyrille Le Clerc 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginDao.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginH2Dao.java

  Log Message:
  ---
  Merge pull request #145 from jenkinsci/JENKINS-50507

[JENKINS-50507] If a pipeline consumes the artifacts it produces, the…


Compare: 
https://github.com/jenkinsci/pipeline-maven-plugin/compare/13799d43290f...3634b6796e4f

-- 
You received this message because you are subscribed to the Google 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/mabl-integration-plugin] 70af71: Form validation updated with symbols, common failu...

2018-04-18 Thread GitHub
  Branch: refs/heads/jrl-form-validation-updates
  Home:   https://github.com/jenkinsci/mabl-integration-plugin
  Commit: 70af7193911b6bb8d96d1ce363aa8feafadf03e1
  
https://github.com/jenkinsci/mabl-integration-plugin/commit/70af7193911b6bb8d96d1ce363aa8feafadf03e1
  Author: Joseph Lust 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml
M src/main/java/com/mabl/integration/jenkins/MablRestApiClientImpl.java
M src/main/java/com/mabl/integration/jenkins/MablStepBuilder.java
M src/main/java/com/mabl/integration/jenkins/MablStepConstants.java
A 
src/main/java/com/mabl/integration/jenkins/validation/MablStepBuilderValidator.java
M 
src/main/resources/com/mabl/integration/jenkins/MablStepBuilder/config.jelly
M src/test/java/com/mabl/integration/jenkins/AbstractWiremockTest.java
M src/test/java/com/mabl/integration/jenkins/MablRestApiClientTest.java
A 
src/test/java/com/mabl/integration/jenkins/validation/MablBuildValidatorTest.java

  Log Message:
  ---
  Form validation updated with symbols, common failure traps, and testing.


-- 
You received this message because you are subscribed to the Google 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-core-plugin] 7d8c0d: Added PIT configuration to pom.

2018-04-18 Thread GitHub
  Branch: refs/heads/hm-edu-testing
  Home:   https://github.com/jenkinsci/analysis-core-plugin
  Commit: 7d8c0deea1ddfd4fb9346dfeaee8e00c3af6d1c9
  
https://github.com/jenkinsci/analysis-core-plugin/commit/7d8c0deea1ddfd4fb9346dfeaee8e00c3af6d1c9
  Author: Ulli Hafner 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Added PIT configuration to pom.


-- 
You received this message because you are subscribed to the Google 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-maven-plugin] 7381b3: [JENKINS-50507] Fix javadocs

2018-04-18 Thread GitHub
  Branch: refs/heads/JENKINS-50507
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 7381b37cec69011574e33db01c17e237884fde7b
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/7381b37cec69011574e33db01c17e237884fde7b
  Author: Cyrille Le Clerc 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginDao.java

  Log Message:
  ---
  [JENKINS-50507] Fix javadocs


-- 
You received this message because you are subscribed to the Google 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-core-plugin] 09738a: Make LocalizedMessagesTest abstract.

2018-04-18 Thread GitHub
  Branch: refs/heads/hm-edu-testing
  Home:   https://github.com/jenkinsci/analysis-core-plugin
  Commit: 09738a5d76b388f5d5521a32c757c0c9d5401338
  
https://github.com/jenkinsci/analysis-core-plugin/commit/09738a5d76b388f5d5521a32c757c0c9d5401338
  Author: Ulli Hafner 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M 
src/test/java/io/jenkins/plugins/analysis/core/testutil/LocalizedMessagesTest.java

  Log Message:
  ---
  Make LocalizedMessagesTest abstract.


-- 
You received this message because you are subscribed to the Google 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/git-changelog-plugin] 906c43: Adding steps #18

2018-04-18 Thread GitHub
  Branch: refs/heads/feature/steps
  Home:   https://github.com/jenkinsci/git-changelog-plugin
  Commit: 906c4321f1b0f2d6b70fb230a6bd429a7708d225
  
https://github.com/jenkinsci/git-changelog-plugin/commit/906c4321f1b0f2d6b70fb230a6bd429a7708d225
  Author: Tomas Bjerre 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M CHANGELOG.md
M pom.xml
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/GitChangelogStep.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/GitChangelogStepDescriptor.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/CustomIssueConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/ExtendedVariableConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/GitHubConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/GitLabConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/JiraConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/REF_TYPE.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/RETURN_TYPE.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/RefConfig.java
M src/main/resources/index.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/GitChangelogStep/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/CustomIssueConfig/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/ExtendedVariableConfig/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/GitHubConfig/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/GitLabConfig/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/JiraConfig/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/RefConfig/config.jelly

  Log Message:
  ---
  Adding steps #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/pipeline-maven-plugin] be0910: [JENKINS-50507] If a pipeline consumes the artifac...

2018-04-18 Thread GitHub
  Branch: refs/heads/JENKINS-50507
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: be091060674771772d073245f24805a01d52c4c9
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/be091060674771772d073245f24805a01d52c4c9
  Author: Cyrille Le Clerc 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginDao.java
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginH2Dao.java

  Log Message:
  ---
  [JENKINS-50507] If a pipeline consumes the artifacts it produces, then don't 
display the pipeline in the list of upstream builds or downstream pipelines.


-- 
You received this message because you are subscribed to the Google 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/aws-codebuild-plugin] ff7b17: Fix new unit tests

2018-04-18 Thread GitHub
  Branch: refs/heads/test-fix
  Home:   https://github.com/jenkinsci/aws-codebuild-plugin
  Commit: ff7b1787b1aadc1bdfa364354cfa44a0a867bcb3
  
https://github.com/jenkinsci/aws-codebuild-plugin/commit/ff7b1787b1aadc1bdfa364354cfa44a0a867bcb3
  Author: Leo Baran 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
R src/test/java/CodeBuilderConfigurationTest.java
M src/test/java/CodeBuilderPerformTest.java
M src/test/java/CodeBuilderTest.java

  Log Message:
  ---
  Fix new unit tests


-- 
You received this message because you are subscribed to the Google 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/git-changelog-plugin] 971328: Adding steps #18

2018-04-18 Thread GitHub
  Branch: refs/heads/feature/steps
  Home:   https://github.com/jenkinsci/git-changelog-plugin
  Commit: 971328ad04501eaeb7938664efa10d179adc7cd0
  
https://github.com/jenkinsci/git-changelog-plugin/commit/971328ad04501eaeb7938664efa10d179adc7cd0
  Author: Tomas Bjerre 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M CHANGELOG.md
M pom.xml
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/GitChangelogStep.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/GitChangelogStepDescriptor.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/CustomIssueConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/ExtendedVariableConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/GitHubConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/GitLabConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/JiraConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/REF_TYPE.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/RETURN_TYPE.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/RefConfig.java
M src/main/resources/index.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/GitChangelogStep/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/ExtendedVariableConfig/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/GitHubConfig/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/GitLabConfig/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/JiraConfig/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/RefConfig/config.jelly

  Log Message:
  ---
  Adding steps #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/mabl-integration-plugin] 8502c0: Ground work for remote validation

2018-04-18 Thread GitHub
  Branch: refs/heads/jrl-remote-api-key-validation
  Home:   https://github.com/jenkinsci/mabl-integration-plugin
  Commit: 8502c024d8feb2070dc9c010dc3729a16b6f7d6f
  
https://github.com/jenkinsci/mabl-integration-plugin/commit/8502c024d8feb2070dc9c010dc3729a16b6f7d6f
  Author: Joseph Lust 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M src/main/java/com/mabl/integration/jenkins/MablRestApiClient.java
M src/main/java/com/mabl/integration/jenkins/MablRestApiClientImpl.java
A src/main/java/com/mabl/integration/jenkins/domain/ApiKeyLookupResult.java

  Log Message:
  ---
  Ground work for remote validation


-- 
You received this message because you are subscribed to the Google 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/aws-codebuild-plugin] c334c1: Fix new unit tests

2018-04-18 Thread GitHub
  Branch: refs/heads/test-fix
  Home:   https://github.com/jenkinsci/aws-codebuild-plugin
  Commit: c334c1e8b44362eeaf93ed5d69c76589e3e33039
  
https://github.com/jenkinsci/aws-codebuild-plugin/commit/c334c1e8b44362eeaf93ed5d69c76589e3e33039
  Author: Leo Baran 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M src/test/java/CodeBuilderConfigurationTest.java
M src/test/java/CodeBuilderPerformTest.java
M src/test/java/CodeBuilderTest.java

  Log Message:
  ---
  Fix new unit tests


-- 
You received this message because you are subscribed to the Google 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-maven-plugin]

2018-04-18 Thread GitHub
  Branch: refs/heads/JENKINS-50852
  Home:   https://github.com/jenkinsci/pipeline-maven-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/pipeline-maven-plugin] 22b28c: [JENKINS-50852] Deduplicate pipeline build depende...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 22b28c4a7732f34d5d8c89d728999a4db6aa91b4
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/22b28c4a7732f34d5d8c89d728999a4db6aa91b4
  Author: Cyrille Le Clerc 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginH2Dao.java

  Log Message:
  ---
  [JENKINS-50852] Deduplicate pipeline build dependencies list


  Commit: 13799d43290fd7a8beee5164d8dcc7f6701cfd5c
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/13799d43290fd7a8beee5164d8dcc7f6701cfd5c
  Author: Cyrille Le Clerc 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginH2Dao.java

  Log Message:
  ---
  Merge pull request #144 from jenkinsci/JENKINS-50852

[JENKINS-50852] Deduplicate pipeline build dependencies list


Compare: 
https://github.com/jenkinsci/pipeline-maven-plugin/compare/3e2ec160f600...13799d43290f

-- 
You received this message because you are subscribed to the Google 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/git-changelog-plugin] b729b7: Adding steps #18

2018-04-18 Thread GitHub
  Branch: refs/heads/feature/steps
  Home:   https://github.com/jenkinsci/git-changelog-plugin
  Commit: b729b77aa336b6590ac95ff6c0bbd18ca9efc882
  
https://github.com/jenkinsci/git-changelog-plugin/commit/b729b77aa336b6590ac95ff6c0bbd18ca9efc882
  Author: Tomas Bjerre 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M CHANGELOG.md
M pom.xml
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/GitChangelogStep.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/GitChangelogStepDescriptor.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/CustomIssueConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/GitHubConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/GitLabConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/JiraConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/REF_TYPE.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/RETURN_TYPE.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/RefConfig.java
M src/main/resources/index.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/GitChangelogStep/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/config/RefConfig/config.jelly

  Log Message:
  ---
  Adding steps #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/pipeline-maven-plugin] 22b28c: [JENKINS-50852] Deduplicate pipeline build depende...

2018-04-18 Thread GitHub
  Branch: refs/heads/JENKINS-50852
  Home:   https://github.com/jenkinsci/pipeline-maven-plugin
  Commit: 22b28c4a7732f34d5d8c89d728999a4db6aa91b4
  
https://github.com/jenkinsci/pipeline-maven-plugin/commit/22b28c4a7732f34d5d8c89d728999a4db6aa91b4
  Author: Cyrille Le Clerc 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M 
jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/dao/PipelineMavenPluginH2Dao.java

  Log Message:
  ---
  [JENKINS-50852] Deduplicate pipeline build dependencies list


-- 
You received this message because you are subscribed to the Google 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/contrast-continuous-application-security-plugin] fd49c0: log messages before throwing exceptions

2018-04-18 Thread GitHub
  Branch: refs/heads/CONTRAST-15132
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-plugin
  Commit: fd49c0c4c39fc57e762817938264a35c7900aeb4
  
https://github.com/jenkinsci/contrast-continuous-application-security-plugin/commit/fd49c0c4c39fc57e762817938264a35c7900aeb4
  Author: serge17 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/ContrastAgentStep.java
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendRecorder.java
M 
src/main/java/com/aspectsecurity/contrast/contrastjenkins/VulnerabilityTrendStep.java

  Log Message:
  ---
  log messages before throwing exceptions


-- 
You received this message because you are subscribed to the Google 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/workflow-api-plugin] b26562: MessageFormat treats ' as a special character …

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: b265629dc02e669857b11a2c927c191c2e4c0fdc
  
https://github.com/jenkinsci/workflow-api-plugin/commit/b265629dc02e669857b11a2c927c191c2e4c0fdc
  Author: Josh Soref 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M src/main/resources/org/jenkinsci/plugins/workflow/flow/Messages.properties

  Log Message:
  ---
  MessageFormat treats ' as a special character  …

 https://docs.oracle.com/javase/8/docs/api/java/text/MessageFormat.html

Test case is jenkins/configure
 Expand "Pipeline Default Speed/Durability Level"
 Help for "Performance-optimized: much faster (requires clean shutdown to save 
running pipelines)"

Without this fix, you will see:
... but running pipelines lose step information and cant resume if Jenkins 
unexpectedly fails.

You should see:
... but running pipelines lose step information and can't resume if Jenkins 
unexpectedly fails.


  Commit: 6236d9c8ec7ccef7530c3a41a9998fad6426a097
  
https://github.com/jenkinsci/workflow-api-plugin/commit/6236d9c8ec7ccef7530c3a41a9998fad6426a097
  Author: Sam Van Oort 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M src/main/resources/org/jenkinsci/plugins/workflow/flow/Messages.properties

  Log Message:
  ---
  Merge pull request #69 from jsoref/escape-quote-in-properties

MessageFormat treats ' as a special character  …


Compare: 
https://github.com/jenkinsci/workflow-api-plugin/compare/0e681ba41fbd...6236d9c8ec7c

-- 
You received this message because you are subscribed to the Google 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/aws-codebuild-plugin] abf13e: Fix new unit tests

2018-04-18 Thread GitHub
  Branch: refs/heads/test-fix
  Home:   https://github.com/jenkinsci/aws-codebuild-plugin
  Commit: abf13e786923d952f60850be32265a300c599948
  
https://github.com/jenkinsci/aws-codebuild-plugin/commit/abf13e786923d952f60850be32265a300c599948
  Author: Leo Baran 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M src/test/java/CodeBuilderConfigurationTest.java
M src/test/java/CodeBuilderTest.java

  Log Message:
  ---
  Fix new unit tests


-- 
You received this message because you are subscribed to the Google 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] c6a589: [maven-release-plugin] prepare for next developmen...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: c6a58929282f59342ffc31776bff8752a02ea607
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/c6a58929282f59342ffc31776bff8752a02ea607
  Author: ReleasePraqma 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  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] 987b55: [maven-release-plugin] prepare release configurati...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: 987b55ffdf7e7468ac9b739e5d7bee6129cfa7fc
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/987b55ffdf7e7468ac9b739e5d7bee6129cfa7fc
  Author: ReleasePraqma 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

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


-- 
You received this message because you are subscribed to the Google 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]

2018-04-18 Thread GitHub
  Branch: refs/tags/configuration-as-code-0.4-alpha
  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/blackduck-hub-plugin] 93f512: Migrating to Gradle from Maven, Updating to hub-co...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/blackduck-hub-plugin
  Commit: 93f512a01abec3262648d2dcd1d1b2535f675f8f
  
https://github.com/jenkinsci/blackduck-hub-plugin/commit/93f512a01abec3262648d2dcd1d1b2535f675f8f
  Author: jrichard 
  Date:   2018-04-17 (Tue, 17 Apr 2018)

  Changed paths:
M .gitignore
A build.gradle
A gradle/wrapper/gradle-wrapper.jar
A gradle/wrapper/gradle-wrapper.properties
A gradlew
A gradlew.bat
R pom.xml
A settings.gradle
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/HubJenkinsLogger.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/PostBuildScanDescriptor.java
R 
src/main/java/com/blackducksoftware/integration/hub/jenkins/action/HubReportAction.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/helper/BuildHelper.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/remote/RemoteScan.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/scan/BDCommonDescriptorUtil.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/scan/BDCommonScanStep.java

  Log Message:
  ---
  Migrating to Gradle from Maven, Updating to hub-common 30.0.2, Removing the 
deprecated HubReportAction


  Commit: fad5566329e62b798cb1b979f722631fe9dcabd9
  
https://github.com/jenkinsci/blackduck-hub-plugin/commit/fad5566329e62b798cb1b979f722631fe9dcabd9
  Author: jrichard 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M build.gradle
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/HubJenkinsLogger.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/HubServerInfo.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/PostBuildHubScan.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/PostBuildScanDescriptor.java
M src/main/java/com/blackducksoftware/integration/hub/jenkins/ScanJobs.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/ScanJobsDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/action/BomUpToDateAction.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/action/HubReportV2Action.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/action/HubScanFinishedAction.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/action/HubVariableContributor.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/action/MavenClasspathAction.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/cli/DummyToolInstallation.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/cli/DummyToolInstaller.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/exceptions/BDJenkinsHubPluginException.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/exceptions/HubConfigurationException.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/exceptions/HubScanToolMissingException.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/failure/FailureConditionBuildStateEnum.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/failure/HubCommonFailureStep.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/failure/HubFailureConditionStep.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/failure/HubFailureConditionStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/helper/BuildHelper.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/helper/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/helper/PluginHelper.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/remote/DetermineTargetPath.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/remote/GetCanonicalPath.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/remote/RemoteScan.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/remote/ScanResponse.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/scan/BDCommonDescriptorUtil.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/scan/BDCommonScanStep.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/scan/ScanExclusion.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/scan/ScanExclusionDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/workflow/HubFailureConditionWorkflowStep.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/workflow/HubScanWorkflowStep.java
M 
src/test/java/com/blackducksoftware/integration/hub/jenkins/PluginHelperTest.java

  Log Message:

[jenkinsci/blackduck-hub-plugin]

2018-04-18 Thread GitHub
  Branch: refs/heads/updating
  Home:   https://github.com/jenkinsci/blackduck-hub-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/blackduck-hub-plugin] 265c42: Fixing logger issue

2018-04-18 Thread GitHub
  Branch: refs/heads/updating
  Home:   https://github.com/jenkinsci/blackduck-hub-plugin
  Commit: 265c420e9215a7ae9c6c93429ade4a5e0d9319af
  
https://github.com/jenkinsci/blackduck-hub-plugin/commit/265c420e9215a7ae9c6c93429ade4a5e0d9319af
  Author: jrichard 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/PostBuildScanDescriptor.java

  Log Message:
  ---
  Fixing logger issue


-- 
You received this message because you are subscribed to the Google 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/contrast-continuous-application-security-plugin]

2018-04-18 Thread GitHub
  Branch: refs/heads/CONTRAST-15132
  Home:   
https://github.com/jenkinsci/contrast-continuous-application-security-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/support-core-plugin] 15b3fb: Defend SecretHandler from XXE attacks

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/support-core-plugin
  Commit: 15b3fb44213dab87abefa67bcf9546e542221452
  
https://github.com/jenkinsci/support-core-plugin/commit/15b3fb44213dab87abefa67bcf9546e542221452
  Author: Devin Nusbaum 
  Date:   2018-04-10 (Tue, 10 Apr 2018)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/configfiles/SecretHandler.java
M 
src/test/java/com/cloudbees/jenkins/support/configfiles/SecretHandlerTest.java

  Log Message:
  ---
  Defend SecretHandler from XXE attacks


  Commit: 89a01e03206faee7aa31941b769e617fc876d2b7
  
https://github.com/jenkinsci/support-core-plugin/commit/89a01e03206faee7aa31941b769e617fc876d2b7
  Author: Devin Nusbaum 
  Date:   2018-04-12 (Thu, 12 Apr 2018)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/configfiles/SecretHandler.java

  Log Message:
  ---
  Actually use the password XML filter


  Commit: 0f0f64b70dc362caf5159c950e57f7b422c70046
  
https://github.com/jenkinsci/support-core-plugin/commit/0f0f64b70dc362caf5159c950e57f7b422c70046
  Author: Devin Nusbaum 
  Date:   2018-04-13 (Fri, 13 Apr 2018)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/configfiles/SecretHandler.java
M 
src/test/java/com/cloudbees/jenkins/support/configfiles/SecretHandlerTest.java

  Log Message:
  ---
  Replacing XXEs instead of throwing TransformerException in the fallback 
EntityResolver


  Commit: 1de266cd6ae5305172414e83be604813ed486146
  
https://github.com/jenkinsci/support-core-plugin/commit/1de266cd6ae5305172414e83be604813ed486146
  Author: Devin Nusbaum 
  Date:   2018-04-16 (Mon, 16 Apr 2018)

  Changed paths:
M 
src/test/java/com/cloudbees/jenkins/support/configfiles/SecretHandlerTest.java

  Log Message:
  ---
  Annotate test with JIRA issue id


  Commit: 59261ba0355b403f42e6a8f205f87a6d5758d3d9
  
https://github.com/jenkinsci/support-core-plugin/commit/59261ba0355b403f42e6a8f205f87a6d5758d3d9
  Author: Devin Nusbaum 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M src/main/java/com/cloudbees/jenkins/support/configfiles/SecretHandler.java
M 
src/test/java/com/cloudbees/jenkins/support/configfiles/SecretHandlerTest.java

  Log Message:
  ---
  Merge pull request #141 from dwnusbaum/harden-against-xxe

[JENKINS-50765] Defend SecretHandler from XXE attacks


Compare: 
https://github.com/jenkinsci/support-core-plugin/compare/132c99f32b29...59261ba0355b

-- 
You received this message because you are subscribed to the Google 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] 9da6ed: Update wiki page address

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 9da6ed6cda2e12d4683ec5a5a4b5f2c69d65a11e
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/9da6ed6cda2e12d4683ec5a5a4b5f2c69d65a11e
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update wiki page address


  Commit: ff1d8e9e98717eec6fdfc24d6868dc99a5e7297a
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/ff1d8e9e98717eec6fdfc24d6868dc99a5e7297a
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use https repository addresses


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/8ec1eb5504ae...ff1d8e9e9871

-- 
You received this message because you are subscribed to the Google 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] 8ec1eb: Add Mark Waite as a developer

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 8ec1eb5504ae4166321dee6a1c451ad7ae2e0a56
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/8ec1eb5504ae4166321dee6a1c451ad7ae2e0a56
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Add Mark Waite as a developer

Use consistent formatting in pom file


-- 
You received this message because you are subscribed to the Google 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] e9181d: Use JUnit 4 instead of JUnit 3 for tests

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: e9181d0143d5fa1ce41e1818d5f80dfbd9346256
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/e9181d0143d5fa1ce41e1818d5f80dfbd9346256
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformLabelerTest.java

  Log Message:
  ---
  Use JUnit 4 instead of JUnit 3 for tests


  Commit: 94d190362c16ffb44fc8254fecd72ae6f8c21e13
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/94d190362c16ffb44fc8254fecd72ae6f8c21e13
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformLabelerTest.java

  Log Message:
  ---
  Merge pull request #3 from MarkEWaite/use-junit4

Use JenkinsRule and JUnit 4 instead of JUnit 3 for tests


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/c565ad6096f5...94d190362c16

-- 
You received this message because you are subscribed to the Google 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/aws-codebuild-plugin] 84f260: Fix new unit tests

2018-04-18 Thread GitHub
  Branch: refs/heads/test-fix
  Home:   https://github.com/jenkinsci/aws-codebuild-plugin
  Commit: 84f2601124770dada0d4e37208eaf8f864c0bf41
  
https://github.com/jenkinsci/aws-codebuild-plugin/commit/84f2601124770dada0d4e37208eaf8f864c0bf41
  Author: Leo Baran 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M src/test/java/CodeBuilderConfigurationTest.java
M src/test/java/CodeBuilderTest.java

  Log Message:
  ---
  Fix new unit tests


-- 
You received this message because you are subscribed to the Google 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.


[jenkins-infra/jenkins.io] c8c7bc: [JENKINS-41239] Add doc for new cleanup post condi...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: c8c7bce2e7c5955d5176f0791800156cf0c087a2
  
https://github.com/jenkins-infra/jenkins.io/commit/c8c7bce2e7c5955d5176f0791800156cf0c087a2
  Author: Andrew Bayer 
  Date:   2018-04-17 (Tue, 17 Apr 2018)

  Changed paths:
M content/doc/book/pipeline/syntax.adoc

  Log Message:
  ---
  [JENKINS-41239] Add doc for new cleanup post condition.

This was just released in Declarative 1.2.9 so this should be ready to
go whenever works for you.


  Commit: 5c434e826c79dc06f837a6d244c9ddf5df1fa382
  
https://github.com/jenkins-infra/jenkins.io/commit/5c434e826c79dc06f837a6d244c9ddf5df1fa382
  Author: R. Tyler Croy 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M content/doc/book/pipeline/syntax.adoc

  Log Message:
  ---
  Merge pull request #1504 from abayer/jenkins-41239

[JENKINS-41239] Add doc for new cleanup post condition.


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/92e468e7f66b...5c434e826c79

-- 
You received this message because you are subscribed to the Google 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] c68db3: Add README

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: c68db329308b19346a7e665eafc78d3599f4b96c
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/c68db329308b19346a7e665eafc78d3599f4b96c
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
A README.md

  Log Message:
  ---
  Add README


  Commit: 86ddcda41bc596acb5642311aaeb582236b034c4
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/86ddcda41bc596acb5642311aaeb582236b034c4
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
A LICENSE.txt

  Log Message:
  ---
  Add LICENSE file


  Commit: 00ab3b2f54ca385204e59d3eaf80a2cd3e1e4a8a
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/00ab3b2f54ca385204e59d3eaf80a2cd3e1e4a8a
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
A .gitignore

  Log Message:
  ---
  Add .gitignore for common files


  Commit: c565ad6096f51174408488c4da602fb91ada9030
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/c565ad6096f51174408488c4da602fb91ada9030
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
A .github/pull_request_template.md

  Log Message:
  ---
  Add github pull request template


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/694e7c739fff...c565ad6096f5

-- 
You received this message because you are subscribed to the Google 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/git-changelog-plugin] d75304: Adding steps #18

2018-04-18 Thread GitHub
  Branch: refs/heads/feature/steps
  Home:   https://github.com/jenkinsci/git-changelog-plugin
  Commit: d75304e011b412b9eba42370bd183a9c58fcbff6
  
https://github.com/jenkinsci/git-changelog-plugin/commit/d75304e011b412b9eba42370bd183a9c58fcbff6
  Author: Tomas Bjerre 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M CHANGELOG.md
M pom.xml
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/GitChangelogStep.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/GitChangelogStepDescriptor.java
A src/main/java/org/jenkinsci/plugins/gitchangelog/steps/RETURN_TYPE.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/CustomIssueConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/GitHubConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/GitLabConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/JiraConfig.java
M src/main/resources/index.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/GitChangelogStep/config.jelly

  Log Message:
  ---
  Adding steps #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/aws-codebuild-plugin] 7bcced: Fix new unit tests

2018-04-18 Thread GitHub
  Branch: refs/heads/test-fix
  Home:   https://github.com/jenkinsci/aws-codebuild-plugin
  Commit: 7bcced0151601c7c243915146488fec72e0916f3
  
https://github.com/jenkinsci/aws-codebuild-plugin/commit/7bcced0151601c7c243915146488fec72e0916f3
  Author: Leo Baran 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M src/test/java/CodeBuilderConfigurationTest.java
M src/test/java/CodeBuilderTest.java

  Log Message:
  ---
  Fix new unit tests


-- 
You received this message because you are subscribed to the Google 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] 56c455: Add README

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 56c455dd25935092d5119fddcf8ec947c3054a91
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/56c455dd25935092d5119fddcf8ec947c3054a91
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
A README.md

  Log Message:
  ---
  Add README


  Commit: 5844f59f75c65802c1560818635476bfe48d067e
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/5844f59f75c65802c1560818635476bfe48d067e
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
A LICENSE.txt

  Log Message:
  ---
  Add LICENSE file


  Commit: 6aceaeed8a5cc337bda78f943ba4a40a182e9d3d
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/6aceaeed8a5cc337bda78f943ba4a40a182e9d3d
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
A .gitignore

  Log Message:
  ---
  Add .gitignore for common files


  Commit: 694e7c739fffac231951fd3e3c48d4e32fae9626
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/694e7c739fffac231951fd3e3c48d4e32fae9626
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
A .github/pull_request_template.md

  Log Message:
  ---
  Add github pull request template


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/120029d38aab...694e7c739fff

-- 
You received this message because you are subscribed to the Google 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/blackduck-hub-plugin] fad556: More updates for gradle and hub common

2018-04-18 Thread GitHub
  Branch: refs/heads/updating
  Home:   https://github.com/jenkinsci/blackduck-hub-plugin
  Commit: fad5566329e62b798cb1b979f722631fe9dcabd9
  
https://github.com/jenkinsci/blackduck-hub-plugin/commit/fad5566329e62b798cb1b979f722631fe9dcabd9
  Author: jrichard 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M build.gradle
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/HubJenkinsLogger.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/HubServerInfo.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/HubServerInfoSingleton.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/PostBuildHubScan.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/PostBuildScanDescriptor.java
M src/main/java/com/blackducksoftware/integration/hub/jenkins/ScanJobs.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/ScanJobsDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/action/BomUpToDateAction.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/action/HubReportV2Action.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/action/HubScanFinishedAction.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/action/HubVariableContributor.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/action/MavenClasspathAction.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/cli/DummyToolInstallation.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/cli/DummyToolInstaller.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/exceptions/BDJenkinsHubPluginException.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/exceptions/HubConfigurationException.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/exceptions/HubScanToolMissingException.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/failure/FailureConditionBuildStateEnum.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/failure/HubCommonFailureStep.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/failure/HubFailureConditionStep.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/failure/HubFailureConditionStepDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/helper/BuildHelper.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/helper/JenkinsProxyHelper.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/helper/PluginHelper.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/remote/DetermineTargetPath.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/remote/GetCanonicalPath.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/remote/RemoteScan.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/remote/ScanResponse.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/scan/BDCommonDescriptorUtil.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/scan/BDCommonScanStep.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/scan/ScanExclusion.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/scan/ScanExclusionDescriptor.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/workflow/HubFailureConditionWorkflowStep.java
M 
src/main/java/com/blackducksoftware/integration/hub/jenkins/workflow/HubScanWorkflowStep.java
M 
src/test/java/com/blackducksoftware/integration/hub/jenkins/PluginHelperTest.java

  Log Message:
  ---
  More updates for gradle and hub common


-- 
You received this message because you are subscribed to the Google 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/aws-codebuild-plugin] bdf933: Fix new unit tests

2018-04-18 Thread GitHub
  Branch: refs/heads/test-fix
  Home:   https://github.com/jenkinsci/aws-codebuild-plugin
  Commit: bdf933238884216f09bc6308572e929fe65f099f
  
https://github.com/jenkinsci/aws-codebuild-plugin/commit/bdf933238884216f09bc6308572e929fe65f099f
  Author: Leo Baran 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M src/test/java/CodeBuilderConfigurationTest.java

  Log Message:
  ---
  Fix new unit tests


-- 
You received this message because you are subscribed to the Google 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/snowglobe-plugin] 601931: Oops.. URL not correct.

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snowglobe-plugin
  Commit: 60193101a34670941a1f75417469141419b7ff54
  
https://github.com/jenkinsci/snowglobe-plugin/commit/60193101a34670941a1f75417469141419b7ff54
  Author: Nigel Magnay 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Oops.. URL not correct.


-- 
You received this message because you are subscribed to the Google 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/git-changelog-plugin] 3d5168: Adding steps #18

2018-04-18 Thread GitHub
  Branch: refs/heads/feature/steps
  Home:   https://github.com/jenkinsci/git-changelog-plugin
  Commit: 3d516804eb50d20e645620d2dfbe446e50d8
  
https://github.com/jenkinsci/git-changelog-plugin/commit/3d516804eb50d20e645620d2dfbe446e50d8
  Author: Tomas Bjerre 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M CHANGELOG.md
M pom.xml
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/ChangelogDataStep.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/GitChangelogStepDescriptor.java
A src/main/java/org/jenkinsci/plugins/gitchangelog/steps/RETURN_TYPE.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/CustomIssueConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/GitHubConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/GitLabConfig.java
A 
src/main/java/org/jenkinsci/plugins/gitchangelog/steps/config/JiraConfig.java
M src/main/resources/index.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/ChangelogDataStep/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/gitchangelog/steps/ChangelogRenderStep/config.jelly

  Log Message:
  ---
  Adding steps #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/snowglobe-plugin] 43d771: [maven-release-plugin] prepare for next developmen...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snowglobe-plugin
  Commit: 43d771c5a2e61150f0aaa55749129a1cab4a569f
  
https://github.com/jenkinsci/snowglobe-plugin/commit/43d771c5a2e61150f0aaa55749129a1cab4a569f
  Author: Nigel Magnay 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  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/snowglobe-plugin]

2018-04-18 Thread GitHub
  Branch: refs/tags/snowglobe-0.4
  Home:   https://github.com/jenkinsci/snowglobe-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/snowglobe-plugin] e41912: [maven-release-plugin] prepare release snowglobe-0...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snowglobe-plugin
  Commit: e41912f3637144e0ebbcbe94f4419ac3c7da8911
  
https://github.com/jenkinsci/snowglobe-plugin/commit/e41912f3637144e0ebbcbe94f4419ac3c7da8911
  Author: Nigel Magnay 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release snowglobe-0.4


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


[jenkinsci/snowglobe-plugin] b6bddd: Help

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/snowglobe-plugin
  Commit: b6bdddc705964a07cb36266d11d64e5ec4b06313
  
https://github.com/jenkinsci/snowglobe-plugin/commit/b6bdddc705964a07cb36266d11d64e5ec4b06313
  Author: Nigel Magnay 
  Date:   2018-04-17 (Tue, 17 Apr 2018)

  Changed paths:
M src/main/java/com/nirima/snowglobe/jenkins/step/CloneStep.java
A src/main/webapp/help/help-maximumAge.html
A src/main/webapp/help/help-maximumCount.html
A src/main/webapp/help/help-maximumEmptyAge.html

  Log Message:
  ---
  Help

Do need to actually execute a command.

Signed-off-by: Nigel Magnay 


  Commit: 59fba6e775aa10311296f2076eb4f62ee42f501d
  
https://github.com/jenkinsci/snowglobe-plugin/commit/59fba6e775aa10311296f2076eb4f62ee42f501d
  Author: Nigel Magnay 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M src/main/java/com/nirima/snowglobe/jenkins/GlobeCleanupThread.java
M src/main/java/com/nirima/snowglobe/jenkins/api/remote/AddTagCommand.java
M src/main/java/com/nirima/snowglobe/jenkins/api/remote/ApplyCommand.java
M src/main/java/com/nirima/snowglobe/jenkins/api/remote/CloneCommand.java
M src/main/java/com/nirima/snowglobe/jenkins/api/remote/DestroyCommand.java
M src/main/java/com/nirima/snowglobe/jenkins/api/remote/GlobeCommand.java
M src/main/java/com/nirima/snowglobe/jenkins/api/remote/RemoveCommand.java

  Log Message:
  ---
  Fixups

Signed-off-by: Nigel Magnay 


  Commit: be10081e0031a5162c7b6e4ee4b5642a8393fc3c
  
https://github.com/jenkinsci/snowglobe-plugin/commit/be10081e0031a5162c7b6e4ee4b5642a8393fc3c
  Author: Nigel Magnay 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M README.md
M src/main/java/com/nirima/snowglobe/jenkins/GlobeCleanupThread.java
M src/main/java/com/nirima/snowglobe/jenkins/actions/SnowGlobeAction.java
M src/main/java/com/nirima/snowglobe/jenkins/api/remote/CommandBase.java
M src/main/java/com/nirima/snowglobe/jenkins/api/remote/Globe.java
M src/main/java/com/nirima/snowglobe/jenkins/api/remote/SetTagsCommand.java

  Log Message:
  ---
  Keep findbugs happy

Signed-off-by: Nigel Magnay 


Compare: 
https://github.com/jenkinsci/snowglobe-plugin/compare/f24d6f59661b...be10081e0031

-- 
You received this message because you are subscribed to the Google 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/prometheus-plugin] 2faba1: [maven-release-plugin] prepare release prometheus-...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/prometheus-plugin
  Commit: 2faba1b675e292109d55854b1e425ae366e503ff
  
https://github.com/jenkinsci/prometheus-plugin/commit/2faba1b675e292109d55854b1e425ae366e503ff
  Author: Lars Sjöström 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release prometheus-1.2.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/prometheus-plugin] 501eb2: [maven-release-plugin] prepare for next developmen...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/prometheus-plugin
  Commit: 501eb2e2a688580e0e448bb14e41c8b6f9acaa0a
  
https://github.com/jenkinsci/prometheus-plugin/commit/501eb2e2a688580e0e448bb14e41c8b6f9acaa0a
  Author: Lars Sjöström 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  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/prometheus-plugin]

2018-04-18 Thread GitHub
  Branch: refs/tags/prometheus-1.2.0
  Home:   https://github.com/jenkinsci/prometheus-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/workflow-basic-steps-plugin]

2018-04-18 Thread GitHub
  Branch: refs/tags/workflow-basic-steps-2.7
  Home:   https://github.com/jenkinsci/workflow-basic-steps-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/workflow-basic-steps-plugin] 709046: [maven-release-plugin] prepare for next developmen...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-basic-steps-plugin
  Commit: 7090460a45a1858fa524fd6c14acdc77125b7e22
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/7090460a45a1858fa524fd6c14acdc77125b7e22
  Author: Andrew Bayer 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  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/workflow-basic-steps-plugin] 5259e1: [maven-release-plugin] prepare release workflow-ba...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-basic-steps-plugin
  Commit: 5259e1e7d6c651dbae5cadc25629d5977a7a0f33
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/5259e1e7d6c651dbae5cadc25629d5977a7a0f33
  Author: Andrew Bayer 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release workflow-basic-steps-2.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/prometheus-plugin] e19292: [maven-release-plugin] prepare for next developmen...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/prometheus-plugin
  Commit: e19292c3919ca739c827e049eb0fd70319065871
  
https://github.com/jenkinsci/prometheus-plugin/commit/e19292c3919ca739c827e049eb0fd70319065871
  Author: Lars Sjöström 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  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/prometheus-plugin]

2018-04-18 Thread GitHub
  Branch: refs/tags/prometheus-1.1.2
  Home:   https://github.com/jenkinsci/prometheus-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/prometheus-plugin] 58e024: [maven-release-plugin] prepare release prometheus-...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/prometheus-plugin
  Commit: 58e024c8935faeae40b04e3c58ea167dbbe22471
  
https://github.com/jenkinsci/prometheus-plugin/commit/58e024c8935faeae40b04e3c58ea167dbbe22471
  Author: Lars Sjöström 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release prometheus-1.1.2


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


[jenkinsci/workflow-basic-steps-plugin] 1307d5: [FIXED JENKINS-26521] Add activity flag to timeout...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-basic-steps-plugin
  Commit: 1307d5a01782b571415131651791949da0e051be
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/1307d5a01782b571415131651791949da0e051be
  Author: Andrew Bayer 
  Date:   2018-03-07 (Wed, 07 Mar 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStep.java
M 
src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepExecution.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStep/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStep/help-activity.html
M src/test/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest.java

  Log Message:
  ---
  [FIXED JENKINS-26521] Add activity flag to timeout step

Many thanks to @ikedam for the original version of this. I've just
resurrected it and tweaked a couple things.


  Commit: 5b8a953e138ef7ac9a7f37180a894ec157c5c505
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/5b8a953e138ef7ac9a7f37180a894ec157c5c505
  Author: Jesse Glick 
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepExecution.java

  Log Message:
  ---
  Example of Channel.export.


  Commit: 1129e939c52d1d8dff08d778be5b05dd9e203edb
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/1129e939c52d1d8dff08d778be5b05dd9e203edb
  Author: Andrew Bayer 
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepExecution.java

  Log Message:
  ---
  Merge pull request #1 from jglick/remotable-JENKINS-26521

Showing how to do Channel.export


  Commit: 2bf6e555cb1d42d4c077c7b8fcf0b9e674291174
  
https://github.com/jenkinsci/workflow-basic-steps-plugin/commit/2bf6e555cb1d42d4c077c7b8fcf0b9e674291174
  Author: Andrew Bayer 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStep.java
M 
src/main/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepExecution.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStep/config.jelly
A 
src/main/resources/org/jenkinsci/plugins/workflow/steps/TimeoutStep/help-activity.html
M src/test/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest.java

  Log Message:
  ---
  Merge pull request #62 from abayer/jenkins-26521

[FIXED JENKINS-26521] Add activity flag to timeout step


Compare: 
https://github.com/jenkinsci/workflow-basic-steps-plugin/compare/b3645c581ba7...2bf6e555cb1d

-- 
You received this message because you are subscribed to the Google 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/bumblebee-plugin]

2018-04-18 Thread GitHub
  Branch: refs/tags/bumblebee-4.1.0
  Home:   https://github.com/jenkinsci/bumblebee-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/bumblebee-plugin] 35493a: [maven-release-plugin] prepare for next developmen...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/bumblebee-plugin
  Commit: 35493afd68a6cfcd5af604726766b60a9b61cbd0
  
https://github.com/jenkinsci/bumblebee-plugin/commit/35493afd68a6cfcd5af604726766b60a9b61cbd0
  Author: Sergey Oplavin 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  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/bumblebee-plugin] 325459: [maven-release-plugin] prepare release bumblebee-4...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/bumblebee-plugin
  Commit: 32545977d31d6cfc76001b3585c8333f3863a9c3
  
https://github.com/jenkinsci/bumblebee-plugin/commit/32545977d31d6cfc76001b3585c8333f3863a9c3
  Author: Sergey Oplavin 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release bumblebee-4.1.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/prometheus-plugin] e96a3a: Allow to configure fetching of test results from b...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/prometheus-plugin
  Commit: e96a3af6762ffe4c54f8b13dcb6a9cc134b59129
  
https://github.com/jenkinsci/prometheus-plugin/commit/e96a3af6762ffe4c54f8b13dcb6a9cc134b59129
  Author: hawky-4s- 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/prometheus/JobCollector.java
M 
src/main/java/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration.java
M 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/prometheus/config/PrometheusConfiguration/help-path.jelly

  Log Message:
  ---
  Allow to configure fetching of test results from builds. (#37)


-- 
You received this message because you are subscribed to the Google 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/prometheus-plugin] dde339: Update build instructions (#34)

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/prometheus-plugin
  Commit: dde339ea469aff3689dda36d04c0a0b6f1eb5638
  
https://github.com/jenkinsci/prometheus-plugin/commit/dde339ea469aff3689dda36d04c0a0b6f1eb5638
  Author: Jaseem Abid 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Update build instructions (#34)

Fixes #33

Maven nuances aren't obvious to everyone after all.


-- 
You received this message because you are subscribed to the Google 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/prometheus-plugin] 3f76d6: check configuration for updates on each collection...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/prometheus-plugin
  Commit: 3f76d6eb6006dcdc1436ca0ae3448158ef70d4f0
  
https://github.com/jenkinsci/prometheus-plugin/commit/3f76d6eb6006dcdc1436ca0ae3448158ef70d4f0
  Author: cburroughs 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/prometheus/JobCollector.java

  Log Message:
  ---
  check configuration for updates on each collection (#41)

ref jenkinsci/prometheus-plugin#40


-- 
You received this message because you are subscribed to the Google 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/prometheus-plugin] 5dae49: Updated incorrect help for '_last_build_result' me...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/prometheus-plugin
  Commit: 5dae49ebaa75b97b068e8136b85bc5ed7ef85039
  
https://github.com/jenkinsci/prometheus-plugin/commit/5dae49ebaa75b97b068e8136b85bc5ed7ef85039
  Author: Mark Tickner 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/prometheus/JobCollector.java

  Log Message:
  ---
  Updated incorrect help for '_last_build_result' metric (#39)


-- 
You received this message because you are subscribed to the Google 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/generic-webhook-trigger-plugin] e4f798: [maven-release-plugin] prepare for next developmen...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/generic-webhook-trigger-plugin
  Commit: e4f798908b826516f4a598b8a4bc73374200a062
  
https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/e4f798908b826516f4a598b8a4bc73374200a062
  Author: Tomas Bjerre 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M CHANGELOG.md
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/generic-webhook-trigger-plugin]

2018-04-18 Thread GitHub
  Branch: refs/tags/generic-webhook-trigger-1.32
  Home:   https://github.com/jenkinsci/generic-webhook-trigger-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/generic-webhook-trigger-plugin] 7dd706: [maven-release-plugin] prepare for next developmen...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/generic-webhook-trigger-plugin
  Commit: 7dd70604832f155b54cc2989db2f065e586a08f3
  
https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/7dd70604832f155b54cc2989db2f065e586a08f3
  Author: Tomas Bjerre 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  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/generic-webhook-trigger-plugin] 0e2f4a: [maven-release-plugin] prepare release generic-web...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/generic-webhook-trigger-plugin
  Commit: 0e2f4acb2c4a2e22ae0ddb12b8bb3dea6523a3a0
  
https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/0e2f4acb2c4a2e22ae0ddb12b8bb3dea6523a3a0
  Author: Tomas Bjerre 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release generic-webhook-trigger-1.32


-- 
You received this message because you are subscribed to the Google 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/mabl-integration-plugin] 38f5c5: Updated release notes to point to official docs

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mabl-integration-plugin
  Commit: 38f5c5e1f80d123621d2aa06ade0b730c5894146
  
https://github.com/jenkinsci/mabl-integration-plugin/commit/38f5c5e1f80d123621d2aa06ade0b730c5894146
  Author: Joseph Lust 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M README.md

  Log Message:
  ---
  Updated release notes to point to official docs


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


[jenkinsci/generic-webhook-trigger-plugin] 1f0006: Custom cause #57

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/generic-webhook-trigger-plugin
  Commit: 1f0006795ab694191c0ffa6ca8f1f7bd945fc8d9
  
https://github.com/jenkinsci/generic-webhook-trigger-plugin/commit/1f0006795ab694191c0ffa6ca8f1f7bd945fc8d9
  Author: Tomas Bjerre 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/gwt/GenericCause.java
M src/main/java/org/jenkinsci/plugins/gwt/GenericTrigger.java
M src/main/resources/org/jenkinsci/plugins/gwt/GenericTrigger/config.jelly

  Log Message:
  ---
  Custom cause #57


-- 
You received this message because you are subscribed to the Google 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] 5df2fe: Add Jenkinsfile

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 5df2fe464cada8e05090b0f8e9c0144bae6224db
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/5df2fe464cada8e05090b0f8e9c0144bae6224db
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Add Jenkinsfile


  Commit: 120029d38aab9c6920439a01dfb9d1dfd34460cc
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/120029d38aab9c6920439a01dfb9d1dfd34460cc
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M Jenkinsfile
R src/main/resources/org/jvnet/hudson/plugins/PlatformLabeler/config.jelly
R src/main/resources/org/jvnet/hudson/plugins/PlatformLabeler/global.jelly
A src/main/resources/org/jvnet/hudson/plugins/platformlabeler/config.jelly
A src/main/resources/org/jvnet/hudson/plugins/platformlabeler/global.jelly

  Log Message:
  ---
  Fix windows compile

Use consistent case in jelly path


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/534f49661048...120029d38aab

-- 
You received this message because you are subscribed to the Google 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] c60e0d: Get plugin building against latest jenkins; requir...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: c60e0d60b2949f30cdf79a42b7c8fcf63407ff0e
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/c60e0d60b2949f30cdf79a42b7c8fcf63407ff0e
  Author: Devin Barbieri 
  Date:   2015-10-18 (Sun, 18 Oct 2015)

  Changed paths:
M pom.xml
M src/main/java/org/jvnet/hudson/plugins/platformlabeler/NodeLabelCache.java
M 
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTask.java
M 
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformLabeler.java
M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformLabelerTest.java

  Log Message:
  ---
  Get plugin building against latest jenkins; requires implementing roles


  Commit: 534f496610484f82ce1f7f6c67ecee598ec7132d
  
https://github.com/jenkinsci/platformlabeler-plugin/commit/534f496610484f82ce1f7f6c67ecee598ec7132d
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml
M src/main/java/org/jvnet/hudson/plugins/platformlabeler/NodeLabelCache.java
M 
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTask.java
M 
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformLabeler.java
M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformLabelerTest.java

  Log Message:
  ---
  Merge pull request #1 from dbarbieri/master

Get plugin building against latest jenkins; requires implementing roles


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/c1c030cbd55d...534f49661048

-- 
You received this message because you are subscribed to the Google 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.


[jenkins-infra/jenkins.io] 0b2f9c: Blog post BLue Ocean release 1.5.0

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 0b2f9cb749222f184049b9dff7237521aad78376
  
https://github.com/jenkins-infra/jenkins.io/commit/0b2f9cb749222f184049b9dff7237521aad78376
  Author: Jenn Briden 
  Date:   2018-04-17 (Tue, 17 Apr 2018)

  Changed paths:
A content/_data/authors/jennbriden.adoc
A content/blog/2018/04/2018-04-17-blueocean-1-5-0.adoc

  Log Message:
  ---
  Blog post BLue Ocean release 1.5.0


  Commit: 8a9c1999118ae734dec934b730612cecdfa1e007
  
https://github.com/jenkins-infra/jenkins.io/commit/8a9c1999118ae734dec934b730612cecdfa1e007
  Author: R. Tyler Croy 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
R content/blog/2018/04/2018-04-17-blueocean-1-5-0.adoc
A content/blog/2018/04/2018-04-18-blueocean-1-5-0.adoc

  Log Message:
  ---
  Move the Blue Ocean 1.5.0 blog post to today


  Commit: d93ec1e6143fa612efacaca94183d66d03bd0a9a
  
https://github.com/jenkins-infra/jenkins.io/commit/d93ec1e6143fa612efacaca94183d66d03bd0a9a
  Author: R. Tyler Croy 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M content/blog/2018/04/2018-04-18-blueocean-1-5-0.adoc
A content/images/post-images/blueocean-1.5.0/downstream-jobs.png

  Log Message:
  ---
  Restructure the Blue Ocean 1.5.0 blog post to include an image and read easier

I think the list of tickets was useful on the mailing list for a more savvy
audience, but for the jenkins.io audience, I think being more verbose is helpful


  Commit: 92e468e7f66b7a4af7c1036eb9b0c600e82b5776
  
https://github.com/jenkins-infra/jenkins.io/commit/92e468e7f66b7a4af7c1036eb9b0c600e82b5776
  Author: R. Tyler Croy 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
A content/_data/authors/jennbriden.adoc
A content/blog/2018/04/2018-04-18-blueocean-1-5-0.adoc
A content/images/post-images/blueocean-1.5.0/downstream-jobs.png

  Log Message:
  ---
  Merge pull request #1505 from jennbriden/blog-blueocean-rel-150

Blog post Blue Ocean release 1.5.0


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/40d9c64b5643...92e468e7f66b

-- 
You received this message because you are subscribed to the Google 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/remoting] 6520b1: Changelog: Noting 3.20

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 6520b10588dfaa1036fecef0697d67d8d7689ff1
  
https://github.com/jenkinsci/remoting/commit/6520b10588dfaa1036fecef0697d67d8d7689ff1
  Author: Oleg Nenashev 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M CHANGELOG.md

  Log Message:
  ---
  Changelog: Noting 3.20


-- 
You received this message because you are subscribed to the Google 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/git-plugin] 624ffc: [JENKINS-34070] Fixing UserMergeOptions.mergeStrat...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 624ffcef88c110149820e67356073285611edad9
  
https://github.com/jenkinsci/git-plugin/commit/624ffcef88c110149820e67356073285611edad9
  Author: Jesse Glick 
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
M src/main/java/hudson/plugins/git/UserMergeOptions.java
M src/main/resources/hudson/plugins/git/UserMergeOptions/config.jelly

  Log Message:
  ---
  [JENKINS-34070] Fixing UserMergeOptions.mergeStrategy databinding.


  Commit: 44e9eb0716165de33f277fd2552d6a4de2961bb0
  
https://github.com/jenkinsci/git-plugin/commit/44e9eb0716165de33f277fd2552d6a4de2961bb0
  Author: Mark Waite 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M src/main/java/hudson/plugins/git/UserMergeOptions.java
M src/main/resources/hudson/plugins/git/UserMergeOptions/config.jelly

  Log Message:
  ---
  Merge pull request #580 from 
jglick/UserMergeOptions.mergeStrategy-JENKINS-34070

[JENKINS-34070] Fixing UserMergeOptions.mergeStrategy databinding


Compare: 
https://github.com/jenkinsci/git-plugin/compare/a81c6552af4a...44e9eb071616

-- 
You received this message because you are subscribed to the Google 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/job-dsl-plugin] 74b433: log warning when plugins have been installed witho...

2018-04-18 Thread GitHub
  Branch: refs/heads/JENKINS-50858
  Home:   https://github.com/jenkinsci/job-dsl-plugin
  Commit: 74b433a90c3c62f107fb370dd969dc9100c9a90c
  
https://github.com/jenkinsci/job-dsl-plugin/commit/74b433a90c3c62f107fb370dd969dc9100c9a90c
  Author: Daniel Spilker 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M docs/Home.md
M 
job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/ExecuteDslScripts.java
M 
job-dsl-plugin/src/main/resources/javaposse/jobdsl/plugin/Messages.properties

  Log Message:
  ---
  log warning when plugins have been installed without restarting Jenkins

[FIXES JENKINS-50858]


-- 
You received this message because you are subscribed to the Google 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/remoting] ec1480: [maven-release-plugin] prepare for next developmen...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: ec1480f149019f1e309039e9b1bbc71e55bfee16
  
https://github.com/jenkinsci/remoting/commit/ec1480f149019f1e309039e9b1bbc71e55bfee16
  Author: Oleg Nenashev 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  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/remoting]

2018-04-18 Thread GitHub
  Branch: refs/tags/remoting-3.20
  Home:   https://github.com/jenkinsci/remoting

-- 
You received this message because you are subscribed to the Google 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/remoting] 69b917: [maven-release-plugin] prepare release remoting-3....

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 69b9177da37b3b2dc0bf67048f4f8e4892143893
  
https://github.com/jenkinsci/remoting/commit/69b9177da37b3b2dc0bf67048f4f8e4892143893
  Author: Oleg Nenashev 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release remoting-3.20


-- 
You received this message because you are subscribed to the Google 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/robot-plugin] ef7193: [FIXED JENKINS-47227] Add public getEnableCache

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/robot-plugin
  Commit: ef719349b999ba7e8319fb71b992cc84615e7257
  
https://github.com/jenkinsci/robot-plugin/commit/ef719349b999ba7e8319fb71b992cc84615e7257
  Author: Robby Pocase 
  Date:   2018-04-17 (Tue, 17 Apr 2018)

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

  Log Message:
  ---
  [FIXED JENKINS-47227] Add public getEnableCache


  Commit: 851fa19bcd338fcc32c00762d76aa3596a201b83
  
https://github.com/jenkinsci/robot-plugin/commit/851fa19bcd338fcc32c00762d76aa3596a201b83
  Author: Janne Piironen 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

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

  Log Message:
  ---
  Merge pull request #20 from ADTRAN/JENKINS-47227

[FIXED JENKINS-47227] Add public getEnableCache


Compare: 
https://github.com/jenkinsci/robot-plugin/compare/f7929873c0bf...851fa19bcd33

-- 
You received this message because you are subscribed to the Google 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/bumblebee-plugin] acffd9: Upgrade bumblebee-client to 0.0.9

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/bumblebee-plugin
  Commit: acffd9b5f5d7235397a8093679797ff61cb6a1b4
  
https://github.com/jenkinsci/bumblebee-plugin/commit/acffd9b5f5d7235397a8093679797ff61cb6a1b4
  Author: Sergey Oplavin 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrade bumblebee-client to 0.0.9


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


[jenkinsci/silk-performer-plugin] 6e65cc: [maven-release-plugin] prepare for next developmen...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/silk-performer-plugin
  Commit: 6e65cca91c811f6e2fb46b9e50e3d13f4ac040b3
  
https://github.com/jenkinsci/silk-performer-plugin/commit/6e65cca91c811f6e2fb46b9e50e3d13f4ac040b3
  Author: SilkPerformer 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  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/silk-performer-plugin] 135c17: [maven-release-plugin] prepare release silk-perfor...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/silk-performer-plugin
  Commit: 135c17b8386168c9b83864b1747fd06926dc4615
  
https://github.com/jenkinsci/silk-performer-plugin/commit/135c17b8386168c9b83864b1747fd06926dc4615
  Author: SilkPerformer 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release silk-performer-plugin-1.0.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/silk-performer-plugin]

2018-04-18 Thread GitHub
  Branch: refs/tags/silk-performer-plugin-1.0.18
  Home:   https://github.com/jenkinsci/silk-performer-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/silk-performer-plugin] edb370: [maven-release-plugin] prepare release silk-perfor...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/silk-performer-plugin
  Commit: edb37022833465f0580e996e2109e693090d77f9
  
https://github.com/jenkinsci/silk-performer-plugin/commit/edb37022833465f0580e996e2109e693090d77f9
  Author: SilkPerformer 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release silk-performer-plugin-1.0.17


-- 
You received this message because you are subscribed to the Google 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/silk-performer-plugin]

2018-04-18 Thread GitHub
  Branch: refs/tags/silk-performer-plugin-1.0.17
  Home:   https://github.com/jenkinsci/silk-performer-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/silk-performer-plugin] 294e0b: [maven-release-plugin] prepare for next developmen...

2018-04-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/silk-performer-plugin
  Commit: 294e0b0221aa750e99a30941e25c6dd9277ad486
  
https://github.com/jenkinsci/silk-performer-plugin/commit/294e0b0221aa750e99a30941e25c6dd9277ad486
  Author: SilkPerformer 
  Date:   2018-04-18 (Wed, 18 Apr 2018)

  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.


  1   2   >