[jenkinsci/groovy-plugin] 56a0d6: Make myself a developer

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-plugin
  Commit: 56a0d66bfb214d5487d4b58ca7011104d3bd97e5
  
https://github.com/jenkinsci/groovy-plugin/commit/56a0d66bfb214d5487d4b58ca7011104d3bd97e5
  Author: Oliver Gondža 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Make myself a developer


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


[jenkinsci/pretested-integration-plugin] 0ce224: Refactoring

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pretested-integration-plugin
  Commit: 0ce224f1c84047d83f48034a26879f73292cc4e6
  
https://github.com/jenkinsci/pretested-integration-plugin/commit/0ce224f1c84047d83f48034a26879f73292cc4e6
  Author: Thierry Lacour 
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/AbstractSCMBridge.java
M src/main/java/org/jenkinsci/plugins/pretestedintegration/BuildQueue.java
M src/main/java/org/jenkinsci/plugins/pretestedintegration/Commit.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/IntegrationStrategy.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/IntegrationStrategyDescriptor.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/PretestedIntegrationAction.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/PretestedIntegrationBuildWrapper.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/PretestedIntegrationJobDslExtension.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/PretestedIntegrationPostCheckout.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/SCMBridgeDescriptor.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/exceptions/CommitChangesFailureException.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/exceptions/DeleteIntegratedBranchException.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/exceptions/EstablishWorkspaceException.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/exceptions/IntegationFailedExeception.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/exceptions/NextCommitFailureException.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/exceptions/NothingToDoException.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/exceptions/UnsupportedConfigurationException.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/scm/git/AccumulatedCommitStrategy.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/scm/git/FindCommitAuthorCallback.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/scm/git/FindCommitMessageCallback.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/scm/git/GetAllCommitsFromBranchCallback.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/scm/git/GetCommitCountFromBranchCallback.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/scm/git/GitBridge.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/scm/git/GitIntegrationStrategy.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/scm/git/GitMessages.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/scm/git/RepositoryListenerAwareCallback.java
M 
src/main/java/org/jenkinsci/plugins/pretestedintegration/scm/git/SquashCommitStrategy.java
M src/main/resources/index.jelly
M 
src/main/resources/org/jenkinsci/plugins/pretestedintegration/PretestedIntegrationBuildWrapper/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/pretestedintegration/PretestedIntegrationBuildWrapper/index.jelly
M 
src/main/resources/org/jenkinsci/plugins/pretestedintegration/scm/git/AccumulatedCommitStrategy/help.html
M 
src/main/resources/org/jenkinsci/plugins/pretestedintegration/scm/git/GitBridge/config.jelly
M 
src/main/resources/org/jenkinsci/plugins/pretestedintegration/scm/git/GitBridge/help-branch.html
M 
src/main/resources/org/jenkinsci/plugins/pretestedintegration/scm/git/GitBridge/help-repoName.html
M 
src/main/resources/org/jenkinsci/plugins/pretestedintegration/scm/git/SquashCommitStrategy/help.html
M 
src/test/java/org/jenkinsci/plugins/pretestedintegration/PretestedIntegrationJobDslExtensionTest.java
M 
src/test/java/org/jenkinsci/plugins/pretestedintegration/integration/scm/git/AccumulatedCommitMessageIT.java
M 
src/test/java/org/jenkinsci/plugins/pretestedintegration/integration/scm/git/AccumulatedCommitStrategyIT.java
M 
src/test/java/org/jenkinsci/plugins/pretestedintegration/integration/scm/git/BuildResultValidator.java
M 
src/test/java/org/jenkinsci/plugins/pretestedintegration/integration/scm/git/CommitMessagesWithSpecialCharsIT.java
M 
src/test/java/org/jenkinsci/plugins/pretestedintegration/integration/scm/git/CustomIntegrationBranchIT.java
M 
src/test/java/org/jenkinsci/plugins/pretestedintegration/integration/scm/git/DoNotAllowMasterBranchAsReadyBranchIT.java
M 
src/test/java/org/jenkinsci/plugins/pretestedintegration/integration/scm/git/EnvVarsIT.java
M 
src/test/java/org/jenkinsci/plugins/pretestedintegration/integration/scm/git/GeneralBehaviourIT.java
M 
src/test/java/org/jenkinsci/plugins/pretestedintegration/integration/scm/git/GetCommitCountFromBranchCallbackIT.java
  

[jenkinsci/groovy-plugin] 8fd0e7: Do not rely on deprecated API

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-plugin
  Commit: 8fd0e7ebc98d7b0d14af0438087521f3732b78b8
  
https://github.com/jenkinsci/groovy-plugin/commit/8fd0e7ebc98d7b0d14af0438087521f3732b78b8
  Author: Oliver Gondža 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M src/main/java/hudson/plugins/groovy/GroovyInstallation.java
M src/main/java/hudson/plugins/groovy/GroovyTokenMacro.java
M src/main/java/hudson/plugins/groovy/SystemGroovy.java
M src/main/resources/hudson/plugins/groovy/GroovyTokenMacro/help.jelly

  Log Message:
  ---
  Do not rely on deprecated API


  Commit: e4256987bd844ed66ca316921504f2b49f701aea
  
https://github.com/jenkinsci/groovy-plugin/commit/e4256987bd844ed66ca316921504f2b49f701aea
  Author: Oliver Gondža 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M src/main/resources/hudson/plugins/groovy/Groovy/config.jelly
M src/main/resources/hudson/plugins/groovy/SystemGroovy/config.jelly

  Log Message:
  ---
  Use unambiguous reference to descriptor.

Used to fail when smartfrog plugin was installed:

```
2016-01-04 06:39:54,527 WARNING [hudson.ExpressionFactory2$JexlExpression] 
(Handling GET /MY_JOB/configure : ajp-127.0.0.1-8009-40 Job/configure.jelly 
Project/configure-entries.jelly Groovy/DescriptorImpl/config.jelly) Caught 
exception evaluating: app.getDescriptorByName('StringScriptSource') in 
/MY_JOB/configure. Reason: java.lang.IllegalArgumentException: 
StringScriptSource is ambiguous; matches both 
builder.smartfrog.StringScriptSource and 
hudson.plugins.groovy.StringScriptSource
java.lang.IllegalArgumentException: StringScriptSource is ambiguous; matches 
both builder.smartfrog.StringScriptSource and 
hudson.plugins.groovy.StringScriptSource
  at jenkins.model.Jenkins.getDescriptor(Jenkins.java:1129)
  at jenkins.model.Jenkins.getDescriptorByName(Jenkins.java:1140)
  ...
```


Compare: 
https://github.com/jenkinsci/groovy-plugin/compare/56a0d66bfb21...e4256987bd84

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 18c7c8: Tidy up the PluginMetadata code a bit

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: 18c7c8b3ea9cbf086007951908d320921219a031
  
https://github.com/jenkinsci/acceptance-test-harness/commit/18c7c8b3ea9cbf086007951908d320921219a031
  Author: Oliver Gondža 
  Date:   2015-12-10 (Thu, 10 Dec 2015)

  Changed paths:
M src/main/java/org/jenkinsci/test/acceptance/po/PluginManager.java
M 
src/main/java/org/jenkinsci/test/acceptance/update_center/CachedUpdateCenterMetadataLoader.java
M 
src/main/java/org/jenkinsci/test/acceptance/update_center/DownloadOverrideUpdateCenterMetadataDecorator.java
M 
src/main/java/org/jenkinsci/test/acceptance/update_center/LocalOverrideUpdateCenterMetadataDecoratorImpl.java
M 
src/main/java/org/jenkinsci/test/acceptance/update_center/PluginMetadata.java
M 
src/main/java/org/jenkinsci/test/acceptance/update_center/UpdateCenterMetadata.java
M 
src/main/java/org/jenkinsci/test/acceptance/utils/aether/ArtifactResolverUtil.java

  Log Message:
  ---
  Tidy up the PluginMetadata code a bit


  Commit: 7c13de3375b32c15915cefa3583481c6c679681c
  
https://github.com/jenkinsci/acceptance-test-harness/commit/7c13de3375b32c15915cefa3583481c6c679681c
  Author: Oliver Gondža 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M README.md
M docs/CONTROLLER.md
R docs/LOCALPLUGIN.md
A docs/SUT-VERSIONS.md

  Log Message:
  ---
  Restructure documentation a bit


  Commit: e4738eb6597125cd8b69ec8754492b67f8c7a6ba
  
https://github.com/jenkinsci/acceptance-test-harness/commit/e4738eb6597125cd8b69ec8754492b67f8c7a6ba
  Author: Oliver Gondža 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M README.md
M docs/CONTROLLER.md
R docs/LOCALPLUGIN.md
A docs/SUT-VERSIONS.md
M 
src/main/java/org/jenkinsci/test/acceptance/update_center/DownloadOverrideUpdateCenterMetadataDecorator.java
M 
src/main/java/org/jenkinsci/test/acceptance/update_center/PluginMetadata.java
M 
src/main/java/org/jenkinsci/test/acceptance/update_center/UpdateCenterMetadata.java

  Log Message:
  ---
  Merge branch 'download-plugin-by-version'


Compare: 
https://github.com/jenkinsci/acceptance-test-harness/compare/1de83b4655f9...e4738eb65971

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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-pipeline-plugin]

2016-01-05 Thread GitHub
  Branch: refs/tags/build-pipeline-plugin-1.5.0-beta-1
  Home:   https://github.com/jenkinsci/build-pipeline-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-pipeline-plugin] 1fc790: [maven-release-plugin] rollback the release of bui...

2016-01-05 Thread GitHub
  Branch: refs/heads/JENKINS-31746
  Home:   https://github.com/jenkinsci/build-pipeline-plugin
  Commit: 1fc7901eb05044e194935774e394a3ea335920e5
  
https://github.com/jenkinsci/build-pipeline-plugin/commit/1fc7901eb05044e194935774e394a3ea335920e5
  Author: Manuel Recena 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of 
build-pipeline-plugin-1.5.0-beta-1


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


[jenkinsci/tfs-plugin] 02f102: Create Workspace with list of WorkingFolder items

2016-01-05 Thread GitHub
  Branch: refs/heads/support_workspace_cloaking
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: 02f102275f3554638c850b96fb144a8c262016e3
  
https://github.com/jenkinsci/tfs-plugin/commit/02f102275f3554638c850b96fb144a8c262016e3
  Author: Aaron Alexander 
  Date:   2015-12-21 (Mon, 21 Dec 2015)

  Changed paths:
M src/main/java/hudson/plugins/tfs/commands/NewWorkspaceCommand.java
M src/test/java/hudson/plugins/tfs/commands/NewWorkspaceCommandTest.java

  Log Message:
  ---
  Create Workspace with list of WorkingFolder items

This is contrast with explicitly mapping after workspace creation.
Creating with a list of WorkingFolder items will allow cloaked paths to
also be specified.


  Commit: bab45f6302e37a89149b83f6bb350c2b7f9372f1
  
https://github.com/jenkinsci/tfs-plugin/commit/bab45f6302e37a89149b83f6bb350c2b7f9372f1
  Author: Oli Dagenais 
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java
M src/main/java/hudson/plugins/tfs/actions/CheckoutAction.java
M src/main/java/hudson/plugins/tfs/commands/NewWorkspaceCommand.java
M src/main/java/hudson/plugins/tfs/model/WorkspaceConfiguration.java
M src/main/java/hudson/plugins/tfs/model/Workspaces.java
M src/main/resources/hudson/plugins/tfs/TeamFoundationServerScm/config.jelly
A 
src/main/resources/hudson/plugins/tfs/TeamFoundationServerScm/help-cloakedPaths.html
M 
src/test/java/hudson/plugins/tfs/TeamFoundationServerScmIntegrationTest.java
M src/test/java/hudson/plugins/tfs/TeamFoundationServerScmTest.java
M src/test/java/hudson/plugins/tfs/actions/CheckoutActionTest.java
M 
src/test/java/hudson/plugins/tfs/browsers/TeamSystemWebAccessBrowserTest.java
M src/test/java/hudson/plugins/tfs/commands/NewWorkspaceCommandTest.java
M src/test/java/hudson/plugins/tfs/model/WorkspaceConfigurationTest.java
M src/test/java/hudson/plugins/tfs/model/WorkspacesTest.java
M 
src/test/java/hudson/plugins/tfs/util/BuildWorkspaceConfigurationRetrieverTest.java

  Log Message:
  ---
  Support workspace cloaking with server path list

The new "Cloaked paths" field makes it possible to configure exclusions
when downloading from the "Project path".


  Commit: 495090b47a64cfffa4ab755567720b230dafe4b3
  
https://github.com/jenkinsci/tfs-plugin/commit/495090b47a64cfffa4ab755567720b230dafe4b3
  Author: Oli Dagenais 
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java
M 
src/main/resources/hudson/plugins/tfs/TeamFoundationServerScm/help-cloakedPaths.html
M src/test/java/hudson/plugins/tfs/TeamFoundationServerScmTest.java

  Log Message:
  ---
  Delimit cloaked paths with newlines instead of ;

Newlines are the preferred delimiters but semicolons are still accepted
to transition previous implementations.


  Commit: bf3a866f1160a4f8552fc4605463209142a0cd62
  
https://github.com/jenkinsci/tfs-plugin/commit/bf3a866f1160a4f8552fc4605463209142a0cd62
  Author: Luke Watson 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M src/main/java/hudson/plugins/tfs/TeamFoundationServerScm.java
M src/main/java/hudson/plugins/tfs/model/Project.java
M src/test/java/hudson/plugins/tfs/model/ProjectTest.java

  Log Message:
  ---
  Changes in cloaked paths do not trigger a build

This is done by excluding from consideration changesets that
are considered "fully cloaked", in other words consisting of items
whose paths are all covered by at least one of the cloaked paths.


Compare: 
https://github.com/jenkinsci/tfs-plugin/compare/02f102275f35^...bf3a866f1160

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and 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] 04c039: Cleanup the download redirection for Mac OS X and ...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 04c039936ff21b7a5710769ad634de8c2cb5a68e
  
https://github.com/jenkins-infra/jenkins.io/commit/04c039936ff21b7a5710769ad634de8c2cb5a68e
  Author: R. Tyler Croy 
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
M content/_partials/download.html.haml
R content/content/thank-you-downloading-os-x-installer/index.html
A content/content/thank-you-downloading-os-x-installer/index.html.haml
R content/content/thank-you-downloading-windows-installer/index.html
A content/content/thank-you-downloading-windows-installer/index.html.haml

  Log Message:
  ---
  Cleanup the download redirection for Mac OS X and Windows installers

This change refactors the way the destination picked up parameters since I'm
*pretty* sure there was a previous XSS vulnerability here.

Fixes WEBSITE-66


  Commit: e8ae6a8c7422bbe8bf8a68863f09c7ca4d29e082
  
https://github.com/jenkins-infra/jenkins.io/commit/e8ae6a8c7422bbe8bf8a68863f09c7ca4d29e082
  Author: R. Tyler Croy 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M content/_partials/download.html.haml
R content/content/thank-you-downloading-os-x-installer/index.html
A content/content/thank-you-downloading-os-x-installer/index.html.haml
R content/content/thank-you-downloading-windows-installer/index.html
A content/content/thank-you-downloading-windows-installer/index.html.haml

  Log Message:
  ---
  Merge pull request #22 from rtyler/website-66

Cleanup the download redirection for Mac OS X and Windows installers


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/5d6477754c59...e8ae6a8c7422

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


[jenkinsci/gitlab-hook-plugin] 47a36b: Run test on containers

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gitlab-hook-plugin
  Commit: 47a36b7f83b0d7aa0f53cec6a239b33019a77b99
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/47a36b7f83b0d7aa0f53cec6a239b33019a77b99
  Author: Javier Palacios 
  Date:   2015-11-06 (Fri, 06 Nov 2015)

  Changed paths:
M .travis.yml

  Log Message:
  ---
  Run test on containers


  Commit: ad91a8a5dd933d944d550c98127d8c5c6b1332fa
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/ad91a8a5dd933d944d550c98127d8c5c6b1332fa
  Author: Javier Palacios 
  Date:   2015-11-06 (Fri, 06 Nov 2015)

  Changed paths:
M spec/support/jenkins.rb

  Log Message:
  ---
  Upgrade jenkins core version


  Commit: c2a63360482dad64aba785ec80a60d6e92fe134e
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/c2a63360482dad64aba785ec80a60d6e92fe134e
  Author: Javier Palacios 
  Date:   2016-01-02 (Sat, 02 Jan 2016)

  Changed paths:
M spec/support/jenkins.rb

  Log Message:
  ---
  Use web interface to retrieve job log


  Commit: c32e49d31769f54d78f6a55d0420e487551a7ec0
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/c32e49d31769f54d78f6a55d0420e487551a7ec0
  Author: Javier Palacios 
  Date:   2016-01-02 (Sat, 02 Jan 2016)

  Changed paths:
M spec/support/jenkins.rb

  Log Message:
  ---
  Add sleep time before retrieve job log


  Commit: 3f676535ede54a266978c2686a1fcac6a5b62724
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/3f676535ede54a266978c2686a1fcac6a5b62724
  Author: Javier Palacios 
  Date:   2016-01-03 (Sun, 03 Jan 2016)

  Changed paths:
M spec/support/common.rb
M work/config.xml

  Log Message:
  ---
  Account for queued jobs when waiting for idle jenkins


  Commit: bbd6a2345683a6fdb5717bed9e4bc3b23a5b39f0
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/bbd6a2345683a6fdb5717bed9e4bc3b23a5b39f0
  Author: Javier Palacios 
  Date:   2016-01-03 (Sun, 03 Jan 2016)

  Changed paths:
M spec/acceptance_spec.rb
M spec/support/common.rb

  Log Message:
  ---
  Give jenkins some time to process incoming payloads


  Commit: 4a5b799f05467c2d5248d2b22ba5c3998af13d0f
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/4a5b799f05467c2d5248d2b22ba5c3998af13d0f
  Author: Javier Palacios 
  Date:   2016-01-03 (Sun, 03 Jan 2016)

  Changed paths:
M spec/acceptance_spec.rb

  Log Message:
  ---
  Wait for first build of new projects


  Commit: e2d97a52d289c641680c7be1d294a3d6d58b
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/e2d97a52d289c641680c7be1d294a3d6d58b
  Author: Javier Palacios 
  Date:   2016-01-03 (Sun, 03 Jan 2016)

  Changed paths:
M .travis.yml
M spec/acceptance_spec.rb
M spec/support/common.rb
M spec/support/jenkins.rb
M work/config.xml

  Log Message:
  ---
  Merge pull request #17 from javiplx/bugfix/broken_acceptance_tests

Bugfix/broken acceptance tests


  Commit: 6114765075b78e55f09262785e7917fc53dbc75e
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/6114765075b78e55f09262785e7917fc53dbc75e
  Author: Javier Palacios 
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
R spec/lib/acegi-security-1.0.7.jar
R spec/lib/ant-1.7.1.jar
R spec/lib/antlr-2.7.6.jar
R spec/lib/args4j-2.0.23.jar
R spec/lib/commons-beanutils-1.8.3.jar
R spec/lib/commons-fileupload-1.3.1-jenkins-1.jar
R spec/lib/commons-jelly-1.1-jenkins-20120928.jar
R spec/lib/commons-lang-2.6.jar
R spec/lib/commons-logging-1.1.3.jar
R spec/lib/credentials-1.18.jar
R spec/lib/ezmorph-1.0.6.jar
R spec/lib/git-2.3.1.jar
R spec/lib/git-client-1.12.0.jar
R spec/lib/guava-11.0.1.jar
R spec/lib/guice-4.0-beta-no_aop.jar
R spec/lib/javax.servlet-3.0.jar
R spec/lib/jenkins-core-1.593.jar
R spec/lib/json-lib-2.4-jenkins-2.jar
R spec/lib/localizer-1.10.jar
R spec/lib/matrix-project-1.2.jar
R spec/lib/mutiple-smscs-classes.jar
R spec/lib/org.eclipse.jgit-3.5.2.201411120430-r.jar
R spec/lib/remoting-2.48.jar
R spec/lib/spring-core-2.5.6.SEC03.jar
R spec/lib/stapler-1.233.jar
R spec/lib/stapler-jelly-1.233.jar
R spec/lib/task-reactor-1.4.jar
R spec/lib/tiger-types-1.3.jar
R spec/lib/version-number-1.1.jar
R spec/lib/xpp3-1.1.4c.jar
R spec/lib/xstream-1.4.7-jenkins-1.jar
M spec/spec_helper.rb
M spec/support/common.rb
M spec/support/jenkins.rb

  Log Message:
  ---
  Download jarfiles required for testing


  Commit: 03d504d29b9aa720401c9757aa6927f3bd936e08
  
https://github.com/jenkinsci/gitlab-hook-plugin/commit/03d504d29b9aa720401c9757aa6927f3bd936e08
  Author: Javier Palacios 
  

[jenkinsci/gerrit-trigger-plugin] 78f4c5: Fix projectListRefreshInterval zero value after up...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 78f4c5c54191f04aef7a8317cc7b32bbb3650815
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/78f4c5c54191f04aef7a8317cc7b32bbb3650815
  Author: Jiří Engelthaler 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/Config.java
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer/index.jelly
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/ConfigTest.java

  Log Message:
  ---
  Fix projectListRefreshInterval zero value after upgrade from 2.13.0 to 2.14.0

[FIXED JENKINS-31800]


  Commit: ba1c6cb7712f4544df31cada3b4f83b181b428d7
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/ba1c6cb7712f4544df31cada3b4f83b181b428d7
  Author: Robert Sandell 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer.java
M 
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/Config.java
M 
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer/index.jelly
M 
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/config/ConfigTest.java

  Log Message:
  ---
  Merge pull request #273 from engycz/JENKINS-31800

Fix projectListRefreshInterval zero value after upgrade from 2.13.0 to 2.14.0


Compare: 
https://github.com/jenkinsci/gerrit-trigger-plugin/compare/82faa6ef657d...ba1c6cb7712f

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


[jenkinsci/p4-plugin] 8f1590: Enable Unicode Support for workspace.

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/p4-plugin
  Commit: 8f15900429b593448b4d47cdf9781f4a458add8a
  
https://github.com/jenkinsci/p4-plugin/commit/8f15900429b593448b4d47cdf9781f4a458add8a
  Author: Paul Allen 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/client/ClientHelper.java

  Log Message:
  ---
  Enable Unicode Support for workspace.

Originally hardcoded to UTF8 for *nix systems and web browsers.


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


[jenkinsci/gerrit-trigger-plugin]

2016-01-05 Thread GitHub
  Branch: refs/tags/gerrit-trigger-2.18.3
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin

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


[jenkinsci/gerrit-trigger-plugin] 6b3011: [maven-release-plugin] prepare release gerrit-trig...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 6b30119679cb26365c48119af471af1cf070351c
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/6b30119679cb26365c48119af471af1cf070351c
  Author: Robert Sandell 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release gerrit-trigger-2.18.3


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


[jenkinsci/gerrit-trigger-plugin] 963b25: [maven-release-plugin] prepare for next developmen...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/gerrit-trigger-plugin
  Commit: 963b25f6dda07fae0d2b5089e3e80e6f0d6daff2
  
https://github.com/jenkinsci/gerrit-trigger-plugin/commit/963b25f6dda07fae0d2b5089e3e80e6f0d6daff2
  Author: Robert Sandell 
  Date:   2016-01-05 (Tue, 05 Jan 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/jira-plugin] b33b3e: JENKINS-32276 - Fix tests to actually run

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: b33b3e7f849cef111d2fedbf135bbde88b73
  
https://github.com/jenkinsci/jira-plugin/commit/b33b3e7f849cef111d2fedbf135bbde88b73
  Author: Radek Antoniuk 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M 
src/test/java/hudson/plugins/jira/versionparameter/VersionComparatorTest.groovy

  Log Message:
  ---
  JENKINS-32276 - Fix tests to actually run


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


[jenkinsci/jira-plugin] efa1d2: added missing help file referenced by JiraVersionC...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: efa1d25c6e79023388bb2057b03fa7918541fba7
  
https://github.com/jenkinsci/jira-plugin/commit/efa1d25c6e79023388bb2057b03fa7918541fba7
  Author: Dennis Kieselhorst 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
A src/main/webapp/help-version-create.html

  Log Message:
  ---
  added missing help file referenced by JiraVersionCreator


  Commit: 26924345a9c73e4317fe1b27c3caf05f751ba620
  
https://github.com/jenkinsci/jira-plugin/commit/26924345a9c73e4317fe1b27c3caf05f751ba620
  Author: Radosław Antoniuk 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
A src/main/webapp/help-version-create.html

  Log Message:
  ---
  Merge pull request #76 from deki/upstream

added missing help file referenced by JiraVersionCreator


Compare: 
https://github.com/jenkinsci/jira-plugin/compare/24d8bb5b118f...26924345a9c7

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


[jenkinsci/jira-plugin] 7f6e3a: JENKINS-31268 - Workaround for Stapler bug during ...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jira-plugin
  Commit: 7f6e3aab02f35008764191bf49edd21a1e7365d4
  
https://github.com/jenkinsci/jira-plugin/commit/7f6e3aab02f35008764191bf49edd21a1e7365d4
  Author: Radek Antoniuk 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M src/main/java/hudson/plugins/jira/Updater.java
M 
src/main/java/hudson/plugins/jira/listissuesparameter/JiraIssueParameterValue.java

  Log Message:
  ---
  JENKINS-31268 - Workaround for Stapler bug during serialization


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


[jenkinsci/saltstack-plugin]

2016-01-05 Thread GitHub
  Branch: refs/tags/saltstack-1.6.0
  Home:   https://github.com/jenkinsci/saltstack-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/saltstack-plugin] 7c5912: [maven-release-plugin] prepare for next developmen...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/saltstack-plugin
  Commit: 7c5912bdf143ad6daedb757494e32d74a0c12223
  
https://github.com/jenkinsci/saltstack-plugin/commit/7c5912bdf143ad6daedb757494e32d74a0c12223
  Author: Christian McHugh 
  Date:   2016-01-05 (Tue, 05 Jan 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/saltstack-plugin] 418819: prepare 1.6

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/saltstack-plugin
  Commit: 4188195856273df7c5e0b8315c56fef3c0f860bf
  
https://github.com/jenkinsci/saltstack-plugin/commit/4188195856273df7c5e0b8315c56fef3c0f860bf
  Author: Christian McHugh 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  prepare 1.6


  Commit: 9191eec965f835d5bc9e7f157da40c461be8f2f5
  
https://github.com/jenkinsci/saltstack-plugin/commit/9191eec965f835d5bc9e7f157da40c461be8f2f5
  Author: Christian McHugh 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release saltstack-1.6.0


Compare: 
https://github.com/jenkinsci/saltstack-plugin/compare/8f9edd58944c...9191eec965f8

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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-plugin] 0aa6a1: [JENKINS-30395] Extend workaround to subclasses of...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-plugin
  Commit: 0aa6a126c5050200827c9b706911d625a20e4f7c
  
https://github.com/jenkinsci/workflow-plugin/commit/0aa6a126c5050200827c9b706911d625a20e4f7c
  Author: Jesse Glick 
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
M 
cps/src/test/java/org/jenkinsci/plugins/workflow/cps/AbstractCpsFlowTest.java

  Log Message:
  ---
  [JENKINS-30395] Extend workaround to subclasses of AbstractCpsFlowTest.


  Commit: be247cbf60cdd80bf52bea011c34cbadddfeb88b
  
https://github.com/jenkinsci/workflow-plugin/commit/be247cbf60cdd80bf52bea011c34cbadddfeb88b
  Author: Jesse Glick 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M 
cps/src/test/java/org/jenkinsci/plugins/workflow/cps/AbstractCpsFlowTest.java

  Log Message:
  ---
  Merge pull request #287 from jglick/AbstractCpsFlowTest-JENKINS-30395

[JENKINS-30395] Extend workaround to subclasses of AbstractCpsFlowTest


Compare: 
https://github.com/jenkinsci/workflow-plugin/compare/c4519c3f2006...be247cbf60cd

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and 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] 345658: Link the feedburner-based RSS feed

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: 345658fe44e1c0690b40828fe0d1d66024eae83d
  
https://github.com/jenkins-infra/jenkins.io/commit/345658fe44e1c0690b40828fe0d1d66024eae83d
  Author: R. Tyler Croy 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M content/_layouts/post.html.haml
A content/_partials/feedburner.html.haml

  Log Message:
  ---
  Link the feedburner-based RSS feed

When I brought this over from Drupal, I had omitted any references to the feed;
time to bring it back


  Commit: 897e0b4c0c7607b02c5c8f2b4ba682fb3c38c185
  
https://github.com/jenkins-infra/jenkins.io/commit/897e0b4c0c7607b02c5c8f2b4ba682fb3c38c185
  Author: R. Tyler Croy 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M content/_layouts/post.html.haml
A content/_partials/feedburner.html.haml

  Log Message:
  ---
  Merge pull request #24 from rtyler/feedburner-icon

Link the feedburner-based RSS feed


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/b593b5c79d54...897e0b4c0c76

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


[jenkinsci/mission-control-view-plugin] 228bcc: Add support for CloudBees Folders plugin

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mission-control-view-plugin
  Commit: 228bcc614a3fac297ada5c806d338f46fb80653d
  
https://github.com/jenkinsci/mission-control-view-plugin/commit/228bcc614a3fac297ada5c806d338f46fb80653d
  Author: sqlwristband 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M src/main/java/tech/andrey/jenkins/missioncontrol/MissionControlView.java
M 
src/main/resources/tech/andrey/jenkins/missioncontrol/MissionControlView/index.jelly
M src/main/webapp/css/mission-control.css
M src/main/webapp/js/mission-control.js

  Log Message:
  ---
  Add support for CloudBees Folders 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/mission-control-view-plugin] c76f0c: Don't display Maven modules. Add handling of unsta...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mission-control-view-plugin
  Commit: c76f0c8394c2e62cf18f4a3f0dcf3d8948594e08
  
https://github.com/jenkinsci/mission-control-view-plugin/commit/c76f0c8394c2e62cf18f4a3f0dcf3d8948594e08
  Author: sqlwristband 
  Date:   2016-01-06 (Wed, 06 Jan 2016)

  Changed paths:
M src/main/java/tech/andrey/jenkins/missioncontrol/MissionControlView.java
M src/main/webapp/js/mission-control.js

  Log Message:
  ---
  Don't display Maven modules. Add handling of unstable status


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


[jenkinsci/role-strategy-plugin] f95ff8: Cleanup the maintainers section

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/role-strategy-plugin
  Commit: f95ff8d56dea66467f9b939e6c00e0010d6d2d8d
  
https://github.com/jenkinsci/role-strategy-plugin/commit/f95ff8d56dea66467f9b939e6c00e0010d6d2d8d
  Author: Oleg Nenashev 
  Date:   2016-01-06 (Wed, 06 Jan 2016)

  Changed paths:
M README.md

  Log Message:
  ---
  Cleanup the maintainers section


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


[jenkinsci/role-strategy-plugin] b6dca7: Remove the company from @oleg-nenashev in CONTRIBU...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/role-strategy-plugin
  Commit: b6dca7904ce1c83b3afef0995ef5f42823171b0b
  
https://github.com/jenkinsci/role-strategy-plugin/commit/b6dca7904ce1c83b3afef0995ef5f42823171b0b
  Author: Oleg Nenashev 
  Date:   2016-01-06 (Wed, 06 Jan 2016)

  Changed paths:
M CONTRIBUTORS

  Log Message:
  ---
  Remove the company from @oleg-nenashev in CONTRIBUTORS


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] 3c7014: Work around VSTS workspace ownership confusion

2016-01-05 Thread GitHub
  Branch: refs/heads/vsts_workspace_identity
  Home:   https://github.com/jenkinsci/tfs-plugin
  Commit: 3c70147bfc6c2cf78d900850a414fefa05e49361
  
https://github.com/jenkinsci/tfs-plugin/commit/3c70147bfc6c2cf78d900850a414fefa05e49361
  Author: Oli Dagenais 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M src/test/java/hudson/plugins/tfs/EndToEndTfs.java

  Log Message:
  ---
  Work around VSTS workspace ownership confusion

It would appear getLocalWorkspace with AUTHENTICATED_USER would return
null when there definitely was a workspace named after workspaceName,
causing the subsequent createWorkspace call to fail.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] f1c2c9: Update Selenium.

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: f1c2c9d4a794bd427812ddf257be0b1c03808be5
  
https://github.com/jenkinsci/acceptance-test-harness/commit/f1c2c9d4a794bd427812ddf257be0b1c03808be5
  Author: Jesse Glick 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Update Selenium.


  Commit: ff0dfedc38a7f8b588ba007dac45ff43756b4385
  
https://github.com/jenkinsci/acceptance-test-harness/commit/ff0dfedc38a7f8b588ba007dac45ff43756b4385
  Author: Oliver Gondža 
  Date:   2016-01-06 (Wed, 06 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #72 from jglick/new-selenium

Update Selenium


Compare: 
https://github.com/jenkinsci/acceptance-test-harness/compare/e4738eb65971...ff0dfedc38a7

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and 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] b75574: Add a blog post intorducing our new statically gen...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/jenkins.io
  Commit: b7557475ab0bba91214f7dab56a15e23d24614c3
  
https://github.com/jenkins-infra/jenkins.io/commit/b7557475ab0bba91214f7dab56a15e23d24614c3
  Author: R. Tyler Croy 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
A content/blog/2016/2016-01-05-new-website.adoc

  Log Message:
  ---
  Add a blog post intorducing our new statically generated Jenkins website


  Commit: 0f6cdbf8067a7d413c28cc3e895481acb4ecdcb0
  
https://github.com/jenkins-infra/jenkins.io/commit/0f6cdbf8067a7d413c28cc3e895481acb4ecdcb0
  Author: R. Tyler Croy 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M content/blog/2016/2016-01-05-new-website.adoc

  Log Message:
  ---
  Minor copy edits to the static site blog post

Thanks to @abayer for an initial review :)


  Commit: b593b5c79d5468eeff67ef66d6679eb601174e72
  
https://github.com/jenkins-infra/jenkins.io/commit/b593b5c79d5468eeff67ef66d6679eb601174e72
  Author: R. Tyler Croy 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
A content/blog/2016/2016-01-05-new-website.adoc

  Log Message:
  ---
  Merge pull request #23 from rtyler/new-site-blog

Add a blog post intorducing our new statically generated Jenkins website


Compare: 
https://github.com/jenkins-infra/jenkins.io/compare/e8ae6a8c7422...b593b5c79d54

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


[jenkinsci/pretested-integration-plugin]

2016-01-05 Thread GitHub
  Branch: refs/tags/pretested-integration-2.4.0
  Home:   https://github.com/jenkinsci/pretested-integration-plugin

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


[jenkinsci/pretested-integration-plugin] 10ce37: [maven-release-plugin] prepare release pretested-i...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/pretested-integration-plugin
  Commit: 10ce3760b28ced513bdc89f9b680a35c87780d4d
  
https://github.com/jenkinsci/pretested-integration-plugin/commit/10ce3760b28ced513bdc89f9b680a35c87780d4d
  Author: ReleasePraqma 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release pretested-integration-2.4.0


  Commit: 30fc8bd3f60a46fdd2cda49b6ff2331229d16de2
  
https://github.com/jenkinsci/pretested-integration-plugin/commit/30fc8bd3f60a46fdd2cda49b6ff2331229d16de2
  Author: ReleasePraqma 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M pom.xml

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


Compare: 
https://github.com/jenkinsci/pretested-integration-plugin/compare/87f1b56ef361...30fc8bd3f60a

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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-pipeline-plugin] ed0872: [maven-release-plugin] prepare for next developmen...

2016-01-05 Thread GitHub
  Branch: refs/heads/JENKINS-31746
  Home:   https://github.com/jenkinsci/build-pipeline-plugin
  Commit: ed0872b0509b269f82e0d082b8072ba270072142
  
https://github.com/jenkinsci/build-pipeline-plugin/commit/ed0872b0509b269f82e0d082b8072ba270072142
  Author: Manuel Recena 
  Date:   2016-01-05 (Tue, 05 Jan 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/build-pipeline-plugin]

2016-01-05 Thread GitHub
  Branch: refs/tags/build-pipeline-plugin-1.5.0-beta-1
  Home:   https://github.com/jenkinsci/build-pipeline-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-failure-analyzer-plugin] e05915: Prevent breakage involving build-flow plugin

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-failure-analyzer-plugin
  Commit: e059156ee0b24f457ddf37051a98ffaea66a6e0c
  
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/e059156ee0b24f457ddf37051a98ffaea66a6e0c
  Author: Scott Hebert 
  Date:   2015-12-21 (Mon, 21 Dec 2015)

  Changed paths:
M 
src/main/java/com/sonyericsson/jenkins/plugins/bfa/model/dbf/BuildFlowDBF.java

  Log Message:
  ---
  Prevent breakage involving build-flow plugin

In certain cases, the Build Flow plugin can return a CancellationExcpetion
when iterating over downstream builds.

This has the effect of breaking both the Job and Build UIs.

This PR protects against this and [FIXES JENKINS-25396]

It is also related to JENKINS-32144 and JENKINS-25092


  Commit: bdccd4bbfff61d5d061657ac7811c1ad570ad82c
  
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/bdccd4bbfff61d5d061657ac7811c1ad570ad82c
  Author: Robert Sandell 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M 
src/main/java/com/sonyericsson/jenkins/plugins/bfa/model/dbf/BuildFlowDBF.java

  Log Message:
  ---
  Merge pull request #39 from scoheb/fix-bflow-cancellation

Prevent breakage involving build-flow plugin


Compare: 
https://github.com/jenkinsci/build-failure-analyzer-plugin/compare/0d57ae238493...bdccd4bbfff6

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


[jenkinsci/jenkins] 8d0799: Added StartupUtil

2016-01-05 Thread GitHub
  Branch: refs/heads/2.0
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 8d0799e95e1cdddb315a99d5852a23d827c684fd
  
https://github.com/jenkinsci/jenkins/commit/8d0799e95e1cdddb315a99d5852a23d827c684fd
  Author: tfennelly 
  Date:   2015-09-08 (Tue, 08 Sep 2015)

  Changed paths:
A core/src/main/java/jenkins/install/StartupType.java
A core/src/main/java/jenkins/install/StartupUtil.java
M core/src/main/java/jenkins/model/Jenkins.java
A test/src/test/java/jenkins/install/StartupUtilTest.java

  Log Message:
  ---
  Added StartupUtil


  Commit: 16e3a473eceeb88ad13873b7ba7666889f2f914c
  
https://github.com/jenkinsci/jenkins/commit/16e3a473eceeb88ad13873b7ba7666889f2f914c
  Author: tfennelly 
  Date:   2015-09-08 (Tue, 08 Sep 2015)

  Changed paths:
M core/src/main/java/jenkins/install/StartupUtil.java

  Log Message:
  ---
  Removed unused utility functions


  Commit: 9422d6f1af2359316c7ba02de612c164aee5f480
  
https://github.com/jenkinsci/jenkins/commit/9422d6f1af2359316c7ba02de612c164aee5f480
  Author: tfennelly 
  Date:   2015-09-08 (Tue, 08 Sep 2015)

  Changed paths:
M core/src/main/java/jenkins/install/StartupType.java
M core/src/main/java/jenkins/install/StartupUtil.java
M core/src/main/java/jenkins/model/Jenkins.java
M test/src/test/java/jenkins/install/StartupUtilTest.java

  Log Message:
  ---
  Added hasStartedSinceUnbundlingEpoc

And set some @since javadoc


  Commit: 2b703759c4f3bc78dc7ea33266add452a0256bc0
  
https://github.com/jenkinsci/jenkins/commit/2b703759c4f3bc78dc7ea33266add452a0256bc0
  Author: tfennelly 
  Date:   2015-09-08 (Tue, 08 Sep 2015)

  Changed paths:
M core/src/main/java/hudson/ClassicPluginStrategy.java
A core/src/test/java/hudson/ClassicPluginStrategyTest.java

  Log Message:
  ---
  Added getDetachedPlugins from ClassicPluginStrategy


  Commit: c5b66304da783a8155f6e7da6302c6761d0c5e2c
  
https://github.com/jenkinsci/jenkins/commit/c5b66304da783a8155f6e7da6302c6761d0c5e2c
  Author: tfennelly 
  Date:   2015-09-08 (Tue, 08 Sep 2015)

  Changed paths:
M core/src/main/java/hudson/ClassicPluginStrategy.java
M core/src/main/java/jenkins/install/StartupUtil.java

  Log Message:
  ---
  Javadoc updates


  Commit: 770d8ac30855acf73de1a41fc360f792fc4bb137
  
https://github.com/jenkinsci/jenkins/commit/770d8ac30855acf73de1a41fc360f792fc4bb137
  Author: tfennelly 
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
M core/src/main/java/hudson/Functions.java
M core/src/main/java/jenkins/model/Jenkins.java
M core/src/main/resources/lib/layout/layout.jelly
M war/pom.xml

  Log Message:
  ---
  Popup fake/temporary plugin wizard for a "NEW" jenkins


  Commit: 25d946368183d3b86fbb2d5c3b161c92c35cb4f4
  
https://github.com/jenkinsci/jenkins/commit/25d946368183d3b86fbb2d5c3b161c92c35cb4f4
  Author: tfennelly 
  Date:   2015-09-09 (Wed, 09 Sep 2015)

  Changed paths:
M core/src/main/java/hudson/PluginManager.java

  Log Message:
  ---
  Extract non web install function in PluginManager (from doInstall)


  Commit: 2a02656e02308808e9f04ec2cf6b11068949b777
  
https://github.com/jenkinsci/jenkins/commit/2a02656e02308808e9f04ec2cf6b11068949b777
  Author: tfennelly 
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
M war/pom.xml

  Log Message:
  ---
  temp-wizard plugin now uses handlebars


  Commit: 5d277a3b61ec9b1a4abcbbb0e511975b3f9ce3d8
  
https://github.com/jenkinsci/jenkins/commit/5d277a3b61ec9b1a4abcbbb0e511975b3f9ce3d8
  Author: tfennelly 
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
M core/src/main/java/hudson/ClassicPluginStrategy.java
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/hudson/model/UpdateCenter.java
M core/src/main/java/jenkins/install/StartupUtil.java
M core/src/main/java/jenkins/model/Jenkins.java
M test/src/test/java/jenkins/install/StartupUtilTest.java

  Log Message:
  ---
  Getting UPGRADE to work


  Commit: 04aebab8a76f978dc609c793af678da821a0eb51
  
https://github.com/jenkinsci/jenkins/commit/04aebab8a76f978dc609c793af678da821a0eb51
  Author: tfennelly 
  Date:   2015-09-11 (Fri, 11 Sep 2015)

  Changed paths:
M core/src/main/java/hudson/model/UpdateCenter.java
M core/src/main/java/jenkins/install/StartupType.java
M core/src/main/java/jenkins/install/StartupUtil.java
M test/src/test/java/jenkins/install/StartupUtilTest.java

  Log Message:
  ---
  DOWNGRADE support

We don't actually do anything other than update the persisted version file.


  Commit: 04e5c636673a81b1f2a908e826e1c552c6f98de8
  

[jenkinsci/subversion-plugin] 088085: [JENKINS-32169] SVNRepository.getRepositoryRoot(fa...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/subversion-plugin
  Commit: 088085793eeaa6c3cb8930f7e6385d8179f7b25c
  
https://github.com/jenkinsci/subversion-plugin/commit/088085793eeaa6c3cb8930f7e6385d8179f7b25c
  Author: Manuel Recena 
  Date:   2016-01-04 (Mon, 04 Jan 2016)

  Changed paths:
M src/main/java/hudson/scm/SubversionSCM.java

  Log Message:
  ---
  [JENKINS-32169] SVNRepository.getRepositoryRoot(false) can return null when 
one uses svn:// and file:// protocols


  Commit: c129d51f1f84cbd8fb7d4cbc265c42ed0f13753a
  
https://github.com/jenkinsci/subversion-plugin/commit/c129d51f1f84cbd8fb7d4cbc265c42ed0f13753a
  Author: Manuel Recena 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M src/main/java/hudson/scm/SubversionSCM.java

  Log Message:
  ---
  Merge pull request #154 from recena/JENKINS-32169

[JENKINS-32169] SVNRepository.getRepositoryRoot(false) can return null


Compare: 
https://github.com/jenkinsci/subversion-plugin/compare/7304b1317e7e...c129d51f1f84

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


[jenkinsci/groovy-plugin] ad5289: Create README.md

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-plugin
  Commit: ad5289521b750b3ea2ea2dcdd2877690ea4bf781
  
https://github.com/jenkinsci/groovy-plugin/commit/ad5289521b750b3ea2ea2dcdd2877690ea4bf781
  Author: Oliver Gondža 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
A README.md

  Log Message:
  ---
  Create 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/build-pipeline-plugin] e2b39a: [JENKINS-31746] Initial source code modifications

2016-01-05 Thread GitHub
  Branch: refs/heads/JENKINS-31746
  Home:   https://github.com/jenkinsci/build-pipeline-plugin
  Commit: e2b39a3c6eae64a2fbd915d5e9dcd8ef8d14a237
  
https://github.com/jenkinsci/build-pipeline-plugin/commit/e2b39a3c6eae64a2fbd915d5e9dcd8ef8d14a237
  Author: Manuel Recena 
  Date:   2015-11-30 (Mon, 30 Nov 2015)

  Changed paths:
A CONTRIBUTING.md
M pom.xml
M 
src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly
M 
src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/main.jelly
M src/main/resources/index.jelly
M src/main/webapp/css/main.css

  Log Message:
  ---
  [JENKINS-31746] Initial source code modifications


  Commit: e73665b7cfab3a8f346182424cc0d1c2991a8ac3
  
https://github.com/jenkinsci/build-pipeline-plugin/commit/e73665b7cfab3a8f346182424cc0d1c2991a8ac3
  Author: Manuel Recena 
  Date:   2015-12-07 (Mon, 07 Dec 2015)

  Changed paths:
M 
src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly
M src/main/webapp/css/main.css

  Log Message:
  ---
  [JENKINS-31746] Clean up


  Commit: 7897f50d7be497327207c07ca33a5bcd40915e46
  
https://github.com/jenkinsci/build-pipeline-plugin/commit/7897f50d7be497327207c07ca33a5bcd40915e46
  Author: Manuel Recena 
  Date:   2015-12-08 (Tue, 08 Dec 2015)

  Changed paths:
M src/main/webapp/css/main.css

  Log Message:
  ---
  [JENKINS-31746] Clean up


  Commit: 2b84104052792f0546f3d54d45da0efb0d614040
  
https://github.com/jenkinsci/build-pipeline-plugin/commit/2b84104052792f0546f3d54d45da0efb0d614040
  Author: Manuel Recena 
  Date:   2015-12-20 (Sun, 20 Dec 2015)

  Changed paths:
M 
src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly
M src/main/webapp/css/main.css
A src/main/webapp/images/application_view_list.png
A src/main/webapp/images/application_xp_terminal.png
A src/main/webapp/images/clock.png

  Log Message:
  ---
  [JENKINS-31746] Removing  for layout


  Commit: 290e8da6e7c26935dd9db8e8be400f0874e2e234
  
https://github.com/jenkinsci/build-pipeline-plugin/commit/290e8da6e7c26935dd9db8e8be400f0874e2e234
  Author: Manuel Recena 
  Date:   2015-12-21 (Mon, 21 Dec 2015)

  Changed paths:
M 
src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly
M src/main/webapp/css/main.css

  Log Message:
  ---
  [JENKINS-31746] Removing unnecessary CSS styles


  Commit: a077cf83b4167aed716d11c2a9f5e8c8f69adc4c
  
https://github.com/jenkinsci/build-pipeline-plugin/commit/a077cf83b4167aed716d11c2a9f5e8c8f69adc4c
  Author: Manuel Recena 
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M 
src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly
M src/main/webapp/css/main.css
R src/main/webapp/images/clock-small.png

  Log Message:
  ---
  [JENKINS-31746] Reviewing the semantic markup


  Commit: 9aa9f59ecf88718a1d17d096ac738f0335fb41f2
  
https://github.com/jenkinsci/build-pipeline-plugin/commit/9aa9f59ecf88718a1d17d096ac738f0335fb41f2
  Author: Manuel Recena 
  Date:   2015-12-23 (Wed, 23 Dec 2015)

  Changed paths:
M 
src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly
M src/main/webapp/css/main.css

  Log Message:
  ---
  [JENKINS-31746] Polishing details


  Commit: f37e6f04d5e80dd34f8b2afd459ea3deb890daf6
  
https://github.com/jenkinsci/build-pipeline-plugin/commit/f37e6f04d5e80dd34f8b2afd459ea3deb890daf6
  Author: Manuel Recena 
  Date:   2015-12-23 (Wed, 23 Dec 2015)

  Changed paths:
M 
src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly
M src/main/webapp/css/main.css

  Log Message:
  ---
  [JENKINS-31746] More clean up


  Commit: 94e6144d50a19a35ac46b089d8dd929446a6ef82
  
https://github.com/jenkinsci/build-pipeline-plugin/commit/94e6144d50a19a35ac46b089d8dd929446a6ef82
  Author: Manuel Recena 
  Date:   2015-12-23 (Wed, 23 Dec 2015)

  Changed paths:
M src/main/webapp/css/main.css
R src/main/webapp/images/application_xp_terminal.png
R src/main/webapp/images/user-small.png
A src/main/webapp/images/user.png

  Log Message:
  ---
  [JENKINS-31746] More clean up


  Commit: a7c4c8dcdb4ba87c9ced1e95dfdf0488c5d8eb39
  
https://github.com/jenkinsci/build-pipeline-plugin/commit/a7c4c8dcdb4ba87c9ced1e95dfdf0488c5d8eb39
  Author: Manuel Recena 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M 
src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/BuildPipelineView/bpp.jelly
M 

[jenkinsci/job-dsl-plugin] 3d7203: JENKINS-32285 Making BuildParametersContext extens...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-dsl-plugin
  Commit: 3d7203d2f9b0298d6267b00cfdba321050821df9
  
https://github.com/jenkinsci/job-dsl-plugin/commit/3d7203d2f9b0298d6267b00cfdba321050821df9
  Author: Damien Coraboeuf 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/Job.groovy
M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/BuildParametersContext.groovy
M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/wrapper/ReleaseContext.groovy
M 
job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/helpers/BuildParametersContextSpec.groovy

  Log Message:
  ---
  JENKINS-32285 Making BuildParametersContext extensible


  Commit: f6e97ec3933e6a6b863d058b681b9309bcbe4415
  
https://github.com/jenkinsci/job-dsl-plugin/commit/f6e97ec3933e6a6b863d058b681b9309bcbe4415
  Author: Daniel Spilker 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M docs/Extending-the-DSL.md
M docs/Home.md
M job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/Job.groovy
M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/BuildParametersContext.groovy
M 
job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/wrapper/ReleaseContext.groovy
M 
job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/helpers/BuildParametersContextSpec.groovy

  Log Message:
  ---
  Merge remote-tracking branch 'dcoraboeuf/master'

[FIXES JENKINS-32285]


Compare: 
https://github.com/jenkinsci/job-dsl-plugin/compare/b84dbb1c4149...f6e97ec3933e

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


[jenkinsci/javadoc-plugin] 355623: Make Javadoc browsing work with Content Security P...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/javadoc-plugin
  Commit: 355623a56932fc4f27680c8012cd455a3eaadb2b
  
https://github.com/jenkinsci/javadoc-plugin/commit/355623a56932fc4f27680c8012cd455a3eaadb2b
  Author: Daniel Beck 
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
M src/main/java/hudson/tasks/JavadocArchiver.java

  Log Message:
  ---
  Make Javadoc browsing work with Content Security Policy

By default, this will show the noframes index page, if it exists.
This behavior can be overridden by setting the system property
'hudson.tasks.JavadocArchiver.useFramelessIndex' to 'false'.


  Commit: 9f9f795ae041dc7f3651008edfebe4b02533dc44
  
https://github.com/jenkinsci/javadoc-plugin/commit/9f9f795ae041dc7f3651008edfebe4b02533dc44
  Author: Jesse Glick 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M src/main/java/hudson/tasks/JavadocArchiver.java

  Log Message:
  ---
  Merge pull request #4 from daniel-beck/SECURITY-95

Make Javadoc browsing work with Content Security Policy


Compare: 
https://github.com/jenkinsci/javadoc-plugin/compare/9ada9c982ad7...9f9f795ae041

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


[jenkinsci/groovy-plugin] a9f500: Remove distributionManagement

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-plugin
  Commit: a9f5008c0e78dece0a49ce5e86fd8d32af747968
  
https://github.com/jenkinsci/groovy-plugin/commit/a9f5008c0e78dece0a49ce5e86fd8d32af747968
  Author: Oliver Gondža 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Remove distributionManagement


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


[jenkinsci/groovy-plugin] 3f3ec9: [maven-release-plugin] prepare release groovy-1.29

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-plugin
  Commit: 3f3ec90a30f329b85d4285846064b97b4108ac9c
  
https://github.com/jenkinsci/groovy-plugin/commit/3f3ec90a30f329b85d4285846064b97b4108ac9c
  Author: CloudBees DEV@Cloud 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release groovy-1.29


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


[jenkinsci/groovy-plugin] e87603: [maven-release-plugin] prepare for next developmen...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-plugin
  Commit: e8760398299dd5d68940d9352a41523039ac
  
https://github.com/jenkinsci/groovy-plugin/commit/e8760398299dd5d68940d9352a41523039ac
  Author: CloudBees DEV@Cloud 
  Date:   2016-01-05 (Tue, 05 Jan 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/groovy-plugin]

2016-01-05 Thread GitHub
  Branch: refs/tags/groovy-1.29
  Home:   https://github.com/jenkinsci/groovy-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.


[jenkins-infra/account-app] e280fe: Block persistent spammer.

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/account-app
  Commit: e280fef8e6a0c8434f400a1ea308159aab3215e9
  
https://github.com/jenkins-infra/account-app/commit/e280fef8e6a0c8434f400a1ea308159aab3215e9
  Author: Larry Shatzer, Jr 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M src/main/java/org/jenkinsci/account/Application.java

  Log Message:
  ---
  Block persistent spammer.


  Commit: 114cb98b345db4be822d8c1ac73d1e1051c9cdb6
  
https://github.com/jenkins-infra/account-app/commit/114cb98b345db4be822d8c1ac73d1e1051c9cdb6
  Author: R. Tyler Croy 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M src/main/java/org/jenkinsci/account/Application.java

  Log Message:
  ---
  Merge pull request #3 from larrys/master

Block persistent spammer.


Compare: 
https://github.com/jenkins-infra/account-app/compare/8680f2c19bcc...114cb98b345d

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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-failure-analyzer-plugin] e2fd99: [maven-release-plugin] prepare for next developmen...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-failure-analyzer-plugin
  Commit: e2fd99005b887a80ea0182bd92e39e6a1745d15d
  
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/e2fd99005b887a80ea0182bd92e39e6a1745d15d
  Author: Robert Sandell 
  Date:   2016-01-05 (Tue, 05 Jan 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/build-failure-analyzer-plugin]

2016-01-05 Thread GitHub
  Branch: refs/tags/build-failure-analyzer-1.13.3
  Home:   https://github.com/jenkinsci/build-failure-analyzer-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-failure-analyzer-plugin] 851848: [maven-release-plugin] prepare release build-failu...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-failure-analyzer-plugin
  Commit: 851848728603172a5485efde2ab6eac188662ffc
  
https://github.com/jenkinsci/build-failure-analyzer-plugin/commit/851848728603172a5485efde2ab6eac188662ffc
  Author: Robert Sandell 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release build-failure-analyzer-1.13.3


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] d1d08b: More explicit Jenkins WAR specification should tak...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: d1d08b8a0e7115ef77e46688b1f52e2914653565
  
https://github.com/jenkinsci/acceptance-test-harness/commit/d1d08b8a0e7115ef77e46688b1f52e2914653565
  Author: Oliver Gondža 
  Date:   2015-12-22 (Tue, 22 Dec 2015)

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

  Log Message:
  ---
  More explicit Jenkins WAR specification should take precedence


  Commit: 64dd3f67f29107d589f18e690481a37cd03eadfa
  
https://github.com/jenkinsci/acceptance-test-harness/commit/64dd3f67f29107d589f18e690481a37cd03eadfa
  Author: Oliver Gondža 
  Date:   2015-12-22 (Tue, 22 Dec 2015)

  Changed paths:
M README.md
M docs/INVESTIGATION.md

  Log Message:
  ---
  Move recorder documentation where it belongs


  Commit: 1de83b4655f96668cef0a20af02c360d40c0a898
  
https://github.com/jenkinsci/acceptance-test-harness/commit/1de83b4655f96668cef0a20af02c360d40c0a898
  Author: Oliver Gondža 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M src/test/java/plugins/OpenstackCloudPluginTest.java

  Log Message:
  ---
  Save the config page before leaving


Compare: 
https://github.com/jenkinsci/acceptance-test-harness/compare/e0568c95d126...1de83b4655f9

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


[jenkinsci/groovy-plugin]

2016-01-05 Thread GitHub
  Branch: refs/tags/groovy-1.28
  Home:   https://github.com/jenkinsci/groovy-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/groovy-plugin] b58a35: [maven-release-plugin] prepare for next developmen...

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-plugin
  Commit: b58a35b4ec6027e428a819ede19f2e396c3a20e3
  
https://github.com/jenkinsci/groovy-plugin/commit/b58a35b4ec6027e428a819ede19f2e396c3a20e3
  Author: Oliver Gondža 
  Date:   2016-01-05 (Tue, 05 Jan 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/groovy-plugin] f43058: [maven-release-plugin] prepare release groovy-1.28

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/groovy-plugin
  Commit: f430582ed91d1599eb78c43da4af2f8f79f2ff70
  
https://github.com/jenkinsci/groovy-plugin/commit/f430582ed91d1599eb78c43da4af2f8f79f2ff70
  Author: Oliver Gondža 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release groovy-1.28


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


[jenkinsci/job-dsl-plugin] 348db1: updated gh-pages for 1.42

2016-01-05 Thread GitHub
  Branch: refs/heads/gh-pages
  Home:   https://github.com/jenkinsci/job-dsl-plugin
  Commit: 348db15b1fe3f8af3de7b185c3cfd6d0f232485c
  
https://github.com/jenkinsci/job-dsl-plugin/commit/348db15b1fe3f8af3de7b185c3cfd6d0f232485c
  Author: Daniel Spilker 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
A build/data/dsl-1.42.json
M build/data/update-center.jsonp
M build/dist/js/app.js
M index.html

  Log Message:
  ---
  updated gh-pages for 1.42


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] f97dbc: Releasing 1.42

2016-01-05 Thread GitHub
  Branch: refs/tags/job-dsl-1.42
  Home:   https://github.com/jenkinsci/job-dsl-plugin
  Commit: f97dbc7308c9f370f5cb08f9c6489613f419002a
  
https://github.com/jenkinsci/job-dsl-plugin/commit/f97dbc7308c9f370f5cb08f9c6489613f419002a
  Author: Daniel Spilker 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M docs/Extending-the-DSL.md
M docs/Home.md
M docs/IDE-Support.md
M gradle.properties
M job-dsl-api-viewer/index.html
M job-dsl-plugin/build.gradle

  Log Message:
  ---
  Releasing 1.42


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop 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] f97dbc: Releasing 1.42

2016-01-05 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/job-dsl-plugin
  Commit: f97dbc7308c9f370f5cb08f9c6489613f419002a
  
https://github.com/jenkinsci/job-dsl-plugin/commit/f97dbc7308c9f370f5cb08f9c6489613f419002a
  Author: Daniel Spilker 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M docs/Extending-the-DSL.md
M docs/Home.md
M docs/IDE-Support.md
M gradle.properties
M job-dsl-api-viewer/index.html
M job-dsl-plugin/build.gradle

  Log Message:
  ---
  Releasing 1.42


  Commit: b84dbb1c41493e684ad4e7d500120751d3298c78
  
https://github.com/jenkinsci/job-dsl-plugin/commit/b84dbb1c41493e684ad4e7d500120751d3298c78
  Author: Daniel Spilker 
  Date:   2016-01-05 (Tue, 05 Jan 2016)

  Changed paths:
M docs/Home.md
M gradle.properties
M job-dsl-api-viewer/build.gradle
M job-dsl-api-viewer/index.html

  Log Message:
  ---
  Bumping to next rev


Compare: 
https://github.com/jenkinsci/job-dsl-plugin/compare/35c1c9363c16...b84dbb1c4149

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