[jenkinsci/influxdb-plugin] 6bf3ec: Minor refactoring

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/influxdb-plugin
  Commit: 6bf3ecc150dde19c7463087b9bb3315b97680e23
  
https://github.com/jenkinsci/influxdb-plugin/commit/6bf3ecc150dde19c7463087b9bb3315b97680e23
  Author: Aleksi Simell 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  Changed paths:
M 
src/main/java/jenkinsci/plugins/influxdb/generators/CoberturaPointGenerator.java

  Log Message:
  ---
  Minor refactoring


-- 
You received this message because you are subscribed to the Google 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] 41b3cf: removed anything that has been deprecated in 1.43 ...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-dsl-plugin
  Commit: 41b3cfbf33d8a5903f66e03e0f90416b4ac1c55e
  
https://github.com/jenkinsci/job-dsl-plugin/commit/41b3cfbf33d8a5903f66e03e0f90416b4ac1c55e
  Author: Daniel Spilker 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  Changed paths:
M build.gradle
M docs/Home.md
R 
job-dsl-core/src/main/docs/examples/javaposse/jobdsl/dsl/helpers/triggers/ItemTriggerContext/pullRequest.groovy
M job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/Job.groovy
M job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/JobManagement.groovy
M job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/MockJobManagement.groovy
M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/publisher/ArchiveJUnitContext.groovy
R 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/publisher/EmailContext.groovy
M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/publisher/PublisherContext.groovy
M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/publisher/RundeckContext.groovy
M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/toplevel/NotificationContext.groovy
M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/toplevel/NotificationEndpointContext.groovy
R 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/triggers/GitHubPullRequestBuilderCommitStatusContext.groovy
R 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/triggers/GitHubPullRequestBuilderExtensionContext.groovy
M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/triggers/ItemTriggerContext.groovy
R 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/triggers/PullRequestBuilderContext.groovy
M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/wrapper/BuildInDockerContext.groovy
M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/wrapper/WrapperContext.groovy
M 
job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/FileJobManagementSpec.groovy
M job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/JobSpec.groovy
M 
job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/MemoryJobManagementSpec.groovy
M 
job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/MockJobManagementSpec.groovy
M 
job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/helpers/publisher/PublisherContextSpec.groovy
M 
job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/helpers/triggers/ItemTriggerContextSpec.groovy
M 
job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/helpers/wrapper/WrapperContextSpec.groovy
M 
job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/InterruptibleJobManagement.groovy
M 
job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/JenkinsJobManagement.java
M 
job-dsl-plugin/src/test/groovy/javaposse/jobdsl/plugin/JenkinsJobManagementSpec.groovy

  Log Message:
  ---
  removed anything that has been deprecated in 1.43 (#890)


-- 
You received this message because you are subscribed to the Google 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] 491249: added symbol for ExecuteDslScripts build step (#88...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-dsl-plugin
  Commit: 491249b6e743daff322dbcc56e0ad9b75d5f1d09
  
https://github.com/jenkinsci/job-dsl-plugin/commit/491249b6e743daff322dbcc56e0ad9b75d5f1d09
  Author: Daniel Spilker 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  Changed paths:
M docs/Home.md
M docs/User-Power-Moves.md
M job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/DescriptorImpl.java

  Log Message:
  ---
  added symbol for ExecuteDslScripts build step (#889)

[FIXES JENKINS-36768]


-- 
You received this message because you are subscribed to the Google 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] da2937: improved error message when trying to change the t...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-dsl-plugin
  Commit: da293762db873b1b6baa58dd6eccdf416a543880
  
https://github.com/jenkinsci/job-dsl-plugin/commit/da293762db873b1b6baa58dd6eccdf416a543880
  Author: Daniel Spilker 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

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

  Log Message:
  ---
  improved error message when trying to change the type of a view (#888)


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

2016-08-09 Thread GitHub
  Branch: refs/tags/piketec-tpt-7.5
  Home:   https://github.com/jenkinsci/piketec-tpt-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/piketec-tpt-plugin] 4cd524: [maven-release-plugin] prepare for next developmen...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/piketec-tpt-plugin
  Commit: 4cd524449def05a3bddb945c1ebf58f637455702
  
https://github.com/jenkinsci/piketec-tpt-plugin/commit/4cd524449def05a3bddb945c1ebf58f637455702
  Author: Joachim Kuhnert 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  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/piketec-tpt-plugin] 65c3a1: [maven-release-plugin] prepare release piketec-tpt...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/piketec-tpt-plugin
  Commit: 65c3a1e5c29a1ea4d5daed665f3651993fd67c3c
  
https://github.com/jenkinsci/piketec-tpt-plugin/commit/65c3a1e5c29a1ea4d5daed665f3651993fd67c3c
  Author: Joachim Kuhnert 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release piketec-tpt-7.5


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

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/windows-slaves-plugin
  Commit: d5e04860e1db86b068c2f23019c6dda3266aabf1
  
https://github.com/jenkinsci/windows-slaves-plugin/commit/d5e04860e1db86b068c2f23019c6dda3266aabf1
  Author: Andres Rodriguez 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release windows-slaves-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/windows-slaves-plugin] 5a2040: [maven-release-plugin] prepare for next developmen...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/windows-slaves-plugin
  Commit: 5a2040a959b17253eced765da1177ae0dcd3957f
  
https://github.com/jenkinsci/windows-slaves-plugin/commit/5a2040a959b17253eced765da1177ae0dcd3957f
  Author: Andres Rodriguez 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  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/windows-slaves-plugin]

2016-08-09 Thread GitHub
  Branch: refs/tags/windows-slaves-1.2
  Home:   https://github.com/jenkinsci/windows-slaves-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/piketec-tpt-plugin] 247a52: Variables where not expanded for tpt file field.

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/piketec-tpt-plugin
  Commit: 247a52efd91da0b4d392948efb7b75540df0a337
  
https://github.com/jenkinsci/piketec-tpt-plugin/commit/247a52efd91da0b4d392948efb7b75540df0a337
  Author: Joachim Kuhnert 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  Changed paths:
M 
src/main/java/com/piketec/jenkins/plugins/tpt/Configuration/JenkinsConfiguration.java

  Log Message:
  ---
  Variables where not expanded for tpt file field.


-- 
You received this message because you are subscribed to the Google 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/windows-slaves-plugin] 034719: [JENKINS-34131] Upgrade to plugin parent pom 2.6. ...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/windows-slaves-plugin
  Commit: 0347191213f1b7f45c3c281dd7dadd64c35c6af4
  
https://github.com/jenkinsci/windows-slaves-plugin/commit/0347191213f1b7f45c3c281dd7dadd64c35c6af4
  Author: Armando Fernandez 
  Date:   2016-04-08 (Fri, 08 Apr 2016)

  Changed paths:
M pom.xml
M src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java
M src/main/resources/index.jelly

  Log Message:
  ---
  [JENKINS-34131] Upgrade to plugin parent pom 2.6. Fix findbugs error.


  Commit: b6a4358544675b8da2134d3de2596f4c7df463d3
  
https://github.com/jenkinsci/windows-slaves-plugin/commit/b6a4358544675b8da2134d3de2596f4c7df463d3
  Author: Armando Fernandez 
  Date:   2016-04-08 (Fri, 08 Apr 2016)

  Changed paths:
M pom.xml
M src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java

  Log Message:
  ---
  [JENKINS-34131] Bump baseline to 1.580.1. Fix more findbugs errors


  Commit: 0ca2883d6f490b44849a3908d1d4c22b1733e753
  
https://github.com/jenkinsci/windows-slaves-plugin/commit/0ca2883d6f490b44849a3908d1d4c22b1733e753
  Author: Armando Fernandez 
  Date:   2016-04-11 (Mon, 11 Apr 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [JENKINS-34131] Exclude dependency in conflict causing errors with baseline 
1.652+.


  Commit: 8e36fd6952106b76fb3627f3a003d1939fd55895
  
https://github.com/jenkinsci/windows-slaves-plugin/commit/8e36fd6952106b76fb3627f3a003d1939fd55895
  Author: Armando Fernandez 
  Date:   2016-07-28 (Thu, 28 Jul 2016)

  Changed paths:
M pom.xml
M src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java

  Log Message:
  ---
  [JENKINS-34131] Pick latest plugin-pom. Remove suppress warnings.


  Commit: 45a1b23f6bf5d97b1c35575de417a8306126307f
  
https://github.com/jenkinsci/windows-slaves-plugin/commit/45a1b23f6bf5d97b1c35575de417a8306126307f
  Author: Armando Fernandez 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java

  Log Message:
  ---
  [JENKINS-34131] Better error handling


  Commit: b7b55ad8412942789641190a5cf36b0c725598ba
  
https://github.com/jenkinsci/windows-slaves-plugin/commit/b7b55ad8412942789641190a5cf36b0c725598ba
  Author: Armando Fernandez 
  Date:   2016-07-29 (Fri, 29 Jul 2016)

  Changed paths:
M src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java

  Log Message:
  ---
  [JENKINS-34131] Code style


  Commit: bb57bcc727be04109e94beaeb44dc725e497a08a
  
https://github.com/jenkinsci/windows-slaves-plugin/commit/bb57bcc727be04109e94beaeb44dc725e497a08a
  Author: Andres Rodriguez 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java
M src/main/resources/index.jelly

  Log Message:
  ---
  Merge pull request #5 from armfergom/JENKINS-34131

[JENKINS-34131] Upgrade to plugin parent pom 2.6


Compare: 
https://github.com/jenkinsci/windows-slaves-plugin/compare/95b4f4a0f957...bb57bcc727be

-- 
You received this message because you are subscribed to the Google 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/rvm-plugin] c62c62: update jpi to 0.4.1

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/rvm-plugin
  Commit: c62c6297465e4954d612e32c7e85615f289566f7
  
https://github.com/jenkinsci/rvm-plugin/commit/c62c6297465e4954d612e32c7e85615f289566f7
  Author: Eito Katagiri 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  Changed paths:
M Gemfile

  Log Message:
  ---
  update jpi to 0.4.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/rvm-plugin] 3161ea: prepare for version 0.6

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/rvm-plugin
  Commit: 3161ea15c7fc92937941333b3d832cf84d7bae62
  
https://github.com/jenkinsci/rvm-plugin/commit/3161ea15c7fc92937941333b3d832cf84d7bae62
  Author: Eito Katagiri 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  Changed paths:
M rvm.pluginspec

  Log Message:
  ---
  prepare for version 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/rvm-plugin] 296a32: change not to cache rvm path

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/rvm-plugin
  Commit: 296a32399bfa70a8fa70e9ea6dd0c194e41d0dd4
  
https://github.com/jenkinsci/rvm-plugin/commit/296a32399bfa70a8fa70e9ea6dd0c194e41d0dd4
  Author: Eito Katagiri 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  Changed paths:
M models/rvm_wrapper.rb
M spec/models/rvm_wrapper_spec.rb

  Log Message:
  ---
  change not to cache rvm path

See #19


-- 
You received this message because you are subscribed to the Google 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/tfs-plugin] 62f5f7: Add isTeamServicesNearMatch() with tests

2016-08-09 Thread GitHub
  Branch: refs/heads/find_canonical_collection_uri
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: 62f5f7d258182b108a1f5361b2e26132b2bd21af
  
https://github.com/jenkinsci/tfs-plugin/commit/62f5f7d258182b108a1f5361b2e26132b2bd21af
  Author: Oli Dagenais 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/model/GitCodePushedHookEvent.java
A src/test/java/hudson/plugins/tfs/model/GitCodePushedHookEventTest.java

  Log Message:
  ---
  Add isTeamServicesNearMatch() with tests


  Commit: 0f6e6f3dc02f7293df8ff8f9e2c72d6e26698138
  
https://github.com/jenkinsci/tfs-plugin/commit/0f6e6f3dc02f7293df8ff8f9e2c72d6e26698138
  Author: Oli Dagenais 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/model/GitCodePushedHookEvent.java

  Log Message:
  ---
  Warn if remote URL almost matches


Compare: 
https://github.com/jenkinsci/tfs-plugin/compare/0b306bec073a...0f6e6f3dc02f

-- 
You received this message because you are subscribed to the Google 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/tfs-plugin] de7190: Improve logging when bypassing polling for trigger

2016-08-09 Thread GitHub
  Branch: refs/heads/find_canonical_collection_uri
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: de719056bc0946a48353f4274d9b969229a48b49
  
https://github.com/jenkinsci/tfs-plugin/commit/de719056bc0946a48353f4274d9b969229a48b49
  Author: Oli Dagenais 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/TeamPushTrigger.java

  Log Message:
  ---
  Improve logging when bypassing polling for trigger


  Commit: 9d502cd304c5cbf2ed79d43fd505074ef6f33e0a
  
https://github.com/jenkinsci/tfs-plugin/commit/9d502cd304c5cbf2ed79d43fd505074ef6f33e0a
  Author: Oli Dagenais 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/TeamPushTrigger.java

  Log Message:
  ---
  Remove extra space in log message


  Commit: 0566c4ac78d4d26807b3a18d9e9c6bed7cc9877e
  
https://github.com/jenkinsci/tfs-plugin/commit/0566c4ac78d4d26807b3a18d9e9c6bed7cc9877e
  Author: Oli Dagenais 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/model/GitCodePushedHookEvent.java

  Log Message:
  ---
  Log warning if no Git jobs match event remote URL


  Commit: c63ffe62afee9142dcb62fc0029b6e3ccdaf0c0b
  
https://github.com/jenkinsci/tfs-plugin/commit/c63ffe62afee9142dcb62fc0029b6e3ccdaf0c0b
  Author: Oli Dagenais 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/model/GitCodePushedHookEvent.java
A src/test/java/hudson/plugins/tfs/model/GitCodePushedHookEventTest.java

  Log Message:
  ---
  Add isTeamServicesNearMatch() with tests


  Commit: 0b306bec073a735b93784b1312567a39552cb7de
  
https://github.com/jenkinsci/tfs-plugin/commit/0b306bec073a735b93784b1312567a39552cb7de
  Author: Oli Dagenais 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/model/GitCodePushedHookEvent.java

  Log Message:
  ---
  Warn if remote URL almost matches


Compare: 
https://github.com/jenkinsci/tfs-plugin/compare/df83280b06fc...0b306bec073a

-- 
You received this message because you are subscribed to the Google 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/rvm-plugin] 888eb0: add spec when job name contains spaces

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/rvm-plugin
  Commit: 888eb0bbcd6dd8024e9a37217df623e4c1adbeb1
  
https://github.com/jenkinsci/rvm-plugin/commit/888eb0bbcd6dd8024e9a37217df623e4c1adbeb1
  Author: Eito Katagiri 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  Changed paths:
M spec/models/rvm_wrapper_spec.rb

  Log Message:
  ---
  add spec when job name contains spaces


-- 
You received this message because you are subscribed to the Google 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/rvm-plugin] 1fac7c: fixed escaping of project name with spaces

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/rvm-plugin
  Commit: 1fac7c7d79cd92b3882b53b3aee88285d1a7b090
  
https://github.com/jenkinsci/rvm-plugin/commit/1fac7c7d79cd92b3882b53b3aee88285d1a7b090
  Author: eyalzek 
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
M Gemfile
M models/rvm_wrapper.rb
M rvm.pluginspec

  Log Message:
  ---
  fixed escaping of project name with spaces


  Commit: af851ef1e8b45aba7fbd43672bc6ba461849aedf
  
https://github.com/jenkinsci/rvm-plugin/commit/af851ef1e8b45aba7fbd43672bc6ba461849aedf
  Author: eyalzek 
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
M Gemfile
M rvm.pluginspec

  Log Message:
  ---
  reverted irrelevant changes


  Commit: ffcf32a224393978c38bab868e51a28baba25bc4
  
https://github.com/jenkinsci/rvm-plugin/commit/ffcf32a224393978c38bab868e51a28baba25bc4
  Author: Eito Katagiri 
  Date:   2016-08-10 (Wed, 10 Aug 2016)

  Changed paths:
M models/rvm_wrapper.rb

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

Fix to: "Build breaks if job name contains space"


Compare: 
https://github.com/jenkinsci/rvm-plugin/compare/9ec95e13af80...ffcf32a22439

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

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-api-plugin
  Commit: a5884412b6e54b7dd1d0a9a3c49ed31355b2
  
https://github.com/jenkinsci/github-api-plugin/commit/a5884412b6e54b7dd1d0a9a3c49ed31355b2
  Author: Surya Gaddipati 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  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/github-api-plugin] ddcba4: [maven-release-plugin] prepare release github-api-...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-api-plugin
  Commit: ddcba43bbcaf835a339d004f110f7942a293aa63
  
https://github.com/jenkinsci/github-api-plugin/commit/ddcba43bbcaf835a339d004f110f7942a293aa63
  Author: Surya Gaddipati 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release github-api-1.77


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

2016-08-09 Thread GitHub
  Branch: refs/tags/github-api-1.77
  Home:   https://github.com/jenkinsci/github-api-plugin

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


[jenkinsci/github-api-plugin] ff2bd0: Update to latest github-api version

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/github-api-plugin
  Commit: ff2bd05af9dca941c738b75bd71356ea658714e2
  
https://github.com/jenkinsci/github-api-plugin/commit/ff2bd05af9dca941c738b75bd71356ea658714e2
  Author: Surya Gaddipati 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update to latest github-api version


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


[jenkinsci/remoting] e406ea: [JENKINS-36871] Address code review comments

2016-08-09 Thread GitHub
  Branch: refs/heads/jenkins-36871
  Home:   https://github.com/jenkinsci/remoting
  Commit: e406ea8e80e3c9cb33518e22d59864aae10b6fa8
  
https://github.com/jenkinsci/remoting/commit/e406ea8e80e3c9cb33518e22d59864aae10b6fa8
  Author: Stephen Connolly 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/AbstractByteBufferCommandTransport.java
M src/main/java/hudson/remoting/Launcher.java
M src/main/java/org/jenkinsci/remoting/engine/JnlpConnectionState.java
M src/main/java/org/jenkinsci/remoting/engine/JnlpProtocol4Handler.java
M src/main/java/org/jenkinsci/remoting/engine/JnlpProtocolHandler.java
M src/main/java/org/jenkinsci/remoting/protocol/IOHub.java
M src/main/java/org/jenkinsci/remoting/util/Charsets.java
M src/main/java/org/jenkinsci/remoting/util/DirectByteBufferPool.java
M src/main/java/org/jenkinsci/remoting/util/SettableFuture.java

  Log Message:
  ---
  [JENKINS-36871] Address code review comments


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

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tikal-multijob-plugin
  Commit: 346ea0e507bf351dc39059c343f021f997843491
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/346ea0e507bf351dc39059c343f021f997843491
  Author: Haggai Philip Zagury 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  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/tikal-multijob-plugin] 99d5e0: [maven-release-plugin] prepare release jenkins-mul...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tikal-multijob-plugin
  Commit: 99d5e013436396522807543fbcc35905b3f9ad98
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/99d5e013436396522807543fbcc35905b3f9ad98
  Author: Haggai Philip Zagury 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jenkins-multijob-plugin-1.22


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

2016-08-09 Thread GitHub
  Branch: refs/tags/jenkins-multijob-plugin-1.22
  Home:   https://github.com/jenkinsci/tikal-multijob-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/tikal-multijob-plugin]

2016-08-09 Thread GitHub
  Branch: refs/tags/jenkins-multijob-plugin-1.22
  Home:   https://github.com/jenkinsci/tikal-multijob-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/tikal-multijob-plugin] 052dc4: [maven-release-plugin] rollback the release of jen...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tikal-multijob-plugin
  Commit: 052dc4cc3b3da65ba5e0a7b4761781faf6c4a4e6
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/052dc4cc3b3da65ba5e0a7b4761781faf6c4a4e6
  Author: Haggai Philip Zagury 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of jenkins-multijob-plugin-1.22


-- 
You received this message because you are subscribed to the Google 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/config-file-provider-plugin] bc8c8f: lift dependencies to support symbol

2016-08-09 Thread GitHub
  Branch: refs/heads/integrate-symbol
  Home:   https://github.com/jenkinsci/config-file-provider-plugin
  Commit: bc8c8f66aad52a33872d1646f36183ebf77c3b5c
  
https://github.com/jenkinsci/config-file-provider-plugin/commit/bc8c8f66aad52a33872d1646f36183ebf77c3b5c
  Author: imod 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml
M 
src/main/java/org/jenkinsci/plugins/configfiles/buildwrapper/ConfigFileBuildWrapper.java
M 
src/test/java/org/jenkinsci/plugins/configfiles/buildwrapper/ConfigFileBuildWrapperTest.java
M 
src/test/java/org/jenkinsci/plugins/configfiles/buildwrapper/ConfigFileBuildWrapperWorkflowTest.java

  Log Message:
  ---
  lift dependencies to support symbol


-- 
You received this message because you are subscribed to the Google 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/phabricator-plugin] 71c25d: Update changelog for plugin release

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/phabricator-plugin
  Commit: 71c25da3b4da46a24f8e93a42d6f717c3973c236
  
https://github.com/jenkinsci/phabricator-plugin/commit/71c25da3b4da46a24f8e93a42d6f717c3973c236
  Author: Aiden Scandella 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M changelog.md

  Log Message:
  ---
  Update changelog for plugin release


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

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/phabricator-plugin
  Commit: c0bed24ee9ccb5f00f19f0183bed12ce71f937aa
  
https://github.com/jenkinsci/phabricator-plugin/commit/c0bed24ee9ccb5f00f19f0183bed12ce71f937aa
  Author: Aiden Scandella 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

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

2016-08-09 Thread GitHub
  Branch: refs/tags/phabricator-plugin-1.9.7
  Home:   https://github.com/jenkinsci/phabricator-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/phabricator-plugin] 1cfcac: [maven-release-plugin] prepare release phabricator...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/phabricator-plugin
  Commit: 1cfcac8827ecfd1a6e88b6047751e73c4ce7b4fb
  
https://github.com/jenkinsci/phabricator-plugin/commit/1cfcac8827ecfd1a6e88b6047751e73c4ce7b4fb
  Author: Aiden Scandella 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release phabricator-plugin-1.9.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/phabricator-plugin] 23fd3a: Make URI failure message less scary

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/phabricator-plugin
  Commit: 23fd3a6b65434aca77166d5a714d5e0b7d5e9455
  
https://github.com/jenkinsci/phabricator-plugin/commit/23fd3a6b65434aca77166d5a714d5e0b7d5e9455
  Author: Aiden Scandella 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M changelog.md
M 
src/main/java/com/uber/jenkins/phabricator/tasks/SendHarbormasterUriTask.java

  Log Message:
  ---
  Make URI failure message less scary

People search for "error" in their logs when their build fails and think
that something is wrong with Phabricator/Jenkins.


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


[jenkinsci/phabricator-plugin] 5c6a87: Update Changelog for release

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/phabricator-plugin
  Commit: 5c6a87406a2e61db0b09b26c47427a224d3d7d7b
  
https://github.com/jenkinsci/phabricator-plugin/commit/5c6a87406a2e61db0b09b26c47427a224d3d7d7b
  Author: Gautam Korlam 
  Date:   2016-07-17 (Sun, 17 Jul 2016)

  Changed paths:
M changelog.md

  Log Message:
  ---
  Update Changelog for release


  Commit: d28ffda65ef619a3e075a5d531462827211961f5
  
https://github.com/jenkinsci/phabricator-plugin/commit/d28ffda65ef619a3e075a5d531462827211961f5
  Author: Haotian Liu 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
M src/main/java/com/uber/jenkins/phabricator/unit/JUnitTestProvider.java
M src/main/java/com/uber/jenkins/phabricator/unit/UnitResult.java
M src/test/java/com/uber/jenkins/phabricator/BuildIntegrationTest.java
M src/test/java/com/uber/jenkins/phabricator/FakeConduit.java
M src/test/java/com/uber/jenkins/phabricator/PhabricatorNotifierTest.java
M src/test/java/com/uber/jenkins/phabricator/unit/UnitResultTest.java
M src/test/java/com/uber/jenkins/phabricator/utils/TestUtils.java
A 
src/test/resources/com/uber/jenkins/phabricator/conduit/unitResultWithFailureRequest.json
A 
src/test/resources/com/uber/jenkins/phabricator/unit/go-torch-junit-fail.xml

  Log Message:
  ---
  Use Junit Error Trace as Unit Result details (#170)

* Use Junit Error Trace as Unit Result details

Harbormaster accept `details` for Unit Results. It would be more
informative for test report to have stack trace when test is failing.

For pass tests, the stack trace is null, which will be omitted by
JSONObject.

* Integration style test for Conduit Client

The existing fake conduit client doesn’t verify the requests. In order
to verify the data `sent` to conduit server, it `requestBodies` to
record every single request form body. The tests can use the recorded
request form body to verify if it is expected.


  Commit: f4e6901e64da767ef0148f59b96f6e15bf0a3271
  
https://github.com/jenkinsci/phabricator-plugin/commit/f4e6901e64da767ef0148f59b96f6e15bf0a3271
  Author: Aiden Scandella 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/com/uber/jenkins/phabricator/BuildResultProcessor.java
M src/main/java/com/uber/jenkins/phabricator/PhabricatorBuildWrapper.java
M src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifier.java
M 
src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifierDescriptor.java
R src/main/java/com/uber/jenkins/phabricator/RemoteCommentFetcher.java
A src/main/java/com/uber/jenkins/phabricator/RemoteFileFetcher.java
M src/main/java/com/uber/jenkins/phabricator/conduit/DifferentialClient.java
M src/main/java/com/uber/jenkins/phabricator/conduit/HarbormasterClient.java
A src/main/java/com/uber/jenkins/phabricator/lint/LintResult.java
A src/main/java/com/uber/jenkins/phabricator/lint/LintResults.java
M 
src/main/java/com/uber/jenkins/phabricator/tasks/NonDifferentialHarbormasterTask.java
M 
src/main/java/com/uber/jenkins/phabricator/tasks/SendHarbormasterResultTask.java
M 
src/main/resources/com/uber/jenkins/phabricator/PhabricatorNotifier/config.jelly
M src/test/java/com/uber/jenkins/phabricator/BuildResultProcessorTest.java
M src/test/java/com/uber/jenkins/phabricator/PhabricatorNotifierTest.java
R src/test/java/com/uber/jenkins/phabricator/RemoteCommentFetcherTest.java
A src/test/java/com/uber/jenkins/phabricator/RemoteFileFetcherTest.java
M 
src/test/java/com/uber/jenkins/phabricator/conduit/DifferentialClientTest.java
M 
src/test/java/com/uber/jenkins/phabricator/tasks/SendHarbormasterResultTaskTest.java

  Log Message:
  ---
  Report lint warnings from file (#165)

Fixes #162

* Add jelly

* Make assertion less strict on invalid credentials test

* Add constructor params

* Add getters to notifier

* Remove unused descriptor fields

* Update tests

* Rename comment fetcher to file fetcher

* Thread lint through to conduit

* Fix jelly

* jenkins report custom messages to phabricator

* jenkins report lint messages to phabricator

* jenkins report lint messages to phabricator

* jenkins report lint messages to phabricator

* Cleanup code to not duplicate harbormaster.sendmessage calls

* wrapping process lint call inside processLint, comment fix


  Commit: a78f641d73c842d4c0c2e81a006bb4be73a5c4b6
  
https://github.com/jenkinsci/phabricator-plugin/commit/a78f641d73c842d4c0c2e81a006bb4be73a5c4b6
  Author: Aiden Scandella 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M changelog.md

  Log Message:
  ---
  Update changelog for merged PRs


Compare: 
https://github.com/jenkinsci/phabricator-plugin/compare/1d8269a7cd89...a78f641d73c8

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send 

[jenkinsci/remoting] 73a421: Update FindBugs Maven plugin to 3.0.4

2016-08-09 Thread GitHub
  Branch: refs/heads/jenkins-36871
  Home:   https://github.com/jenkinsci/remoting
  Commit: 73a421a7a96a8ecf271a67e32795a3f416d75a58
  
https://github.com/jenkinsci/remoting/commit/73a421a7a96a8ecf271a67e32795a3f416d75a58
  Author: Oleg Nenashev 
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update FindBugs Maven plugin to 3.0.4


  Commit: 5d38246805246990daa45786bee962d0898937c8
  
https://github.com/jenkinsci/remoting/commit/5d38246805246990daa45786bee962d0898937c8
  Author: Oleg Nenashev 
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
M pom.xml
R src/findbugs-filter.xml
A src/findbugs/excludeFilter.xml

  Log Message:
  ---
  Back to cave: Do not suppress FB errors, do not fail on the build


  Commit: d461323e7f98726191d7ef8c8572cc1166bf5f50
  
https://github.com/jenkinsci/remoting/commit/d461323e7f98726191d7ef8c8572cc1166bf5f50
  Author: Oleg Nenashev 
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/hudson/remoting/Launcher.java
M src/main/java/hudson/remoting/jnlp/Main.java

  Log Message:
  ---
  DM_EXIT is valid in runnable classes


  Commit: 079bb0d326e82324246a8a28ef7d19f0bbfd4dde
  
https://github.com/jenkinsci/remoting/commit/079bb0d326e82324246a8a28ef7d19f0bbfd4dde
  Author: Oleg Nenashev 
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
M src/findbugs/excludeFilter.xml

  Log Message:
  ---
  Suppress SIC_INNER_SHOULD_BE_STATIC_ANON, we do not care about it


  Commit: d3514d1b12b00425e7c5150034080487aa437d1b
  
https://github.com/jenkinsci/remoting/commit/d3514d1b12b00425e7c5150034080487aa437d1b
  Author: Oleg Nenashev 
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
M src/findbugs/excludeFilter.xml

  Log Message:
  ---
  Add TODO to reconsider filters


  Commit: 7026b7f37acec5c567ef1b27d1de66b09db54d75
  
https://github.com/jenkinsci/remoting/commit/7026b7f37acec5c567ef1b27d1de66b09db54d75
  Author: Oleg Nenashev 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/Base64.java

  Log Message:
  ---
  FindBugs: hudson.remoting.Base64#decode() returns null according to API


  Commit: 06d1c27fdf7aab2bfabeb4f58566ec936aa593a8
  
https://github.com/jenkinsci/remoting/commit/06d1c27fdf7aab2bfabeb4f58566ec936aa593a8
  Author: Oleg Nenashev 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/DumbClassLoaderBridge.java
M src/main/java/hudson/remoting/RemoteClassLoader.java

  Log Message:
  ---
  FindBugs: remote classloader getResource() nullability fixes 
(PZLA_PREFER_ZERO_LENGTH_ARRAYS)


  Commit: cdaf62611b1a696cc963ed52608402963c32c63d
  
https://github.com/jenkinsci/remoting/commit/cdaf62611b1a696cc963ed52608402963c32c63d
  Author: Oleg Nenashev 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/Channel.java

  Log Message:
  ---
  FindBugs: Fix Channel#dumpPerformanceCounters (VA_FORMAT_STRING_USES_NEWLINE)


  Commit: c552eb42cb17b958198e09eadc9a66f9632e0ea7
  
https://github.com/jenkinsci/remoting/commit/c552eb42cb17b958198e09eadc9a66f9632e0ea7
  Author: Oleg Nenashev 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/CallableDecoratorAdapter.java

  Log Message:
  ---
  FindBugs: CallableDecoratorAdapter#equals() should handle null 
(NP_EQUALS_SHOULD_HANDLE_NULL_ARGUMENT)


  Commit: 31423f9ee724688908e3dd34c1d146f9a1a6ed93
  
https://github.com/jenkinsci/remoting/commit/31423f9ee724688908e3dd34c1d146f9a1a6ed93
  Author: Oleg Nenashev 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/jnlp/GuiListener.java

  Log Message:
  ---
  FindBugs: GuiListener is eligible to call exit() (DM_EXIT)


  Commit: d9ace238db07e4e6ff7980b022a2b6935e497470
  
https://github.com/jenkinsci/remoting/commit/d9ace238db07e4e6ff7980b022a2b6935e497470
  Author: Oleg Nenashev 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/ReferenceCountRecorder.java

  Log Message:
  ---
  FindBugs: ReferenceCountRecorder should not use \n as newline 
(VA_FORMAT_STRING_USES_NEWLINE)


  Commit: 1a881de83015887bdf7387619b6f79b4345bd3f9
  
https://github.com/jenkinsci/remoting/commit/1a881de83015887bdf7387619b6f79b4345bd3f9
  Author: Oleg Nenashev 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/jnlp/MainDialog.java

  Log Message:
  ---
  FindBugs: jnlp.MainDialog may fail to retrieve title.png in the case of wrong 
inheritance


  Commit: 0df32067480370cbc00f301b2918b9eb51bedb38
  
https://github.com/jenkinsci/remoting/commit/0df32067480370cbc00f301b2918b9eb51bedb38
  Author: Oleg Nenashev 
  Date:   2016-08-06 (Sat, 06 Aug 2

[jenkinsci/tfs-plugin] 06e216: Refactor: extract isTeamServices() method

2016-08-09 Thread GitHub
  Branch: refs/heads/find_canonical_collection_uri
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: 06e216405f68459361054591d03f61ec9d8860cb
  
https://github.com/jenkinsci/tfs-plugin/commit/06e216405f68459361054591d03f61ec9d8860cb
  Author: Oli Dagenais 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/TeamCollectionConfiguration.java

  Log Message:
  ---
  Refactor: extract isTeamServices() method


  Commit: 31950015548c596216d1596f5f7e009002c50909
  
https://github.com/jenkinsci/tfs-plugin/commit/31950015548c596216d1596f5f7e009002c50909
  Author: Oli Dagenais 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/TeamCollectionConfiguration.java

  Log Message:
  ---
  Switch to URI instead of URL


  Commit: a6bd2a29866af528ac7cdb03d481067f94a9d38f
  
https://github.com/jenkinsci/tfs-plugin/commit/a6bd2a29866af528ac7cdb03d481067f94a9d38f
  Author: Oli Dagenais 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/TeamCollectionConfiguration.java
M src/test/java/hudson/plugins/tfs/TeamCollectionConfigurationTest.java

  Log Message:
  ---
  A Team Services URL with a path is now an error


  Commit: 927798c62a034dc8ab63910f4f1a90469f9b78df
  
https://github.com/jenkinsci/tfs-plugin/commit/927798c62a034dc8ab63910f4f1a90469f9b78df
  Author: Oli Dagenais 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/TeamCollectionConfiguration.java
M src/main/java/hudson/plugins/tfs/util/TeamRestClient.java
M src/test/java/hudson/plugins/tfs/IntegrationTestHelper.java

  Log Message:
  ---
  Re-use isTeamServices() method


  Commit: ac5e9ba89d7a3f0e6c5b578fd24f6f735726cf80
  
https://github.com/jenkinsci/tfs-plugin/commit/ac5e9ba89d7a3f0e6c5b578fd24f6f735726cf80
  Author: Oli Dagenais 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/util/TeamRestClient.java

  Log Message:
  ---
  Refactor: rename field


  Commit: 170e761dc77981dd281b33081ec0bb4bb476a8a9
  
https://github.com/jenkinsci/tfs-plugin/commit/170e761dc77981dd281b33081ec0bb4bb476a8a9
  Author: Oli Dagenais 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/util/UriHelper.java
M src/test/java/hudson/plugins/tfs/util/UriHelperTest.java

  Log Message:
  ---
  TDD: hasPath()


  Commit: 1457e618f07dd6bcdad8c745c05f37e94220c432
  
https://github.com/jenkinsci/tfs-plugin/commit/1457e618f07dd6bcdad8c745c05f37e94220c432
  Author: Oli Dagenais 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/TeamCollectionConfiguration.java

  Log Message:
  ---
  Use new hasPath() method


  Commit: 420c90a1f40b7613796f5e583f6702bb4ade8d26
  
https://github.com/jenkinsci/tfs-plugin/commit/420c90a1f40b7613796f5e583f6702bb4ade8d26
  Author: Oli Dagenais 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/TeamCollectionConfiguration.java
M src/test/java/hudson/plugins/tfs/TeamCollectionConfigurationTest.java

  Log Message:
  ---
  TDD: areSameCollectionUri()


  Commit: df83280b06fc412e51784b2e351cc2256498dc06
  
https://github.com/jenkinsci/tfs-plugin/commit/df83280b06fc412e51784b2e351cc2256498dc06
  Author: Oli Dagenais 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/util/TeamRestClient.java
M src/main/java/hudson/plugins/tfs/util/TeamStatus.java

  Log Message:
  ---
  Add convenience TeamRestClient constructor

This will avoid having callers look up the credentials.


Compare: 
https://github.com/jenkinsci/tfs-plugin/compare/06e216405f68^...df83280b06fc

-- 
You received this message because you are subscribed to the Google 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/build-steps-from-json-plugin] 20c70e: Fixed FB error along with formatting issues

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-steps-from-json-plugin
  Commit: 20c70ede4d4cbf6dd9e2cf1f7c6af3ae835d9b70
  
https://github.com/jenkinsci/build-steps-from-json-plugin/commit/20c70ede4d4cbf6dd9e2cf1f7c6af3ae835d9b70
  Author: Suresh Kumar P 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/com/spcow/plugins/Util.java

  Log Message:
  ---
  Fixed FB error along with formatting issues


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

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tikal-multijob-plugin
  Commit: 04b10be450d95b4331d6d3ddc09540648b464c55
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/04b10be450d95b4331d6d3ddc09540648b464c55
  Author: Haggai Philip Zagury 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  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/tikal-multijob-plugin] 2087b7: [maven-release-plugin] prepare release jenkins-mul...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tikal-multijob-plugin
  Commit: 2087b7e109f665231f8dc0f3a685e566a011677e
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/2087b7e109f665231f8dc0f3a685e566a011677e
  Author: Haggai Philip Zagury 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release jenkins-multijob-plugin-1.22


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

2016-08-09 Thread GitHub
  Branch: refs/tags/jenkins-multijob-plugin-1.22
  Home:   https://github.com/jenkinsci/tikal-multijob-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/tikal-multijob-plugin] 086eac: just store the build number rather than the build ...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tikal-multijob-plugin
  Commit: 086eac068f86689bed5445225df4f6b1178de152
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/086eac068f86689bed5445225df4f6b1178de152
  Author: Jesse Luehrs 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java

  Log Message:
  ---
  just store the build number rather than the build object on the action

storing the build object means that it needs to be serialized when
actions are serialized, and this can cause spurious failures
(CuncurrentModificationException) if something else is trying to modify
the build object's subBuildMap at the same time.


  Commit: 7894a99522ca045e85d1ed2c88bf92ca60f9cfdb
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/7894a99522ca045e85d1ed2c88bf92ca60f9cfdb
  Author: Haggai Philip Zagury 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java

  Log Message:
  ---
  Merge branch 'fix-concurrentmodificationexception' of 
https://github.com/stripe/tikal-multijob-plugin into 
stripe-fix-concurrentmodificationexception


  Commit: b631d6653c899349abb07f48b163eccbc34dd184
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/b631d6653c899349abb07f48b163eccbc34dd184
  Author: Haggai Philip Zagury 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java

  Log Message:
  ---
  Merge branch 'stripe-fix-concurrentmodificationexception'


Compare: 
https://github.com/jenkinsci/tikal-multijob-plugin/compare/db9fe6b1bba5...b631d6653c89

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

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 74de07e447cc89e7fa45bd01614af2997790ab32
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/74de07e447cc89e7fa45bd01614af2997790ab32
  Author: Tomas Bjerre 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  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/violation-comments-to-stash-plugin]

2016-08-09 Thread GitHub
  Branch: refs/tags/violation-comments-to-stash-1.19
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-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/violation-comments-to-stash-plugin] 51bd50: [maven-release-plugin] prepare release violation-c...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 51bd50c2c2278aa7d6d8c0f42a424ebe3323079d
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/51bd50c2c2278aa7d6d8c0f42a424ebe3323079d
  Author: Tomas Bjerre 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release violation-comments-to-stash-1.19


-- 
You received this message because you are subscribed to the Google 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/violation-comments-to-stash-plugin] 2ef1c8: job-dsl-plugin compatible #13

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 2ef1c84ac4b40e38b9679f81d971ab3a9a11e5ad
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/2ef1c84ac4b40e38b9679f81d971ab3a9a11e5ad
  Author: Tomas Bjerre 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M CHANGELOG.md
M src/main/java/org/jenkinsci/plugins/jvctb/config/ViolationConfig.java
M src/main/java/org/jenkinsci/plugins/jvctb/perform/JvctbPerformer.java

  Log Message:
  ---
  job-dsl-plugin compatible #13

 * Using new Jenkins parent, 2.2.
 * Building for Jenkins 1.642.3.
 * Adding @DataBoundConstructor to ViolationConfig to make it compatible with 
job-dsl-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/violation-comments-to-stash-plugin] c70a51: job-dsl-plugin compatible #13

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: c70a514ce15f12e71f2d96efc20481fdadb5cfa7
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/c70a514ce15f12e71f2d96efc20481fdadb5cfa7
  Author: Tomas Bjerre 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M CHANGELOG.md
M src/main/java/org/jenkinsci/plugins/jvctb/config/ViolationConfig.java
M src/main/java/org/jenkinsci/plugins/jvctb/perform/JvctbPerformer.java

  Log Message:
  ---
  job-dsl-plugin compatible #13

 * Using new Jenkins parent, 2.2.
 * Building for Jenkins 1.642.3.
 * Adding @DataBoundConstructor to ViolationConfig to make it compatible with 
job-dsl-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/build-steps-from-json-plugin] fd51bf: Code formatting and updated pom with scm details

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-steps-from-json-plugin
  Commit: fd51bfe499dddc11e5fc422a27365c0e4cc30abb
  
https://github.com/jenkinsci/build-steps-from-json-plugin/commit/fd51bfe499dddc11e5fc422a27365c0e4cc30abb
  Author: Suresh Kumar P 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/com/spcow/plugins/Util.java

  Log Message:
  ---
  Code formatting and updated pom with scm details


-- 
You received this message because you are subscribed to the Google 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/violation-comments-to-stash-plugin] 371d45: job-dsl-plugin compatible #13

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: 371d45c7bfbef5cd7dfd22923671372eb8fd86bc
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/371d45c7bfbef5cd7dfd22923671372eb8fd86bc
  Author: Tomas Bjerre 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M CHANGELOG.md
M pom.xml
M src/main/java/org/jenkinsci/plugins/jvctb/config/ViolationConfig.java
M src/main/java/org/jenkinsci/plugins/jvctb/perform/JvctbPerformer.java

  Log Message:
  ---
  job-dsl-plugin compatible #13

 * Using new Jenkins parent, 2.2.
 * Building for Jenkins 1.642.3.
 * Adding @DataBoundConstructor to ViolationConfig to make it compatible with 
job-dsl-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/acceptance-test-harness] 1a0f07: JENKINS-37232 - starting with 2.7 the ATH began to...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 1a0f07882737c6b4a771fbdc38bab351386f771d
  
https://github.com/jenkinsci/acceptance-test-harness/commit/1a0f07882737c6b4a771fbdc38bab351386f771d
  Author: kzantow 
  Date:   2016-08-05 (Fri, 05 Aug 2016)

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

  Log Message:
  ---
  JENKINS-37232 - starting with 2.7 the ATH began to fail during create
item


  Commit: ca12632ca34f14f0ac2315f85ed7362a07a5af79
  
https://github.com/jenkinsci/acceptance-test-harness/commit/ca12632ca34f14f0ac2315f85ed7362a07a5af79
  Author: kzantow 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

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

  Log Message:
  ---
  Formatting, add reference to issue


  Commit: 0528169b60b88b7920aceb11fffa547e82d66244
  
https://github.com/jenkinsci/acceptance-test-harness/commit/0528169b60b88b7920aceb11fffa547e82d66244
  Author: kzantow 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/test/acceptance/po/CapybaraPortingLayer.java
M 
src/main/java/org/jenkinsci/test/acceptance/po/CapybaraPortingLayerImpl.java
M src/main/java/org/jenkinsci/test/acceptance/po/JobsMixIn.java

  Log Message:
  ---
  Refactor to a common blur() method


  Commit: e7ccf2790c6779e5877ad357837240c3207fcf78
  
https://github.com/jenkinsci/acceptance-test-harness/commit/e7ccf2790c6779e5877ad357837240c3207fcf78
  Author: Oliver Gondža 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/test/acceptance/po/CapybaraPortingLayer.java
M 
src/main/java/org/jenkinsci/test/acceptance/po/CapybaraPortingLayerImpl.java
M src/main/java/org/jenkinsci/test/acceptance/po/JobsMixIn.java

  Log Message:
  ---
  Merge pull request #168 from kzantow/master

[FIXED JENKINS-37232] - starting with 2.7 the ATH began to fail during create 
item


Compare: 
https://github.com/jenkinsci/acceptance-test-harness/compare/f0951628a338...e7ccf2790c67

-- 
You received this message because you are subscribed to the Google 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/violation-comments-to-stash-plugin] ab9fa3: job-dsl-plugin compatible #13

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/violation-comments-to-stash-plugin
  Commit: ab9fa3bc4f764a12af4b74ca3197ac1c244a8556
  
https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/ab9fa3bc4f764a12af4b74ca3197ac1c244a8556
  Author: Tomas Bjerre 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M CHANGELOG.md
M pom.xml
M src/main/java/org/jenkinsci/plugins/jvctb/config/ViolationConfig.java

  Log Message:
  ---
  job-dsl-plugin compatible #13

 * Using new Jenkins parent, 2.2.
 * Building for Jenkins 1.642.3.
 * Adding @DataBoundConstructor to ViolationConfig to make it compatible with 
job-dsl-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/tikal-multijob-plugin] 3f2184: Adding a configuration to list environment variabl...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tikal-multijob-plugin
  Commit: 3f2184a5730c6d17ced9aab226c188c5552ec266
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/3f2184a5730c6d17ced9aab226c188c5552ec266
  Author: Daniel Beland 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobProject.java
M 
src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobProject/configure-entries.jelly
A src/main/webapp/help-resumesamevars.html

  Log Message:
  ---
  Adding a configuration to list environment variables that must be identical 
to allow a build to be resumed


  Commit: 60c5f11d718848de353eeb3a3ad0e22303a42ab0
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/60c5f11d718848de353eeb3a3ad0e22303a42ab0
  Author: Haggai Philip Zagury 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobProject.java
M 
src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobProject/configure-entries.jelly
A src/main/webapp/help-resumesamevars.html

  Log Message:
  ---
  Merge branch 'resume_envvars' of 
https://github.com/dcendents/tikal-multijob-plugin into dcendents-resume_envvars


  Commit: db9fe6b1bba5fa1f8e5a3c5ee0d837415ff28c4e
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/db9fe6b1bba5fa1f8e5a3c5ee0d837415ff28c4e
  Author: Haggai Philip Zagury 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobProject.java
M 
src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobProject/configure-entries.jelly
A src/main/webapp/help-resumesamevars.html

  Log Message:
  ---
  Merge branch 'dcendents-resume_envvars'


Compare: 
https://github.com/jenkinsci/tikal-multijob-plugin/compare/8bf2d808fd67...db9fe6b1bba5

-- 
You received this message because you are subscribed to the Google 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/build-steps-from-json-plugin] 17cce6: Updated format of the Json generated for reference

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-steps-from-json-plugin
  Commit: 17cce61a0c32fc3d1fd2f0c68668dbdfdb5e1589
  
https://github.com/jenkinsci/build-steps-from-json-plugin/commit/17cce61a0c32fc3d1fd2f0c68668dbdfdb5e1589
  Author: Suresh Kumar P 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/com/spcow/plugins/Util.java

  Log Message:
  ---
  Updated format of the Json generated for reference


-- 
You received this message because you are subscribed to the Google 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/tikal-multijob-plugin] b81224: EzTemplate (similar to Conditional Plugin) support...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tikal-multijob-plugin
  Commit: b81224247d39ab230ab605c3ea837e6d64d5a076
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/b81224247d39ab230ab605c3ea837e6d64d5a076
  Author: Arpit Nagar 
  Date:   2015-10-04 (Sun, 04 Oct 2015)

  Changed paths:
M pom.xml
M src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobView.java

  Log Message:
  ---
  EzTemplate (similar to Conditional Plugin) support added


  Commit: 202748f63341a020a4fbcaf68417fdef578c3e50
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/202748f63341a020a4fbcaf68417fdef578c3e50
  Author: Arpit Nagar 
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
M pom.xml

  Log Message:
  ---
  dependency version fixed


  Commit: 8b583cb5f2fc534e16ca82fb9535dc1265dc8e13
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/8b583cb5f2fc534e16ca82fb9535dc1265dc8e13
  Author: Arpit Nagar 
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
M pom.xml

  Log Message:
  ---
  dependency version fixed


  Commit: c499bc2be28c056aa79c922aaf8e41c52a283030
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/c499bc2be28c056aa79c922aaf8e41c52a283030
  Author: Arpit Nagar 
  Date:   2015-10-08 (Thu, 08 Oct 2015)

  Changed paths:
M pom.xml

  Log Message:
  ---
  dependency version fixed


  Commit: fcd98c40346b9b7f33288fab25dcbf7e778c4015
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/fcd98c40346b9b7f33288fab25dcbf7e778c4015
  Author: Haggai Philip Zagury 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobView.java

  Log Message:
  ---
  Merge branch 'master' of https://github.com/arpitgold/tikal-multijob-plugin 
into arpitgold-master


  Commit: 8bf2d808fd67c1ba3218f3b6c8e6e004a485e8df
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/8bf2d808fd67c1ba3218f3b6c8e6e004a485e8df
  Author: Haggai Philip Zagury 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/com/tikal/jenkins/plugins/multijob/views/MultiJobView.java

  Log Message:
  ---
  Merge branch 'arpitgold-master'


Compare: 
https://github.com/jenkinsci/tikal-multijob-plugin/compare/0330d3fbe458...8bf2d808fd67

-- 
You received this message because you are subscribed to the Google 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/tikal-multijob-plugin] f5af2c: An option to run multiple jobs in a phase in paral...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tikal-multijob-plugin
  Commit: f5af2c7f7ecf9c59a34ef6c55d6022abe129248a
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/f5af2c7f7ecf9c59a34ef6c55d6022abe129248a
  Author: Sergey Shelomentsev 
  Date:   2016-02-12 (Fri, 12 Feb 2016)

  Changed paths:
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
M src/main/java/com/tikal/jenkins/plugins/multijob/SubTask.java
M 
src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuilder/config.jelly
A src/main/webapp/help-executionType.html
M 
src/test/java/com/tikal/jenkins/plugins/multijob/test/ConditionalPhaseTest.java

  Log Message:
  ---
  An option to run multiple jobs in a phase in parallel or sequentially


  Commit: ec29166eaf23cad97210b4063ecb6bb62593d4a9
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/ec29166eaf23cad97210b4063ecb6bb62593d4a9
  Author: Sergey Shelomentsev 
  Date:   2016-05-25 (Wed, 25 May 2016)

  Changed paths:
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
M src/main/webapp/help-executionType.html

  Log Message:
  ---
  Fixed


  Commit: 9973f0970a4ff06eb10c0a52d74672ba416617f0
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/9973f0970a4ff06eb10c0a52d74672ba416617f0
  Author: Sergey Shelomentsev 
  Date:   2016-05-25 (Wed, 25 May 2016)

  Changed paths:
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java

  Log Message:
  ---
  Deprecated constructor and null check


  Commit: 4bbb8f5e0442d99f863a40d80a931e51191f7d9c
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/4bbb8f5e0442d99f863a40d80a931e51191f7d9c
  Author: Haggai Philip Zagury 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
M src/main/java/com/tikal/jenkins/plugins/multijob/SubTask.java
M 
src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuilder/config.jelly
A src/main/webapp/help-executionType.html
M 
src/test/java/com/tikal/jenkins/plugins/multijob/test/ConditionalPhaseTest.java

  Log Message:
  ---
  Accepting changes


  Commit: f68894628e9a545c910be5027acd2e0d3d56bbaf
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/f68894628e9a545c910be5027acd2e0d3d56bbaf
  Author: Haggai Philip Zagury 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
M src/main/java/com/tikal/jenkins/plugins/multijob/SubTask.java
M 
src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobBuilder/config.jelly
A src/main/webapp/help-executionType.html
M 
src/test/java/com/tikal/jenkins/plugins/multijob/test/ConditionalPhaseTest.java

  Log Message:
  ---
  Merge branch 'xored-executionType'


  Commit: 796a8f607a3a518d06107c16bc39f8af5792d3ea
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/796a8f607a3a518d06107c16bc39f8af5792d3ea
  Author: Haggai Philip Zagury 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuild.java

  Log Message:
  ---
  Merge branch 'master' of github.com:jenkinsci/tikal-multijob-plugin


  Commit: 0330d3fbe458bf3b14cb1de97eaa7fcd3d5623dc
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/0330d3fbe458bf3b14cb1de97eaa7fcd3d5623dc
  Author: Haggai Philip Zagury 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java
M src/main/java/com/tikal/jenkins/plugins/multijob/SubTask.java

  Log Message:
  ---
  Fix FindBugs violation [ more to come ... ]


Compare: 
https://github.com/jenkinsci/tikal-multijob-plugin/compare/47d245fed5c7...0330d3fbe458

-- 
You received this message because you are subscribed to the Google 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/kubernetes-ci-plugin] 272494: Fix label not being saved bug

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/kubernetes-ci-plugin
  Commit: 272494a9e4fa954b9b51b7716f0b9d08f6412907
  
https://github.com/jenkinsci/kubernetes-ci-plugin/commit/272494a9e4fa954b9b51b7716f0b9d08f6412907
  Author: Guillermo Sánchez Uríen 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/com/elasticbox/jenkins/k8s/plugin/clouds/PodSlaveConfig.java

  Log Message:
  ---
  Fix label not being saved bug

Fix JENKINS-37176 The labels field is not set


  Commit: c96ab8942af1a5f0b45257afc2c064cf1e3e994f
  
https://github.com/jenkinsci/kubernetes-ci-plugin/commit/c96ab8942af1a5f0b45257afc2c064cf1e3e994f
  Author: Guillermo Sánchez Uríen 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M 
src/main/java/com/elasticbox/jenkins/k8s/plugin/builders/BaseChartBuildStep.java
M 
src/main/java/com/elasticbox/jenkins/k8s/plugin/builders/ChartBuildStepDescriptor.java
M 
src/main/java/com/elasticbox/jenkins/k8s/plugin/builders/DeleteChartBuildStep.java
M 
src/main/java/com/elasticbox/jenkins/k8s/plugin/builders/DeployChartBuildStep.java
M 
src/main/java/com/elasticbox/jenkins/k8s/plugin/clouds/KubernetesCloud.java
M 
src/main/java/com/elasticbox/jenkins/k8s/plugin/slaves/KubernetesSlave.java
M 
src/main/java/com/elasticbox/jenkins/k8s/repositories/api/KubernetesRepositoryApiImpl.java
M 
src/main/java/com/elasticbox/jenkins/k8s/repositories/api/PodRepositoryApiImpl.java
M 
src/main/java/com/elasticbox/jenkins/k8s/services/SlaveProvisioningServiceImpl.java
M 
src/main/java/com/elasticbox/jenkins/k8s/services/slavesprovisioning/chain/steps/CheckProvisioningAllowed.java
M 
src/main/java/com/elasticbox/jenkins/k8s/services/slavesprovisioning/chain/steps/CreatePodFromPodConfiguration.java
M 
src/main/java/com/elasticbox/jenkins/k8s/services/slavesprovisioning/chain/steps/WaitForPodToBeRunning.java
M 
src/main/resources/com/elasticbox/jenkins/k8s/plugin/builders/DeleteChartBuildStep/config.jelly
M 
src/main/resources/com/elasticbox/jenkins/k8s/plugin/builders/DeployChartBuildStep/config.jelly
M 
src/main/resources/com/elasticbox/jenkins/k8s/plugin/clouds/ChartRepositoryConfig/help-chartsRepoUrl.html
M 
src/main/resources/com/elasticbox/jenkins/k8s/plugin/clouds/KubernetesCloud/config.jelly
M 
src/main/resources/com/elasticbox/jenkins/k8s/plugin/clouds/PodSlaveConfig/help-podYaml.html
M 
src/test/java/com/elasticbox/jenkins/k8s/plugin/builders/TestChartBuildSteps.java
M 
src/test/java/com/elasticbox/jenkins/k8s/plugin/clouds/TestKubernetesCloud.java
M 
src/test/java/com/elasticbox/jenkins/k8s/services/TestSlaveProvisioning.java
M 
src/test/java/com/elasticbox/jenkins/k8s/services/TestSlaveProvisioningFailing.java

  Log Message:
  ---
  Add namespace selection to build steps


  Commit: 3e71d1a110451bb959a83649f9786a106e381751
  
https://github.com/jenkinsci/kubernetes-ci-plugin/commit/3e71d1a110451bb959a83649f9786a106e381751
  Author: Guillermo Sánchez Uríen 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M 
src/main/java/com/elasticbox/jenkins/k8s/plugin/builders/BaseChartBuildStep.java
M 
src/main/java/com/elasticbox/jenkins/k8s/plugin/builders/ChartBuildStepDescriptor.java
M 
src/main/java/com/elasticbox/jenkins/k8s/plugin/builders/DeleteChartBuildStep.java
M 
src/main/java/com/elasticbox/jenkins/k8s/plugin/builders/DeployChartBuildStep.java
M 
src/main/java/com/elasticbox/jenkins/k8s/plugin/clouds/KubernetesCloud.java
M src/main/java/com/elasticbox/jenkins/k8s/plugin/clouds/PodSlaveConfig.java
M 
src/main/java/com/elasticbox/jenkins/k8s/plugin/slaves/KubernetesSlave.java
M 
src/main/java/com/elasticbox/jenkins/k8s/repositories/api/KubernetesRepositoryApiImpl.java
M 
src/main/java/com/elasticbox/jenkins/k8s/repositories/api/PodRepositoryApiImpl.java
M 
src/main/java/com/elasticbox/jenkins/k8s/services/SlaveProvisioningServiceImpl.java
M 
src/main/java/com/elasticbox/jenkins/k8s/services/slavesprovisioning/chain/steps/CheckProvisioningAllowed.java
M 
src/main/java/com/elasticbox/jenkins/k8s/services/slavesprovisioning/chain/steps/CreatePodFromPodConfiguration.java
M 
src/main/java/com/elasticbox/jenkins/k8s/services/slavesprovisioning/chain/steps/WaitForPodToBeRunning.java
M 
src/main/resources/com/elasticbox/jenkins/k8s/plugin/builders/DeleteChartBuildStep/config.jelly
M 
src/main/resources/com/elasticbox/jenkins/k8s/plugin/builders/DeployChartBuildStep/config.jelly
M 
src/main/resources/com/elasticbox/jenkins/k8s/plugin/clouds/ChartRepositoryConfig/help-chartsRepoUrl.html
M 
src/main/resources/com/elasticbox/jenkins/k8s/plugin/clouds/KubernetesCloud/config.jelly
M 
src/main/resources/com/elasticbox/jenkins/k8s/plugin/clouds/PodSlaveConfig/help-podYaml.html
M 
src/test/java/com/elasticbox/jenkins/k8s/plugin/builders/TestChartBuildSteps.java
M 
src/test/

[jenkinsci/influxdb-plugin] 182609: Added support for Cobertura report files on slaves...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/influxdb-plugin
  Commit: 182609374da52bdecaeccb8011d115c5b5829c49
  
https://github.com/jenkinsci/influxdb-plugin/commit/182609374da52bdecaeccb8011d115c5b5829c49
  Author: Aleksi Simell 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M 
src/main/java/jenkinsci/plugins/influxdb/generators/CoberturaPointGenerator.java

  Log Message:
  ---
  Added support for Cobertura report files on slaves rather than master.


-- 
You received this message because you are subscribed to the Google 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/performance-plugin] f59fe4: Solve dependency conflict

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: f59fe44e02e4f69d0f92fe0bd3831e7016f65be2
  
https://github.com/jenkinsci/performance-plugin/commit/f59fe44e02e4f69d0f92fe0bd3831e7016f65be2
  Author: Andrey Pohilko 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Solve dependency conflict


-- 
You received this message because you are subscribed to the Google 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-examples] 51aa88: Switch Git commit example to using `sh` step and u...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-examples
  Commit: 51aa88c61b9c4c36b85395b8b89feebdc60f26d4
  
https://github.com/jenkinsci/pipeline-examples/commit/51aa88c61b9c4c36b85395b8b89feebdc60f26d4
  Author: Mike Kobit 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
M pipeline-examples/gitcommit/README.md
M pipeline-examples/gitcommit/gitcommit.groovy

  Log Message:
  ---
  Switch Git commit example to using `sh` step and using `returnStdout`


  Commit: 20a37ebf900307750352c163730c8a321f6aefb9
  
https://github.com/jenkinsci/pipeline-examples/commit/20a37ebf900307750352c163730c8a321f6aefb9
  Author: R. Tyler Croy 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pipeline-examples/gitcommit/README.md
M pipeline-examples/gitcommit/gitcommit.groovy

  Log Message:
  ---
  Merge pull request #43 from mkobit/git-sha-with-sh-step

Switch Git commit example to using `sh` step and using `returnStdout`


Compare: 
https://github.com/jenkinsci/pipeline-examples/compare/bc1cdf1f375a...20a37ebf9003

-- 
You received this message because you are subscribed to the Google 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-examples] 4fbfa0: Updates to avoid Scripts not permitted ...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-examples
  Commit: 4fbfa00ebdfee14055f0759a961bb0ccc1057156
  
https://github.com/jenkinsci/pipeline-examples/commit/4fbfa00ebdfee14055f0759a961bb0ccc1057156
  Author: Stefan Crain 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pipeline-examples/get-build-cause/getBuildCause.groovy

  Log Message:
  ---
  Updates to avoid Scripts not permitted ...

references jenkinsci/pipeline-examples/pull/3


  Commit: bc1cdf1f375acab20affde8cf82a012eadd234cc
  
https://github.com/jenkinsci/pipeline-examples/commit/bc1cdf1f375acab20affde8cf82a012eadd234cc
  Author: R. Tyler Croy 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pipeline-examples/get-build-cause/getBuildCause.groovy

  Log Message:
  ---
  Merge pull request #44 from stefancrain/patch-1

Updates to avoid Scripts not permitted ...


Compare: 
https://github.com/jenkinsci/pipeline-examples/compare/2e487b84a5a4...bc1cdf1f375a

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

2016-08-09 Thread GitHub
  Branch: refs/tags/aws-lambda-0.5.4
  Home:   https://github.com/jenkinsci/aws-lambda-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/tikal-multijob-plugin] d1b2dd: Support for NOT_BUILT build result

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tikal-multijob-plugin
  Commit: d1b2ddf3b8a624a3bbf0990244dff4f19ff6a534
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/d1b2ddf3b8a624a3bbf0990244dff4f19ff6a534
  Author: Matthew Montgomery 
  Date:   2016-02-22 (Mon, 22 Feb 2016)

  Changed paths:
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuild.java

  Log Message:
  ---
  Support for NOT_BUILT build result

Previously a Multijob build would be flagged as ABORTED when a sub-build's 
result was
worse than FAILURE. A result of either NOT_BUILT or ABORTED would result in 
this. This
change adds a new isNotBuilt method so that the NOT_BUILT result is surfaced as 
the
result of a phase. The new logic results in ABORTED if the sub-build's result is
worse than NOT_BUILT and NOT_BUILT if the sub-build's result is worse than 
FAILURE.


  Commit: 47d245fed5c7fb55298908f41722b3489fd48745
  
https://github.com/jenkinsci/tikal-multijob-plugin/commit/47d245fed5c7fb55298908f41722b3489fd48745
  Author: Haggai Philip Zagury 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuild.java

  Log Message:
  ---
  Merge pull request #93 from signed8bit/master

Support for NOT_BUILT build result


Compare: 
https://github.com/jenkinsci/tikal-multijob-plugin/compare/fc8c8b6aa256...47d245fed5c7

-- 
You received this message because you are subscribed to the Google 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-lambda-plugin] ef70d6: [maven-release-plugin] prepare release aws-lambda-...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: ef70d651708ccc62a293f89ad2a2a43388e7e3de
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/ef70d651708ccc62a293f89ad2a2a43388e7e3de
  Author: Michael Willemse 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release aws-lambda-0.5.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/aws-lambda-plugin]

2016-08-09 Thread GitHub
  Branch: refs/tags/aws-lambda-0.5.4
  Home:   https://github.com/jenkinsci/aws-lambda-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-lambda-plugin] 3beda0: [maven-release-plugin] prepare for next developmen...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: 3beda0693179b266ddc634bc2403f86d2581931f
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/3beda0693179b266ddc634bc2403f86d2581931f
  Author: Michael Willemse 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  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/performance-plugin] d9e280: [FIXES JENKINS-21405] Fix for Jmeter summariser pa...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: d9e2808d0439d58a463e52951ebf951d6b5f3dc0
  
https://github.com/jenkinsci/performance-plugin/commit/d9e2808d0439d58a463e52951ebf951d6b5f3dc0
  Author: hitesh22 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/hudson/plugins/performance/JmeterSummarizerParser.java
M src/main/java/hudson/plugins/performance/PerformanceReport.java
M 
src/main/resources/hudson/plugins/performance/PerformanceReportMap/index.jelly
M src/test/java/hudson/plugins/performance/JmeterSummarizerParserTest.java
M src/test/resources/summary.log

  Log Message:
  ---
  [FIXES JENKINS-21405] Fix for Jmeter summariser parser not showing correct 
data. (#70)

Summariser report should use the last equals line of the report for data.
Last equals line has the correct avg, min, max.

Summariser report now shows sample size, avg, min, max, error percent.


-- 
You received this message because you are subscribed to the Google 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/performance-plugin] 5fec95: Implemented absolute and relative constraints. (#6...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: 5fec95f70d2826bbff259ef0a0b74cf7b410b428
  
https://github.com/jenkinsci/performance-plugin/commit/5fec95f70d2826bbff259ef0a0b74cf7b410b428
  Author: Max Wassiljew 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/hudson/plugins/performance/GraphConfigurationDetail.java
M src/main/java/hudson/plugins/performance/PerformancePublisher.java
M src/main/java/hudson/plugins/performance/UriReport.java
A 
src/main/java/hudson/plugins/performance/constraints/AbsoluteConstraint.java
A 
src/main/java/hudson/plugins/performance/constraints/AbstractConstraint.java
A 
src/main/java/hudson/plugins/performance/constraints/ConstraintChecker.java
A 
src/main/java/hudson/plugins/performance/constraints/ConstraintDescriptor.java
A 
src/main/java/hudson/plugins/performance/constraints/ConstraintEvaluation.java
A 
src/main/java/hudson/plugins/performance/constraints/ConstraintFactory.java
A src/main/java/hudson/plugins/performance/constraints/ConstraintReport.java
A 
src/main/java/hudson/plugins/performance/constraints/ConstraintSettings.java
A 
src/main/java/hudson/plugins/performance/constraints/PreviousResultsBlock.java
A 
src/main/java/hudson/plugins/performance/constraints/RelativeConstraint.java
A src/main/java/hudson/plugins/performance/constraints/TestCaseBlock.java
A 
src/main/resources/hudson/plugins/performance/AbsoluteConstraint/config.jelly
A 
src/main/resources/hudson/plugins/performance/AbsoluteConstraint/config.properties
A 
src/main/resources/hudson/plugins/performance/AbstractConstraint/help-relatedPerfReport.html
A 
src/main/resources/hudson/plugins/performance/AbstractConstraint/help-testCase.html
M 
src/main/resources/hudson/plugins/performance/PerformancePublisher/config.jelly
A 
src/main/resources/hudson/plugins/performance/PerformancePublisher/help-modeEvaluation.html
A 
src/main/resources/hudson/plugins/performance/PerformancePublisher/help-persistPerformanceChart.html
A 
src/main/resources/hudson/plugins/performance/PerformancePublisher/help-persistPerformanceCharts.html
A 
src/main/resources/hudson/plugins/performance/RelativeConstraint/config.jelly
A 
src/main/resources/hudson/plugins/performance/RelativeConstraint/config.properties
A 
src/main/resources/hudson/plugins/performance/RelativeConstraint/help-previousResultsString.html
A 
src/main/resources/hudson/plugins/performance/RelativeConstraint/help-timeframeEndString.html
A 
src/main/resources/hudson/plugins/performance/RelativeConstraint/help-timeframeStartString.html
A 
src/test/java/hudson/plugins/performance/constraints/ConstraintCheckerTest.java
A 
src/test/java/hudson/plugins/performance/constraints/ConstraintFactoryTest.java
A 
src/test/java/hudson/plugins/performance/constraints/ConstraintReportTest.java
A src/test/java/hudson/plugins/performance/constraints/ConstraintTest.java
A src/test/resources/constraint-test.xml

  Log Message:
  ---
  Implemented absolute and relative constraints. (#68)


-- 
You received this message because you are subscribed to the Google 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-lambda-plugin] 747b77: resetting version to 0.5.4-SNAPSHOT

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: 747b7788aa637c20969d2b51c366ad639e7dd9f6
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/747b7788aa637c20969d2b51c366ad639e7dd9f6
  Author: Michael Willemse 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  resetting version to 0.5.4-SNAPSHOT


-- 
You received this message because you are subscribed to the Google 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-lambda-plugin] e0d434: [maven-release-plugin] prepare release aws-lambda-...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: e0d4345222a2bc3b83ad6d8b8be68bd137ce092d
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/e0d4345222a2bc3b83ad6d8b8be68bd137ce092d
  Author: Michael Willemse 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release aws-lambda-0.5.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/aws-lambda-plugin] 342184: [maven-release-plugin] prepare for next developmen...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: 3421846f6eaf34e7b896089982fe1d960e6cd9f8
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/3421846f6eaf34e7b896089982fe1d960e6cd9f8
  Author: Michael Willemse 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  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/aws-lambda-plugin]

2016-08-09 Thread GitHub
  Branch: refs/tags/aws-lambda-0.5.4
  Home:   https://github.com/jenkinsci/aws-lambda-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-lambda-plugin]

2016-08-09 Thread GitHub
  Branch: refs/tags/aws-lambda-0.5.4
  Home:   https://github.com/jenkinsci/aws-lambda-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/remoting] 7da8a8: [JENKINS-36871] Formatting

2016-08-09 Thread GitHub
  Branch: refs/heads/jenkins-36871
  Home:   https://github.com/jenkinsci/remoting
  Commit: 7da8a850cb9bc9f1f14b772e3cb68e4fd4684c7f
  
https://github.com/jenkinsci/remoting/commit/7da8a850cb9bc9f1f14b772e3cb68e4fd4684c7f
  Author: Stephen Connolly 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/test/java/org/jenkinsci/remoting/engine/HandlerLoopbackLoadStress.java

  Log Message:
  ---
  [JENKINS-36871] Formatting


-- 
You received this message because you are subscribed to the Google 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-lambda-plugin] 11379f: resetting version to 0.5.4-SNAPSHOT

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: 11379fc4171773fb21808a31009f0294369a1248
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/11379fc4171773fb21808a31009f0294369a1248
  Author: Michael Willemse 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  resetting version to 0.5.4-SNAPSHOT


-- 
You received this message because you are subscribed to the Google 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] 5a9530: [JENKINS-36871] Track GC effort also

2016-08-09 Thread GitHub
  Branch: refs/heads/jenkins-36871
  Home:   https://github.com/jenkinsci/remoting
  Commit: 5a9530f8c26f1307673570732e928f706c6e3d75
  
https://github.com/jenkinsci/remoting/commit/5a9530f8c26f1307673570732e928f706c6e3d75
  Author: Stephen Connolly 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/test/java/org/jenkinsci/remoting/engine/HandlerLoopbackLoadStress.java

  Log Message:
  ---
  [JENKINS-36871] Track GC effort also


-- 
You received this message because you are subscribed to the Google 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] d41b6e: Blog post about the external workspace manager plu...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: d41b6e9c9982dd8e155509f019c2aedab7cbdb6c
  
https://github.com/jenkins-infra/jenkins.io/commit/d41b6e9c9982dd8e155509f019c2aedab7cbdb6c
  Author: Alexandru Somai 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
A content/blog/2016/2016-08-08-ewm-beta-version.adoc

  Log Message:
  ---
  Blog post about the external workspace manager plugin beta release


  Commit: 386e4b13f50b4544978e5513d834c48512695a3c
  
https://github.com/jenkins-infra/jenkins.io/commit/386e4b13f50b4544978e5513d834c48512695a3c
  Author: Alexandru Somai 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
R content/blog/2016/2016-08-08-ewm-beta-version.adoc
A content/blog/2016/2016-08-09-ewm-beta-version.adoc
A content/images/post-images/ewm/global-custom-workspace-path.png
A content/images/post-images/ewm/global-disk-allocation-strategy.png
A content/images/post-images/ewm/restriction-by-job-name.png
A content/images/post-images/ewm/restriction-by-user.png

  Log Message:
  ---
  Add several Pipeline examples and screenshots; change date to 9th


  Commit: 4434508d5137593a13faa7a9549106793bc32b9a
  
https://github.com/jenkins-infra/jenkins.io/commit/4434508d5137593a13faa7a9549106793bc32b9a
  Author: Alexandru Somai 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M content/blog/2016/2016-08-09-ewm-beta-version.adoc

  Log Message:
  ---
  Minor sentence rephrase


  Commit: cc9463d9e3db454198cbde96a91f07cd24b03cf5
  
https://github.com/jenkins-infra/jenkins.io/commit/cc9463d9e3db454198cbde96a91f07cd24b03cf5
  Author: R. Tyler Croy 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
A content/blog/2016/2016-08-09-ewm-beta-version.adoc
A content/images/post-images/ewm/global-custom-workspace-path.png
A content/images/post-images/ewm/global-disk-allocation-strategy.png
A content/images/post-images/ewm/restriction-by-job-name.png
A content/images/post-images/ewm/restriction-by-user.png

  Log Message:
  ---
  Merge pull request #341 from alexsomai/ewm-beta-ann

Blog post about the external workspace manager plugin beta release


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/bd56973a8459...cc9463d9e3db

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

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: 59d8a11b4fee051eeddedf2ed5cd35f785d19914
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/59d8a11b4fee051eeddedf2ed5cd35f785d19914
  Author: Michael Willemse 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  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/aws-lambda-plugin]

2016-08-09 Thread GitHub
  Branch: refs/tags/aws-lambda-0.5.4
  Home:   https://github.com/jenkinsci/aws-lambda-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-lambda-plugin] 5a1b9f: [maven-release-plugin] prepare release aws-lambda-...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: 5a1b9f2d982c8c71b4bd0c458800fcae18da2637
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/5a1b9f2d982c8c71b4bd0c458800fcae18da2637
  Author: Michael Willemse 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release aws-lambda-0.5.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/aws-lambda-plugin] 84d970: Merge pull request #28 from jenkinsci/master

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/aws-lambda-plugin
  Commit: 84d970c475b1486b6d237e9e32a60e37fa098c91
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/84d970c475b1486b6d237e9e32a60e37fa098c91
  Author: Michael Willemse 
  Date:   2015-12-13 (Sun, 13 Dec 2015)

  Changed paths:
M .gitignore
M README.md
M pom.xml
M 
src/main/java/com/xti/jenkins/plugin/awslambda/service/LambdaDeployService.java
R src/main/java/com/xti/jenkins/plugin/awslambda/upload/PublishConfig.java
M 
src/main/resources/com/xti/jenkins/plugin/awslambda/AWSLambdaPublisher/config.jelly
M 
src/main/resources/com/xti/jenkins/plugin/awslambda/LambdaVariables/config.jelly
M 
src/main/resources/com/xti/jenkins/plugin/awslambda/upload/LambdaUploadBuildStepVariables/config.jelly
M 
src/test/java/com/xti/jenkins/plugin/awslambda/service/JenkinsLoggerTest.java
M 
src/test/java/com/xti/jenkins/plugin/awslambda/service/LambdaDeployServiceTest.java

  Log Message:
  ---
  Merge pull request #28 from jenkinsci/master

Merge changes from jenkinsci into XT-i base fork


  Commit: b4af9b1e11e9ffc5abfb17322d7653650830996f
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/b4af9b1e11e9ffc5abfb17322d7653650830996f
  Author: Michael Willemse 
  Date:   2015-12-19 (Sat, 19 Dec 2015)

  Changed paths:
M pom.xml
M 
src/main/java/com/xti/jenkins/plugin/awslambda/service/LambdaDeployService.java
M 
src/test/java/com/xti/jenkins/plugin/awslambda/service/LambdaDeployServiceTest.java

  Log Message:
  ---
  Merge pull request #32 from jenkinsci/master

merging 0.3.4-snapshot into base fork


  Commit: 83e9353030c2391c37e5d58a7971510161c87239
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/83e9353030c2391c37e5d58a7971510161c87239
  Author: Michael Willemse 
  Date:   2016-01-16 (Sat, 16 Jan 2016)

  Changed paths:
M pom.xml
M src/main/java/com/xti/jenkins/plugin/awslambda/AWSLambdaPublisher.java
A 
src/main/java/com/xti/jenkins/plugin/awslambda/callable/DeployCallable.java
A 
src/main/java/com/xti/jenkins/plugin/awslambda/callable/EventSourceCallable.java
A 
src/main/java/com/xti/jenkins/plugin/awslambda/callable/InvokeCallable.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/eventsource/EventSourceConfig.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/eventsource/LambdaEventSourceAction.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/eventsource/LambdaEventSourceBuildStep.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/eventsource/LambdaEventSourcePublisher.java
M src/main/java/com/xti/jenkins/plugin/awslambda/invoke/InvokeConfig.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvocationResult.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokeBuildStep.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokeBuildStepVariables.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokePublisher.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/invoke/LambdaInvokeVariables.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/service/LambdaDeployService.java
M src/main/java/com/xti/jenkins/plugin/awslambda/upload/DeployConfig.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/upload/LambdaUploadBuildStep.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/upload/LambdaUploadBuildStepVariables.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/util/LambdaClientConfig.java
M 
src/test/java/com/xti/jenkins/plugin/awslambda/service/LambdaClientConfigTest.java

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

Pulling in changes from jenkinsci fork


  Commit: d8d005649bd4daa540f7412188342c8ef097e084
  
https://github.com/jenkinsci/aws-lambda-plugin/commit/d8d005649bd4daa540f7412188342c8ef097e084
  Author: Michael Willemse 
  Date:   2016-02-13 (Sat, 13 Feb 2016)

  Changed paths:
M .gitignore
A CHANGELOG.md
M pom.xml
M src/main/java/com/xti/jenkins/plugin/awslambda/LambdaVariables.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/eventsource/LambdaEventSourceBuildStepVariables.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/eventsource/LambdaEventSourceVariables.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/service/LambdaDeployService.java
M src/main/java/com/xti/jenkins/plugin/awslambda/upload/DeployConfig.java
M 
src/main/java/com/xti/jenkins/plugin/awslambda/upload/LambdaUploadBuildStepVariables.java
A src/main/java/com/xti/jenkins/plugin/awslambda/util/Tokenizer.java
M 
src/main/resources/com/xti/jenkins/plugin/awslambda/AWSLambdaPublisher/config.jelly
M 
src/main/resources/com/xti/jenkins/plugin/awslambda/LambdaVariables/config.jelly
M 
src/main/resources/com/xti/jenkins/plugin/awslambda/upload/LambdaUploadBuildStepVariables/config

[jenkinsci/pipeline-plugin] 330148: Change "slave" to "agent"

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pipeline-plugin
  Commit: 33014824d8d0a17146f5961ae4fd008ba808ffcc
  
https://github.com/jenkinsci/pipeline-plugin/commit/33014824d8d0a17146f5961ae4fd008ba808ffcc
  Author: Liam Newman 
  Date:   2016-08-02 (Tue, 02 Aug 2016)

  Changed paths:
M TUTORIAL.md

  Log Message:
  ---
  Change "slave" to "agent"

We're moving to using "agent" instead of "slave".


  Commit: b4b4d4b266301b924a8a9b2e3dde8d5c698b95aa
  
https://github.com/jenkinsci/pipeline-plugin/commit/b4b4d4b266301b924a8a9b2e3dde8d5c698b95aa
  Author: Jesse Glick 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M TUTORIAL.md

  Log Message:
  ---
  Merge pull request #402 from bitwiseman/patch-2

Change "slave" to "agent"


Compare: 
https://github.com/jenkinsci/pipeline-plugin/compare/d234db971a02...b4b4d4b26630

-- 
You received this message because you are subscribed to the Google 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-cps-plugin] 721d0c: [JENKINS-29922] Display single-argument metasteps ...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 721d0ca23cc1b7c028af4ec8641c71377526f2ad
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/721d0ca23cc1b7c028af4ec8641c71377526f2ad
  Author: Jesse Glick 
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/dsld.groovy
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/gdsl.groovy
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/html.groovy
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/index.jelly
M src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java
M src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTester.java

  Log Message:
  ---
  [JENKINS-29922] Display single-argument metasteps inline in Snippetizer.


  Commit: c4c2278e29c65cc222b6d9722ec3c7c38547a0be
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/c4c2278e29c65cc222b6d9722ec3c7c38547a0be
  Author: Jesse Glick 
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java

  Log Message:
  ---
  FindBugs


  Commit: 8bb46a885856c6ccd8308f6dab609abcb277b46f
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/8bb46a885856c6ccd8308f6dab609abcb277b46f
  Author: Jesse Glick 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M src/test/java/org/jenkinsci/plugins/workflow/DSLTest.java

  Log Message:
  ---
  Merge branch 'master' into inline-metasteps-JENKINS-29922


  Commit: 6426c63309121f68b605fb0b7abd9c90a0d7f4b1
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/6426c63309121f68b605fb0b7abd9c90a0d7f4b1
  Author: Jesse Glick 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java

  Log Message:
  ---
  Expanding Javadoc of QuasiDescriptor at @kohsuke’s suggestion.


  Commit: 7bbc2f3feb594905799877fabcd0b708ddf45cfd
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/7bbc2f3feb594905799877fabcd0b708ddf45cfd
  Author: Jesse Glick 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/dsld.groovy
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/gdsl.groovy
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/html.groovy
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/index.jelly
M src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java
M src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTester.java

  Log Message:
  ---
  Merge pull request #38 from jglick/inline-metasteps-JENKINS-29922

[JENKINS-29922] Display single-argument metasteps inline in Snippetizer


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/de1eda8f0ea1...7bbc2f3feb59

-- 
You received this message because you are subscribed to the Google 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/dynatrace-plugin] f3aa15: 'Dynatrace Developement Team' added to the develop...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/dynatrace-plugin
  Commit: f3aa1536db0c41a7d77c997685af07856102b693
  
https://github.com/jenkinsci/dynatrace-plugin/commit/f3aa1536db0c41a7d77c997685af07856102b693
  Author: krzysztof.necel 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  'Dynatrace Developement Team' added to the developers 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/workflow-cps-plugin] 941a64: [maven-release-plugin] prepare release workflow-cp...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 941a64c205baba761f9cdf613a4b8ec26a495635
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/941a64c205baba761f9cdf613a4b8ec26a495635
  Author: Jesse Glick 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release workflow-cps-2.11


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


[jenkinsci/workflow-cps-plugin]

2016-08-09 Thread GitHub
  Branch: refs/tags/workflow-cps-2.11
  Home:   https://github.com/jenkinsci/workflow-cps-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-cps-plugin] 01910d: [maven-release-plugin] prepare for next developmen...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 01910d2ea08b52e5f873ec9695bfb57e2860c51b
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/01910d2ea08b52e5f873ec9695bfb57e2860c51b
  Author: Jesse Glick 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  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-cps-plugin] 7535c5: Include the running node count in Pipeline thread ...

2016-08-09 Thread GitHub
  Branch: refs/heads/step-in-groovy
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 7535c53b494ecc106363d04fd71ce81ff0014a66
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/7535c53b494ecc106363d04fd71ce81ff0014a66
  Author: Jesse Glick 
  Date:   2016-08-04 (Thu, 04 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadDumpAction.java

  Log Message:
  ---
  Include the running node count in Pipeline thread dumps in support bundles.


  Commit: 267b59450b31d4bb3a21ca6c5bac3004c0e6ff15
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/267b59450b31d4bb3a21ca6c5bac3004c0e6ff15
  Author: Jesse Glick 
  Date:   2016-08-04 (Thu, 04 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadDumpAction.java

  Log Message:
  ---
  @svanoort points out that using iota to indicate graph size is imprecise.


  Commit: dc6d7bcb692ce20894844bcbca92b97ab8df55de
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/dc6d7bcb692ce20894844bcbca92b97ab8df55de
  Author: Jesse Glick 
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
M src/main/java/org/jenkinsci/plugins/workflow/cps/CpsThreadDumpAction.java

  Log Message:
  ---
  Merge pull request #36 from jglick/pipeline-thread-dump-currentNodeCount

Include the running node count in Pipeline thread dumps in support bundles


  Commit: 021152a957b345802fdfa101d42088f78493b805
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/021152a957b345802fdfa101d42088f78493b805
  Author: Jesse Glick 
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M src/test/java/org/jenkinsci/plugins/workflow/DSLTest.java

  Log Message:
  ---
  [JENKINS-29922] Report symbols as well as steps in DSL error messages.


  Commit: 721d0ca23cc1b7c028af4ec8641c71377526f2ad
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/721d0ca23cc1b7c028af4ec8641c71377526f2ad
  Author: Jesse Glick 
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/dsld.groovy
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/gdsl.groovy
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/html.groovy
M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/Snippetizer/index.jelly
M src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTest.java
M src/test/java/org/jenkinsci/plugins/workflow/cps/SnippetizerTester.java

  Log Message:
  ---
  [JENKINS-29922] Display single-argument metasteps inline in Snippetizer.


  Commit: c4c2278e29c65cc222b6d9722ec3c7c38547a0be
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/c4c2278e29c65cc222b6d9722ec3c7c38547a0be
  Author: Jesse Glick 
  Date:   2016-08-05 (Fri, 05 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java

  Log Message:
  ---
  FindBugs


  Commit: dc9e39ad16adbf0634ce54fd0dc100ecd15bf8ac
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/dc9e39ad16adbf0634ce54fd0dc100ecd15bf8ac
  Author: Jesse Glick 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M src/test/java/org/jenkinsci/plugins/workflow/DSLTest.java

  Log Message:
  ---
  Merge pull request #37 from jglick/DSL-error-JENKINS-29922

[JENKINS-29922] Report symbols as well as steps in DSL error messages


  Commit: 8bb46a885856c6ccd8308f6dab609abcb277b46f
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/8bb46a885856c6ccd8308f6dab609abcb277b46f
  Author: Jesse Glick 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/DSL.java
M src/test/java/org/jenkinsci/plugins/workflow/DSLTest.java

  Log Message:
  ---
  Merge branch 'master' into inline-metasteps-JENKINS-29922


  Commit: 6426c63309121f68b605fb0b7abd9c90a0d7f4b1
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/6426c63309121f68b605fb0b7abd9c90a0d7f4b1
  Author: Jesse Glick 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java

  Log Message:
  ---
  Expanding Javadoc of QuasiDescriptor at @kohsuke’s suggestion.


  Commit: e0e4f7fd11e14ee50ede231a03e9d79f27cec18a
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/e0e4f7fd11e14ee50ede231a03e9d79f27cec18a
  Author: Jesse Glick 
  Date:   2016-08-08 (Mon, 0

[jenkinsci/workflow-cps-plugin] e0e4f7: [JENKINS-34064] Pick up newer groovy-cps that reve...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: e0e4f7fd11e14ee50ede231a03e9d79f27cec18a
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/e0e4f7fd11e14ee50ede231a03e9d79f27cec18a
  Author: Jesse Glick 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
M pom.xml
M src/test/java/org/jenkinsci/plugins/workflow/SerializationTest.java

  Log Message:
  ---
  [JENKINS-34064] Pick up newer groovy-cps that reverts the JENKINS-26481 fix 
which only works in Jenkins 1.


  Commit: 5910026d5cad1bf1bb2249be3439f6312666d297
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/5910026d5cad1bf1bb2249be3439f6312666d297
  Author: Jesse Glick 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  groovy-cps 1.9


  Commit: de1eda8f0ea168b473d125501ce417dd91327328
  
https://github.com/jenkinsci/workflow-cps-plugin/commit/de1eda8f0ea168b473d125501ce417dd91327328
  Author: Jesse Glick 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml
M src/test/java/org/jenkinsci/plugins/workflow/SerializationTest.java

  Log Message:
  ---
  Merge pull request #39 from jglick/suppress-DGMPatcher-Groovy-2-JENKINS-34064

[JENKINS-34064] Pick up newer groovy-cps that reverts the JENKINS-26481 fix 
which only works in Jenkins 1


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/dc9e39ad16ad...de1eda8f0ea1

-- 
You received this message because you are subscribed to the Google 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/backend-commit-history-parser] b9df59: Fix link label

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/backend-commit-history-parser
  Commit: b9df59b01f65c7492b4107da7a935fd7133e3498
  
https://github.com/jenkinsci/backend-commit-history-parser/commit/b9df59b01f65c7492b4107da7a935fd7133e3498
  Author: Oliver Gondža 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M bin/generate-backporting-announcment

  Log Message:
  ---
  Fix link label


-- 
You received this message because you are subscribed to the Google 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/crossbrowsertesting-plugin] cc416a: Update README.md

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/crossbrowsertesting-plugin
  Commit: cc416aa2e3ef477a77116218f2e81901b3f4c20c
  
https://github.com/jenkinsci/crossbrowsertesting-plugin/commit/cc416aa2e3ef477a77116218f2e81901b3f4c20c
  Author: Michael Hollister 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M README.md

  Log Message:
  ---
  Update README.md


-- 
You received this message because you are subscribed to the Google 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] 73a421: Update FindBugs Maven plugin to 3.0.4

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/remoting
  Commit: 73a421a7a96a8ecf271a67e32795a3f416d75a58
  
https://github.com/jenkinsci/remoting/commit/73a421a7a96a8ecf271a67e32795a3f416d75a58
  Author: Oleg Nenashev 
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update FindBugs Maven plugin to 3.0.4


  Commit: 5d38246805246990daa45786bee962d0898937c8
  
https://github.com/jenkinsci/remoting/commit/5d38246805246990daa45786bee962d0898937c8
  Author: Oleg Nenashev 
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
M pom.xml
R src/findbugs-filter.xml
A src/findbugs/excludeFilter.xml

  Log Message:
  ---
  Back to cave: Do not suppress FB errors, do not fail on the build


  Commit: d461323e7f98726191d7ef8c8572cc1166bf5f50
  
https://github.com/jenkinsci/remoting/commit/d461323e7f98726191d7ef8c8572cc1166bf5f50
  Author: Oleg Nenashev 
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/hudson/remoting/Launcher.java
M src/main/java/hudson/remoting/jnlp/Main.java

  Log Message:
  ---
  DM_EXIT is valid in runnable classes


  Commit: 079bb0d326e82324246a8a28ef7d19f0bbfd4dde
  
https://github.com/jenkinsci/remoting/commit/079bb0d326e82324246a8a28ef7d19f0bbfd4dde
  Author: Oleg Nenashev 
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
M src/findbugs/excludeFilter.xml

  Log Message:
  ---
  Suppress SIC_INNER_SHOULD_BE_STATIC_ANON, we do not care about it


  Commit: d3514d1b12b00425e7c5150034080487aa437d1b
  
https://github.com/jenkinsci/remoting/commit/d3514d1b12b00425e7c5150034080487aa437d1b
  Author: Oleg Nenashev 
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
M src/findbugs/excludeFilter.xml

  Log Message:
  ---
  Add TODO to reconsider filters


  Commit: 7026b7f37acec5c567ef1b27d1de66b09db54d75
  
https://github.com/jenkinsci/remoting/commit/7026b7f37acec5c567ef1b27d1de66b09db54d75
  Author: Oleg Nenashev 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/Base64.java

  Log Message:
  ---
  FindBugs: hudson.remoting.Base64#decode() returns null according to API


  Commit: 06d1c27fdf7aab2bfabeb4f58566ec936aa593a8
  
https://github.com/jenkinsci/remoting/commit/06d1c27fdf7aab2bfabeb4f58566ec936aa593a8
  Author: Oleg Nenashev 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/DumbClassLoaderBridge.java
M src/main/java/hudson/remoting/RemoteClassLoader.java

  Log Message:
  ---
  FindBugs: remote classloader getResource() nullability fixes 
(PZLA_PREFER_ZERO_LENGTH_ARRAYS)


  Commit: cdaf62611b1a696cc963ed52608402963c32c63d
  
https://github.com/jenkinsci/remoting/commit/cdaf62611b1a696cc963ed52608402963c32c63d
  Author: Oleg Nenashev 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/Channel.java

  Log Message:
  ---
  FindBugs: Fix Channel#dumpPerformanceCounters (VA_FORMAT_STRING_USES_NEWLINE)


  Commit: c552eb42cb17b958198e09eadc9a66f9632e0ea7
  
https://github.com/jenkinsci/remoting/commit/c552eb42cb17b958198e09eadc9a66f9632e0ea7
  Author: Oleg Nenashev 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/CallableDecoratorAdapter.java

  Log Message:
  ---
  FindBugs: CallableDecoratorAdapter#equals() should handle null 
(NP_EQUALS_SHOULD_HANDLE_NULL_ARGUMENT)


  Commit: 31423f9ee724688908e3dd34c1d146f9a1a6ed93
  
https://github.com/jenkinsci/remoting/commit/31423f9ee724688908e3dd34c1d146f9a1a6ed93
  Author: Oleg Nenashev 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/jnlp/GuiListener.java

  Log Message:
  ---
  FindBugs: GuiListener is eligible to call exit() (DM_EXIT)


  Commit: d9ace238db07e4e6ff7980b022a2b6935e497470
  
https://github.com/jenkinsci/remoting/commit/d9ace238db07e4e6ff7980b022a2b6935e497470
  Author: Oleg Nenashev 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/ReferenceCountRecorder.java

  Log Message:
  ---
  FindBugs: ReferenceCountRecorder should not use \n as newline 
(VA_FORMAT_STRING_USES_NEWLINE)


  Commit: 1a881de83015887bdf7387619b6f79b4345bd3f9
  
https://github.com/jenkinsci/remoting/commit/1a881de83015887bdf7387619b6f79b4345bd3f9
  Author: Oleg Nenashev 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

  Changed paths:
M src/main/java/hudson/remoting/jnlp/MainDialog.java

  Log Message:
  ---
  FindBugs: jnlp.MainDialog may fail to retrieve title.png in the case of wrong 
inheritance


  Commit: 0df32067480370cbc00f301b2918b9eb51bedb38
  
https://github.com/jenkinsci/remoting/commit/0df32067480370cbc00f301b2918b9eb51bedb38
  Author: Oleg Nenashev 
  Date:   2016-08-06 (Sat, 06 Aug 2016)

 

[jenkinsci/jenkins] 4d5acc: [FIXED JENKINS-37189] Only append `?uctest` to htt...

2016-08-09 Thread GitHub
  Branch: refs/heads/stable-2.7
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 4d5accf8f38930f48213e73985bd3ea0fd232ba2
  
https://github.com/jenkinsci/jenkins/commit/4d5accf8f38930f48213e73985bd3ea0fd232ba2
  Author: Stephen Connolly 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M core/src/main/java/hudson/model/UpdateCenter.java

  Log Message:
  ---
  [FIXED JENKINS-37189] Only append `?uctest` to http/https update center URLs

- Also fixes to append `&uctest` if the update center URL already contains a 
query fragment

(cherry picked from commit b1e7c1bf62132b24cc063ae5faa2c49bbb74d71b)


  Commit: 8c90a52790c959c714b6e3bf117a7279c176b29f
  
https://github.com/jenkinsci/jenkins/commit/8c90a52790c959c714b6e3bf117a7279c176b29f
  Author: Stephen Connolly 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M core/src/main/java/hudson/model/UpdateCenter.java
A core/src/test/java/hudson/model/UpdateCenterTest.java

  Log Message:
  ---
  [JENKINS-37189] Refactor to make more testable

- A pure unit tests will suffice

(cherry picked from commit 136aeb86a4e2ffcfa5ec988dc02da6063643dc4a)


  Commit: c3d15f9a092a1733757582e8799b0e8b52e6c8c2
  
https://github.com/jenkinsci/jenkins/commit/c3d15f9a092a1733757582e8799b0e8b52e6c8c2
  Author: Robert Sandell 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M core/src/main/java/hudson/model/User.java
A core/src/main/java/jenkins/security/UserDetailsCache.java
A test/src/test/java/jenkins/security/UserDetailsCacheTest.java

  Log Message:
  ---
  Merge pull request #2446 from rsandell/JENKINS-35493

[JENKINS-35493] Introduce a UserDetails cache
(cherry picked from commit 06e99bd94295299f9041bc963a5981575df257ca)


Compare: 
https://github.com/jenkinsci/jenkins/compare/e0a87a120542...c3d15f9a092a

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


[jenkinsci/maven-hpi-plugin] aafa87: Sort artifacts so that Plugin-Dependencies appears...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/maven-hpi-plugin
  Commit: aafa87cb628de1714fa252c2969d571b79a61600
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/aafa87cb628de1714fa252c2969d571b79a61600
  Author: Jesse Glick 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractHpiMojo.java
M src/main/java/org/jenkinsci/maven/plugins/hpi/MavenArtifact.java

  Log Message:
  ---
  Sort artifacts so that Plugin-Dependencies appears in a consistent order from 
build to build.


  Commit: 49fc9860c98b23a3690c5110b84aeefed12a
  
https://github.com/jenkinsci/maven-hpi-plugin/commit/49fc9860c98b23a3690c5110b84aeefed12a
  Author: Jesse Glick 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/maven/plugins/hpi/AbstractHpiMojo.java
M src/main/java/org/jenkinsci/maven/plugins/hpi/MavenArtifact.java

  Log Message:
  ---
  Merge pull request #39 from jglick/sort-deps

Sort artifacts so that Plugin-Dependencies appears in a consistent order from 
build to build


Compare: 
https://github.com/jenkinsci/maven-hpi-plugin/compare/7176fc2df006...49fc9860c9cc

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

2016-08-09 Thread GitHub
  Branch: refs/tags/beaker-builder-1.9
  Home:   https://github.com/jenkinsci/beaker-builder-plugin

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


[jenkinsci/beaker-builder-plugin] c89dd9: [maven-release-plugin] prepare release beaker-buil...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/beaker-builder-plugin
  Commit: c89dd97635f63336e9f278d541713aad012db84f
  
https://github.com/jenkinsci/beaker-builder-plugin/commit/c89dd97635f63336e9f278d541713aad012db84f
  Author: Oliver Gondža 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release beaker-builder-1.9


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


[jenkinsci/beaker-builder-plugin] c12e1e: [maven-release-plugin] prepare for next developmen...

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/beaker-builder-plugin
  Commit: c12e1ec8898b2db64ec8f9e9b0754d690056106d
  
https://github.com/jenkinsci/beaker-builder-plugin/commit/c12e1ec8898b2db64ec8f9e9b0754d690056106d
  Author: Oliver Gondža 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  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/beaker-builder-plugin] f327a9: .gitignore

2016-08-09 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/beaker-builder-plugin
  Commit: f327a9b682a86aff30086aafc1e58103000879ca
  
https://github.com/jenkinsci/beaker-builder-plugin/commit/f327a9b682a86aff30086aafc1e58103000879ca
  Author: Oliver Gondža 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
M .gitignore

  Log Message:
  ---
  .gitignore


  Commit: b8d0a49d2762246c05ea8cc603446317da29e460
  
https://github.com/jenkinsci/beaker-builder-plugin/commit/b8d0a49d2762246c05ea8cc603446317da29e460
  Author: Oliver Gondža 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update pom


  Commit: 6587db3bdaa1e0882f8d9134daf1ee15c13d7608
  
https://github.com/jenkinsci/beaker-builder-plugin/commit/6587db3bdaa1e0882f8d9134daf1ee15c13d7608
  Author: Oliver Gondža 
  Date:   2016-08-08 (Mon, 08 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/beakerbuilder/BeakerBuilder.java

  Log Message:
  ---
  Report problems to authenticate to the server


  Commit: e6f1fcc22dfff7cafd90603966d07e00ff917bb0
  
https://github.com/jenkinsci/beaker-builder-plugin/commit/e6f1fcc22dfff7cafd90603966d07e00ff917bb0
  Author: Oliver Gondža 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M pom.xml
M src/main/java/org/jenkinsci/plugins/beakerbuilder/BeakerBuilder.java
M src/main/java/org/jenkinsci/plugins/beakerbuilder/TaskWatchdog.java
M src/test/java/org/jenkinsci/plugins/beakerbuilder/BuildTest.java
A src/test/java/org/jenkinsci/plugins/beakerbuilder/TaskWatchdogTest.java

  Log Message:
  ---
  Report authentication failures + do not choke on unexpected input


Compare: 
https://github.com/jenkinsci/beaker-builder-plugin/compare/384c0f024fee...e6f1fcc22dff

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


[jenkinsci/bitbucket-plugin] 8234a1: Test clean-up

2016-08-09 Thread GitHub
  Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/bitbucket-plugin
  Commit: 8234a15886ef393e8583e4aec9dbf1b06e683efa
  
https://github.com/jenkinsci/bitbucket-plugin/commit/8234a15886ef393e8583e4aec9dbf1b06e683efa
  Author: Félix Belzunce Arcos 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/test/java/com/cloudbees/jenkins/plugins/BitBucketTriggerTest.java
M src/test/java/com/cloudbees/jenkins/plugins/BitbucketEventTest.java
M src/test/java/com/cloudbees/jenkins/plugins/CrumbExclusionTest.java
M 
src/test/java/com/cloudbees/jenkins/plugins/processor/PullRequestPayloadProcessorTest.java
M 
src/test/java/com/cloudbees/jenkins/plugins/processor/RepositoryPayloadProcessorTest.java

  Log Message:
  ---
  Test clean-up


  Commit: bf203ed55164ebd842f786c31cbfc0aa78ffcdd8
  
https://github.com/jenkinsci/bitbucket-plugin/commit/bf203ed55164ebd842f786c31cbfc0aa78ffcdd8
  Author: Felix Belzunce Arcos 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/test/java/com/cloudbees/jenkins/plugins/BitBucketTriggerTest.java
M src/test/java/com/cloudbees/jenkins/plugins/BitbucketEventTest.java
M src/test/java/com/cloudbees/jenkins/plugins/CrumbExclusionTest.java
M 
src/test/java/com/cloudbees/jenkins/plugins/processor/PullRequestPayloadProcessorTest.java
M 
src/test/java/com/cloudbees/jenkins/plugins/processor/RepositoryPayloadProcessorTest.java

  Log Message:
  ---
  Merge pull request #40 from fbelzunc/develop-9

Tests clean-up


Compare: 
https://github.com/jenkinsci/bitbucket-plugin/compare/7bf8e2ce0925...bf203ed55164

-- 
You received this message because you are subscribed to the Google 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] c7f2c9: [JENKINS-36871] Expose the enum

2016-08-09 Thread GitHub
  Branch: refs/heads/jenkins-36871
  Home:   https://github.com/jenkinsci/remoting
  Commit: c7f2c9c2a6ebd058c4b6f926af29bfed1a3a78ec
  
https://github.com/jenkinsci/remoting/commit/c7f2c9c2a6ebd058c4b6f926af29bfed1a3a78ec
  Author: Stephen Connolly 
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
M src/main/java/org/jenkinsci/remoting/engine/JnlpClientDatabase.java

  Log Message:
  ---
  [JENKINS-36871] Expose the enum

- though this technically is OK as protected or package scope as any derived 
classes can implement and Enum is a public class so there is a parent type that 
people can reference


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