[jenkinsci/sectioned-view-plugin] 1d38bb: Adding distributionManagement configuration
Branch: refs/heads/master Home: https://github.com/jenkinsci/sectioned-view-plugin Commit: 1d38bbc9c954ca2035c9acfde98fb75b6d1b3f22 https://github.com/jenkinsci/sectioned-view-plugin/commit/1d38bbc9c954ca2035c9acfde98fb75b6d1b3f22 Author: recena Date: 2015-07-10 (Fri, 10 Jul 2015) Changed paths: M pom.xml Log Message: --- Adding distributionManagement configuration -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop 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] 95e055: Add Scoverage plugin to list of supported plugins.
Branch: refs/heads/master Home: https://github.com/jenkinsci/workflow-plugin Commit: 95e055ca7fc62236f131b4ea035bc9f154f3745e https://github.com/jenkinsci/workflow-plugin/commit/95e055ca7fc62236f131b4ea035bc9f154f3745e Author: Greg Symons Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M COMPATIBILITY.md Log Message: --- Add Scoverage plugin to list of supported plugins. It hasn't been released yet, but it has been merged in. Commit: 17c68d6f2f34b77f6aad99285726350bc93fe4f0 https://github.com/jenkinsci/workflow-plugin/commit/17c68d6f2f34b77f6aad99285726350bc93fe4f0 Author: Greg Symons Date: 2015-07-02 (Thu, 02 Jul 2015) Changed paths: M COMPATIBILITY.md Log Message: --- Get the version number right I have no idea where 0.8 came from, but 1.2 is the next version, I think. Commit: c199aa971ea56cf2a53e65c34d3b92448269c087 https://github.com/jenkinsci/workflow-plugin/commit/c199aa971ea56cf2a53e65c34d3b92448269c087 Author: Oleg Nenashev Date: 2015-07-10 (Fri, 10 Jul 2015) Changed paths: M COMPATIBILITY.md Log Message: --- Merge pull request #148 from gregsymons/patch-1 Add Scoverage plugin to list of supported plugins. Compare: https://github.com/jenkinsci/workflow-plugin/compare/727f2462606a...c199aa971ea5 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/ghprb-plugin] 30c8d3: Bringing #36 into current structure.
Branch: refs/heads/pr36 Home: https://github.com/jenkinsci/ghprb-plugin Commit: 30c8d348f7f38484133c35fd9f7a9b95abf75820 https://github.com/jenkinsci/ghprb-plugin/commit/30c8d348f7f38484133c35fd9f7a9b95abf75820 Author: David Tanner Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbBuilds.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/config.groovy R src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-accessToken.html A src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-buildDescTemplate.html R src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-logExcerptLines.html R src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-password.html Log Message: --- Bringing #36 into current structure. The default is applied whenever the string is empty though. Also any build env variables are replaced in the build description string -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/ghprb-plugin] e0acfb: [JENKINS-25572] fix condition where admin can't ru...
Branch: refs/heads/master Home: https://github.com/jenkinsci/ghprb-plugin Commit: e0acfbb24f70e0ea10939bd648db0fff4bde4d99 https://github.com/jenkinsci/ghprb-plugin/commit/e0acfbb24f70e0ea10939bd648db0fff4bde4d99 Author: Travis Johnson Date: 2014-11-13 (Thu, 13 Nov 2014) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java Log Message: --- [JENKINS-25572] fix condition where admin can't run tests If a project is set to "trigger only", and an admin adds the test/retest phrase in a comment, nothing would happen. The logs would display "Trigger only phrase but we are not triggered". This is because the `triggered` variable was set to true on every other instance of manually triggering a build, *except* when an admin made the comment. Commit: 774662aa8b9f7abbdbb1dd002a7d5e03f9c176b5 https://github.com/jenkinsci/ghprb-plugin/commit/774662aa8b9f7abbdbb1dd002a7d5e03f9c176b5 Author: Travis Johnson Date: 2014-11-13 (Thu, 13 Nov 2014) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java Log Message: --- [JENKINS-25574] accept whitelisted users existing PR's if a user has a PR, *then* gets whitelisted, the existing PR's are still unaccepted. Commit: 4b0d8ab49ab8643429ec91356aec8d4e81b62051 https://github.com/jenkinsci/ghprb-plugin/commit/4b0d8ab49ab8643429ec91356aec8d4e81b62051 Author: Travis Johnson Date: 2014-11-13 (Thu, 13 Nov 2014) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java Log Message: --- [JENKINS-25603] avoid stale configuration a bunch of `private final` values had to be replaced with private methods, this is because the configuration could change after a PR is made, but without this change each PR would still be using the configuration as it existed when it was created. Commit: 2c86807294fe351b00dcbd73228ce66c01c6cd66 https://github.com/jenkinsci/ghprb-plugin/commit/2c86807294fe351b00dcbd73228ce66c01c6cd66 Author: Travis Johnson Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useGitHubHooks.html Log Message: --- Merge branch 'master' into patch-1 Commit: 1f4287be5dd087c98d67ec09a60ea86294b57ed1 https://github.com/jenkinsci/ghprb-plugin/commit/1f4287be5dd087c98d67ec09a60ea86294b57ed1 Author: David Tanner Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java Log Message: --- Merging in with master Commit: baf07f87fd508d73c396430544b0b35de8e6c1d6 https://github.com/jenkinsci/ghprb-plugin/commit/baf07f87fd508d73c396430544b0b35de8e6c1d6 Author: David Tanner Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java Log Message: --- Retest phrase should not set triggered Commit: b8f18865a5adb4278a412389e9bce682103acc1d https://github.com/jenkinsci/ghprb-plugin/commit/b8f18865a5adb4278a412389e9bce682103acc1d Author: David Tanner Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java Log Message: --- Merge pull request #138 from jenkinsci/conslo-patch-1 Conslo patch 1 Compare: https://github.com/jenkinsci/ghprb-plugin/compare/89dfcb7bb5f3...b8f18865a5ad -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/ghprb-plugin]
Branch: refs/heads/conslo-patch-1 Home: https://github.com/jenkinsci/ghprb-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/ghprb-plugin] baf07f: Retest phrase should not set triggered
Branch: refs/heads/conslo-patch-1 Home: https://github.com/jenkinsci/ghprb-plugin Commit: baf07f87fd508d73c396430544b0b35de8e6c1d6 https://github.com/jenkinsci/ghprb-plugin/commit/baf07f87fd508d73c396430544b0b35de8e6c1d6 Author: David Tanner Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java Log Message: --- Retest phrase should not set triggered -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/ghprb-plugin] e0acfb: [JENKINS-25572] fix condition where admin can't ru...
Branch: refs/heads/conslo-patch-1 Home: https://github.com/jenkinsci/ghprb-plugin Commit: e0acfbb24f70e0ea10939bd648db0fff4bde4d99 https://github.com/jenkinsci/ghprb-plugin/commit/e0acfbb24f70e0ea10939bd648db0fff4bde4d99 Author: Travis Johnson Date: 2014-11-13 (Thu, 13 Nov 2014) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java Log Message: --- [JENKINS-25572] fix condition where admin can't run tests If a project is set to "trigger only", and an admin adds the test/retest phrase in a comment, nothing would happen. The logs would display "Trigger only phrase but we are not triggered". This is because the `triggered` variable was set to true on every other instance of manually triggering a build, *except* when an admin made the comment. Commit: 774662aa8b9f7abbdbb1dd002a7d5e03f9c176b5 https://github.com/jenkinsci/ghprb-plugin/commit/774662aa8b9f7abbdbb1dd002a7d5e03f9c176b5 Author: Travis Johnson Date: 2014-11-13 (Thu, 13 Nov 2014) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java Log Message: --- [JENKINS-25574] accept whitelisted users existing PR's if a user has a PR, *then* gets whitelisted, the existing PR's are still unaccepted. Commit: 4b0d8ab49ab8643429ec91356aec8d4e81b62051 https://github.com/jenkinsci/ghprb-plugin/commit/4b0d8ab49ab8643429ec91356aec8d4e81b62051 Author: Travis Johnson Date: 2014-11-13 (Thu, 13 Nov 2014) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java Log Message: --- [JENKINS-25603] avoid stale configuration a bunch of `private final` values had to be replaced with private methods, this is because the configuration could change after a PR is made, but without this change each PR would still be using the configuration as it existed when it was created. Commit: 2c86807294fe351b00dcbd73228ce66c01c6cd66 https://github.com/jenkinsci/ghprb-plugin/commit/2c86807294fe351b00dcbd73228ce66c01c6cd66 Author: Travis Johnson Date: 2014-11-18 (Tue, 18 Nov 2014) Changed paths: M src/main/resources/org/jenkinsci/plugins/ghprb/GhprbTrigger/help-useGitHubHooks.html Log Message: --- Merge branch 'master' into patch-1 Commit: 1f4287be5dd087c98d67ec09a60ea86294b57ed1 https://github.com/jenkinsci/ghprb-plugin/commit/1f4287be5dd087c98d67ec09a60ea86294b57ed1 Author: David Tanner Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/Ghprb.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java Log Message: --- Merging in with master Compare: https://github.com/jenkinsci/ghprb-plugin/compare/e0acfbb24f70^...1f4287be5dd0 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/ghprb-plugin] 32ca6c: Only keep the auth id in the job config
Branch: refs/heads/env-variables Home: https://github.com/jenkinsci/ghprb-plugin Commit: 32ca6c05455c720156cb2006e32f5207bdab6488 https://github.com/jenkinsci/ghprb-plugin/commit/32ca6c05455c720156cb2006e32f5207bdab6488 Author: David Tanner Date: 2015-07-07 (Tue, 07 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTriggerBackwardsCompatible.java Log Message: --- Only keep the auth id in the job config Commit: 02337d99d4131733835b9a81d10ec47c4498c960 https://github.com/jenkinsci/ghprb-plugin/commit/02337d99d4131733835b9a81d10ec47c4498c960 Author: David Tanner Date: 2015-07-07 (Tue, 07 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTrigger.java M src/main/java/org/jenkinsci/plugins/ghprb/GhprbTriggerBackwardsCompatible.java Log Message: --- Merge pull request #132 from jenkinsci/issue131 Only keep the auth id in the job config Commit: e5a09d82f1513e9371b5cee2bcf68e23a1e1c98d https://github.com/jenkinsci/ghprb-plugin/commit/e5a09d82f1513e9371b5cee2bcf68e23a1e1c98d Author: David Tanner Date: 2015-07-07 (Tue, 07 Jul 2015) Changed paths: M README.md Log Message: --- Update readme Commit: 59577832941e0007f56bcea860694202c572bc2d https://github.com/jenkinsci/ghprb-plugin/commit/59577832941e0007f56bcea860694202c572bc2d Author: David Tanner Date: 2015-07-07 (Tue, 07 Jul 2015) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release ghprb-1.24.7 Commit: 470d80c994327739e133861344d85caf1fea410a https://github.com/jenkinsci/ghprb-plugin/commit/470d80c994327739e133861344d85caf1fea410a Author: David Tanner Date: 2015-07-07 (Tue, 07 Jul 2015) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration Commit: cc2aef459b68f1fc99e6f6351848e595632b68fe https://github.com/jenkinsci/ghprb-plugin/commit/cc2aef459b68f1fc99e6f6351848e595632b68fe Author: David Tanner Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java Log Message: --- Fix issue introduced when consolidating logic Commit: aa8af539e007b5d10172f521b538247f3b738814 https://github.com/jenkinsci/ghprb-plugin/commit/aa8af539e007b5d10172f521b538247f3b738814 Author: David Tanner Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java Log Message: --- Fix test so it catches bug #134 Commit: 334a52c2366e713a21eb1b301462e0890c889ca1 https://github.com/jenkinsci/ghprb-plugin/commit/334a52c2366e713a21eb1b301462e0890c889ca1 Author: David Tanner Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbPullRequest.java M src/test/java/org/jenkinsci/plugins/ghprb/GhprbRepositoryTest.java Log Message: --- Merge pull request #135 from jenkinsci/fix-comments Fix issue introduced when consolidating logic Commit: d8514642766b052f146ad536e94958543165356d https://github.com/jenkinsci/ghprb-plugin/commit/d8514642766b052f146ad536e94958543165356d Author: David Tanner Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release ghprb-1.24.8 Commit: 0c46fb871c3a94a455a53a3a036a17e67b71562c https://github.com/jenkinsci/ghprb-plugin/commit/0c46fb871c3a94a455a53a3a036a17e67b71562c Author: David Tanner Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare for next development iteration Commit: 41fa937309968ddec9f4a1a2ef6cb6b5bf8f5c4b https://github.com/jenkinsci/ghprb-plugin/commit/41fa937309968ddec9f4a1a2ef6cb6b5bf8f5c4b Author: Jesse Glick Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java Log Message: --- [FIXED JENKINS-29322] ServletRequest.getEncoding may be null. Commit: 89dfcb7bb5f3e30a43460a825e99b950a055efe0 https://github.com/jenkinsci/ghprb-plugin/commit/89dfcb7bb5f3e30a43460a825e99b950a055efe0 Author: David Tanner Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java Log Message: --- Merge pull request #137 from jglick/NPE-JENKINS-29322 [JENKINS-29322] ServletRequest.getEncoding may be null Commit: dedf1d9756fa36d7d029cf7d30d7aeff7d6b7270 https://github.com/jenkinsci/ghprb-plugin/commit/dedf1d9756fa36d7d029cf7d30d7aeff7d6b7270 Author: David Tanner Date: 2015-07-09 (Thu, 09 Jul 2015) Changed pa
[jenkinsci/phabricator-plugin] 6043c2: Lint more things
Branch: refs/heads/master Home: https://github.com/jenkinsci/phabricator-plugin Commit: 6043c29e7e7379d731b05927659f971089163d4e https://github.com/jenkinsci/phabricator-plugin/commit/6043c29e7e7379d731b05927659f971089163d4e Author: Aiden Scandella Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M config/checkstyle.xml M src/main/java/com/uber/jenkins/phabricator/PhabricatorBuildWrapperDescriptor.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifier.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifierDescriptor.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorPlugin.java Log Message: --- Lint more things Commit: ffbd2f279c475a280729a99a6c5c06980b15f520 https://github.com/jenkinsci/phabricator-plugin/commit/ffbd2f279c475a280729a99a6c5c06980b15f520 Author: Aiden Scandella Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifier.java Log Message: --- Make DEFAULT_COMMENT_SIZE a final static Commit: fe3e93beda57e701e80ef6fe97a3f25ba5173888 https://github.com/jenkinsci/phabricator-plugin/commit/fe3e93beda57e701e80ef6fe97a3f25ba5173888 Author: Aiden Scandella Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M config/checkstyle.xml M src/main/java/com/uber/jenkins/phabricator/PhabricatorBuildWrapperDescriptor.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifier.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifierDescriptor.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorPlugin.java Log Message: --- Merge pull request #46 from uber/more-linting Lint more things Compare: https://github.com/jenkinsci/phabricator-plugin/compare/28d4de8f5196...fe3e93beda57 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/copyartifact-plugin]
Branch: refs/heads/findbugs Home: https://github.com/jenkinsci/copyartifact-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/copyartifact-plugin] c324b5: Configured FindBugs xml output
Branch: refs/heads/master Home: https://github.com/jenkinsci/copyartifact-plugin Commit: c324b5e90943f3b53e61786662c6ae7f2417fd52 https://github.com/jenkinsci/copyartifact-plugin/commit/c324b5e90943f3b53e61786662c6ae7f2417fd52 Author: Robert Sandell Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M pom.xml Log Message: --- Configured FindBugs xml output Commit: aab363f416c651735cc283a347444f304ae5a934 https://github.com/jenkinsci/copyartifact-plugin/commit/aab363f416c651735cc283a347444f304ae5a934 Author: ikedam Date: 2015-07-10 (Fri, 10 Jul 2015) Changed paths: M pom.xml Log Message: --- Merge pull request #67 from jenkinsci/findbugs Configured FindBugs xml output Compare: https://github.com/jenkinsci/copyartifact-plugin/compare/6830624be101...aab363f416c6 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/coverity-plugin] 88bc67: Remove trailing spaces
Branch: refs/heads/master Home: https://github.com/jenkinsci/coverity-plugin Commit: 88bc67bf6ec9b67795c45d66e7b01aca0ad772f6 https://github.com/jenkinsci/coverity-plugin/commit/88bc67bf6ec9b67795c45d66e7b01aca0ad772f6 Author: Oleg Nenashev Date: 2015-07-10 (Fri, 10 Jul 2015) Changed paths: M README.md Log Message: --- Remove trailing 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/coverity-plugin] edbaeb: Revert "[maven-release-plugin] prepare release cov...
Branch: refs/heads/master Home: https://github.com/jenkinsci/coverity-plugin Commit: edbaeb9098948a4c7f25d235b9db4ed38aae8943 https://github.com/jenkinsci/coverity-plugin/commit/edbaeb9098948a4c7f25d235b9db4ed38aae8943 Author: Franco Rossi Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- Revert "[maven-release-plugin] prepare release coverity-1.5.2" This reverts commit d9a87f06935d78d19b828ca07b9a0278ccc9c0fb. Conflicts: pom.xml -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/coverity-plugin] 7a8e8a: Revert "[maven-release-plugin] prepare release cov...
Branch: refs/heads/master Home: https://github.com/jenkinsci/coverity-plugin Commit: 7a8e8a5f397e588cb5088d1a63df1ea84577fc3e https://github.com/jenkinsci/coverity-plugin/commit/7a8e8a5f397e588cb5088d1a63df1ea84577fc3e Author: Franco Rossi Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- Revert "[maven-release-plugin] prepare release coverity-1.5.2" This reverts commit 864ccca14d6a925c188b318d06bee7c1f23361b7. Commit: 2dd7051d0ab00cecd8d115728972652595d44d72 https://github.com/jenkinsci/coverity-plugin/commit/2dd7051d0ab00cecd8d115728972652595d44d72 Author: Franco Rossi Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- Revert "Merge branch 'master' of github.com:jenkinsci/coverity-plugin" This reverts commit 3ac8fdb2ef0a8fbad6ac0891934b15712d0ae670, reversing changes made to 7733839d872fca574149d962d7e24467e5e667fd. Commit: 51c74da53ce8596ebea83c5b64d715551ef72f18 https://github.com/jenkinsci/coverity-plugin/commit/51c74da53ce8596ebea83c5b64d715551ef72f18 Author: Franco Rossi Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- Revert "Fix SCM config in pom.xml" This reverts commit 2799204f49ca58654fe6fd50abe3877e7754160f. Compare: https://github.com/jenkinsci/coverity-plugin/compare/864ccca14d6a...51c74da53ce8 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/ghprb-plugin] 41fa93: [FIXED JENKINS-29322] ServletRequest.getEncoding m...
Branch: refs/heads/master Home: https://github.com/jenkinsci/ghprb-plugin Commit: 41fa937309968ddec9f4a1a2ef6cb6b5bf8f5c4b https://github.com/jenkinsci/ghprb-plugin/commit/41fa937309968ddec9f4a1a2ef6cb6b5bf8f5c4b Author: Jesse Glick Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java Log Message: --- [FIXED JENKINS-29322] ServletRequest.getEncoding may be null. Commit: 89dfcb7bb5f3e30a43460a825e99b950a055efe0 https://github.com/jenkinsci/ghprb-plugin/commit/89dfcb7bb5f3e30a43460a825e99b950a055efe0 Author: David Tanner Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/ghprb/GhprbRootAction.java Log Message: --- Merge pull request #137 from jglick/NPE-JENKINS-29322 [JENKINS-29322] ServletRequest.getEncoding may be null Compare: https://github.com/jenkinsci/ghprb-plugin/compare/0c46fb871c3a...89dfcb7bb5f3 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/coverity-plugin] b94248: Modifying pom for release 1.5.2
Branch: refs/heads/master Home: https://github.com/jenkinsci/coverity-plugin Commit: b94248d82172d0f97d801d0a3165bf4aee61223e https://github.com/jenkinsci/coverity-plugin/commit/b94248d82172d0f97d801d0a3165bf4aee61223e Author: Franco Rossi Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- Modifying pom for release 1.5.2 Commit: c347e954867392fc54894eb245f93ef27d22454e https://github.com/jenkinsci/coverity-plugin/commit/c347e954867392fc54894eb245f93ef27d22454e Author: Franco Rossi Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- Modifying pom for release. Commit: 8d7ccd2f4bae2575f18f63e8304f925a25cc8267 https://github.com/jenkinsci/coverity-plugin/commit/8d7ccd2f4bae2575f18f63e8304f925a25cc8267 Author: Franco Rossi Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M release.properties Log Message: --- Modifying release.properties for 1.5.2 Commit: 3ac8fdb2ef0a8fbad6ac0891934b15712d0ae670 https://github.com/jenkinsci/coverity-plugin/commit/3ac8fdb2ef0a8fbad6ac0891934b15712d0ae670 Author: Franco Rossi Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M README.md M pom.xml R release.properties Log Message: --- Merge branch 'master' of github.com:jenkinsci/coverity-plugin Conflicts: pom.xml release.properties Commit: 864ccca14d6a925c188b318d06bee7c1f23361b7 https://github.com/jenkinsci/coverity-plugin/commit/864ccca14d6a925c188b318d06bee7c1f23361b7 Author: Franco Rossi Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release coverity-1.5.2 Compare: https://github.com/jenkinsci/coverity-plugin/compare/7733839d872f...864ccca14d6a -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/sectioned-view-plugin] aff282: [JENKINS-29250] Sectioned View appearance broken i...
Branch: refs/heads/master Home: https://github.com/jenkinsci/sectioned-view-plugin Commit: aff28270f87b0d0fc89dc2cba1e4e2e3d897a49b https://github.com/jenkinsci/sectioned-view-plugin/commit/aff28270f87b0d0fc89dc2cba1e4e2e3d897a49b Author: recena Date: 2015-07-07 (Tue, 07 Jul 2015) Changed paths: M src/main/webapp/sectioned-view.css Log Message: --- [JENKINS-29250] Sectioned View appearance broken in 1.619 Commit: afccd1726d654bde75ebd8da1917426f1d406d31 https://github.com/jenkinsci/sectioned-view-plugin/commit/afccd1726d654bde75ebd8da1917426f1d406d31 Author: Manuel Recena Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/webapp/sectioned-view.css Log Message: --- Merge pull request #8 from recena/JENKINS-29250 [JENKINS-29250] Sectioned View appearance broken in 1.619 Compare: https://github.com/jenkinsci/sectioned-view-plugin/compare/b8454f938d38...afccd1726d65 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/template-project-plugin] b71d06: Add a link to the template job for easy configurat...
Branch: refs/heads/master Home: https://github.com/jenkinsci/template-project-plugin Commit: b71d06424ffc495292f6187f5e278a2b23f17161 https://github.com/jenkinsci/template-project-plugin/commit/b71d06424ffc495292f6187f5e278a2b23f17161 Author: Levon Saldamli Date: 2013-03-05 (Tue, 05 Mar 2013) Changed paths: M src/main/java/hudson/plugins/templateproject/ProxyBuilder.java M src/main/java/hudson/plugins/templateproject/ProxyPublisher.java M src/main/java/hudson/plugins/templateproject/ProxySCM.java M src/main/resources/hudson/plugins/templateproject/ProxyBuilder/config.jelly M src/main/resources/hudson/plugins/templateproject/ProxyPublisher/config.jelly M src/main/resources/hudson/plugins/templateproject/ProxySCM/config.jelly Log Message: --- Add a link to the template job for easy configuration Commit: 2ee19f5dbfc3e4d582bb24f194d6edbd27b9a6e1 https://github.com/jenkinsci/template-project-plugin/commit/2ee19f5dbfc3e4d582bb24f194d6edbd27b9a6e1 Author: Levon Saldamli Date: 2015-05-24 (Sun, 24 May 2015) Changed paths: M src/main/java/hudson/plugins/templateproject/ProxyBuilder.java M src/main/java/hudson/plugins/templateproject/ProxyPublisher.java M src/main/java/hudson/plugins/templateproject/ProxySCM.java Log Message: --- Converted spaces to tabs. Commit: cb8d1d99dcb3bfd54ecfdf4a83b4a066871f0d84 https://github.com/jenkinsci/template-project-plugin/commit/cb8d1d99dcb3bfd54ecfdf4a83b4a066871f0d84 Author: Levon Saldamli Date: 2015-05-24 (Sun, 24 May 2015) Changed paths: M pom.xml A src/main/java/hudson/plugins/templateproject/ItemListenerImpl.java M src/main/java/hudson/plugins/templateproject/ProxyBuilder.java M src/main/java/hudson/plugins/templateproject/ProxyPublisher.java M src/main/java/hudson/plugins/templateproject/ProxySCM.java A src/main/java/hudson/plugins/templateproject/UpdateTransientProperty.java Log Message: --- Merge branch 'master' of github.com:jenkinsci/template-project-plugin Conflicts: src/main/java/hudson/plugins/templateproject/ProxyBuilder.java src/main/java/hudson/plugins/templateproject/ProxySCM.java Commit: 50e7b3bfcd3efafdc21cf6736a45e01aaccd7450 https://github.com/jenkinsci/template-project-plugin/commit/50e7b3bfcd3efafdc21cf6736a45e01aaccd7450 Author: Levon Saldamli Date: 2015-05-24 (Sun, 24 May 2015) Changed paths: M src/main/java/hudson/plugins/templateproject/ProxyBuilder.java Log Message: --- More merge fix. Commit: f77674d41bd0ff9551d3965118020196c6437fb6 https://github.com/jenkinsci/template-project-plugin/commit/f77674d41bd0ff9551d3965118020196c6437fb6 Author: Brenton B Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/hudson/plugins/templateproject/ProxyBuilder.java M src/main/java/hudson/plugins/templateproject/ProxyPublisher.java M src/main/java/hudson/plugins/templateproject/ProxySCM.java M src/main/resources/hudson/plugins/templateproject/ProxyBuilder/config.jelly M src/main/resources/hudson/plugins/templateproject/ProxyPublisher/config.jelly M src/main/resources/hudson/plugins/templateproject/ProxySCM/config.jelly Log Message: --- Merge pull request #4 from levsa/master Links to template jobs Compare: https://github.com/jenkinsci/template-project-plugin/compare/937ccb448507...f77674d41bd0 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/coverity-plugin] 773383: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/coverity-plugin Commit: 7733839d872fca574149d962d7e24467e5e667fd https://github.com/jenkinsci/coverity-plugin/commit/7733839d872fca574149d962d7e24467e5e667fd Author: Oleg Nenashev Date: 2015-07-10 (Fri, 10 Jul 2015) 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/coverity-plugin]
Branch: refs/tags/coverity-1.5.2 Home: https://github.com/jenkinsci/coverity-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/jenkins]
Branch: refs/tags/jenkins-1.609.2-rc1 Home: https://github.com/jenkinsci/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/coverity-plugin] 279920: Fix SCM config in pom.xml
Branch: refs/heads/master Home: https://github.com/jenkinsci/coverity-plugin Commit: 2799204f49ca58654fe6fd50abe3877e7754160f https://github.com/jenkinsci/coverity-plugin/commit/2799204f49ca58654fe6fd50abe3877e7754160f Author: Oleg Nenashev Date: 2015-07-10 (Fri, 10 Jul 2015) Changed paths: M pom.xml Log Message: --- Fix SCM config in pom.xml Commit: fcf67120b1bf995c4c364615cad23b46b4306296 https://github.com/jenkinsci/coverity-plugin/commit/fcf67120b1bf995c4c364615cad23b46b4306296 Author: Oleg Nenashev Date: 2015-07-10 (Fri, 10 Jul 2015) Changed paths: R release.properties Log Message: --- Deleted the property file Commit: ffe6d9dcda9c36474582779bd677615776447417 https://github.com/jenkinsci/coverity-plugin/commit/ffe6d9dcda9c36474582779bd677615776447417 Author: Oleg Nenashev Date: 2015-07-10 (Fri, 10 Jul 2015) Changed paths: M pom.xml Log Message: --- Developer versions need -SNAPSHOT Commit: d9a87f06935d78d19b828ca07b9a0278ccc9c0fb https://github.com/jenkinsci/coverity-plugin/commit/d9a87f06935d78d19b828ca07b9a0278ccc9c0fb Author: Oleg Nenashev Date: 2015-07-10 (Fri, 10 Jul 2015) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release coverity-1.5.2 Compare: https://github.com/jenkinsci/coverity-plugin/compare/ff21940eb8a3...d9a87f06935d -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/coverity-plugin] ff2194: Changing README in order to test permissions
Branch: refs/heads/master Home: https://github.com/jenkinsci/coverity-plugin Commit: ff21940eb8a3c89b7efd0ec32ca8ccda1c26997c https://github.com/jenkinsci/coverity-plugin/commit/ff21940eb8a3c89b7efd0ec32ca8ccda1c26997c Author: Franco Rossi Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M README.md Log Message: --- Changing README in order to test permissions -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/coverity-plugin] 75beb9: [maven-release-plugin] prepare release coverity-1....
Branch: refs/heads/master Home: https://github.com/jenkinsci/coverity-plugin Commit: 75beb984867e41f8af9f6b64c194450de1dbcdfd https://github.com/jenkinsci/coverity-plugin/commit/75beb984867e41f8af9f6b64c194450de1dbcdfd Author: Franco Rossi Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release coverity-1.5.2 Commit: 02eeccd2055f5a20e09d33230005972d33a29501 https://github.com/jenkinsci/coverity-plugin/commit/02eeccd2055f5a20e09d33230005972d33a29501 Author: Franco Rossi Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M README.md Log Message: --- Merge branch 'master' of github.com:jenkinsci/coverity-plugin Compare: https://github.com/jenkinsci/coverity-plugin/compare/f9cbec30897a...02eeccd2055f -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/zaproxy-plugin] 9de39e: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/zaproxy-plugin Commit: 9de39e9d9b55dcada7258e5d4ce126e25b130f9a https://github.com/jenkinsci/zaproxy-plugin/commit/9de39e9d9b55dcada7258e5d4ce126e25b130f9a Author: Johann Ollivier-Lapeyre Date: 2015-07-09 (Thu, 09 Jul 2015) 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/zaproxy-plugin] 291026: [maven-release-plugin] prepare release zaproxy-1.1...
Branch: refs/heads/master Home: https://github.com/jenkinsci/zaproxy-plugin Commit: 291026f5de36780db17a48de0768c995d4ce111b https://github.com/jenkinsci/zaproxy-plugin/commit/291026f5de36780db17a48de0768c995d4ce111b Author: Johann Ollivier-Lapeyre Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release zaproxy-1.1.4 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/zaproxy-plugin]
Branch: refs/tags/zaproxy-1.1.4 Home: https://github.com/jenkinsci/zaproxy-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/zaproxy-plugin] 4584a2: add the missing -SNAPSHOT
Branch: refs/heads/master Home: https://github.com/jenkinsci/zaproxy-plugin Commit: 4584a25573bd99f369012e511efef3841c975ba1 https://github.com/jenkinsci/zaproxy-plugin/commit/4584a25573bd99f369012e511efef3841c975ba1 Author: Johann Ollivier-Lapeyre Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- add the missing -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/zaproxy-plugin] 8316ab: [maven-release-plugin] prepare release zaproxy-1.1...
Branch: refs/heads/master Home: https://github.com/jenkinsci/zaproxy-plugin Commit: 8316ab450d8203ade1bb8e9afc3215827a58de18 https://github.com/jenkinsci/zaproxy-plugin/commit/8316ab450d8203ade1bb8e9afc3215827a58de18 Author: Johann Ollivier-Lapeyre Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release zaproxy-1.1.4 Commit: 8e326b743746efae1fd638497862ee37ba8b0ea3 https://github.com/jenkinsci/zaproxy-plugin/commit/8e326b743746efae1fd638497862ee37ba8b0ea3 Author: Johann Ollivier-Lapeyre Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- fix developerConnection url Compare: https://github.com/jenkinsci/zaproxy-plugin/compare/cccba7ee2612...8e326b743746 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop 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] 0c9695: Add checkstyle and lint
Branch: refs/heads/master Home: https://github.com/jenkinsci/phabricator-plugin Commit: 0c9695d0b2a245d6d4adff852b3eedf486be84c8 https://github.com/jenkinsci/phabricator-plugin/commit/0c9695d0b2a245d6d4adff852b3eedf486be84c8 Author: Aiden Scandella Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: A config/checkstyle.xml M pom.xml M src/main/java/com/uber/jenkins/phabricator/PhabricatorBuildWrapperDescriptor.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifier.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifierDescriptor.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorPlugin.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorPostbuildAction.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorPostbuildSummaryAction.java M src/main/java/com/uber/jenkins/phabricator/conduit/ArcanistClient.java M src/main/java/com/uber/jenkins/phabricator/conduit/Differential.java M src/main/java/com/uber/jenkins/phabricator/tasks/NonDifferentialBuildTask.java M src/main/java/com/uber/jenkins/phabricator/tasks/Task.java M src/main/java/com/uber/jenkins/phabricator/uberalls/UberallsClient.java Log Message: --- Add checkstyle and lint Commit: 95f39619e9d0063ea33ee372e6d3c736b93dcc37 https://github.com/jenkinsci/phabricator-plugin/commit/95f39619e9d0063ea33ee372e6d3c736b93dcc37 Author: Aiden Scandella Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M config/checkstyle.xml M src/main/java/com/uber/jenkins/phabricator/PhabricatorBuildWrapperDescriptor.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifierDescriptor.java M src/main/java/com/uber/jenkins/phabricator/conduit/ArcanistUsageException.java M src/main/java/com/uber/jenkins/phabricator/conduit/Differential.java M src/main/java/com/uber/jenkins/phabricator/conduit/DifferentialClient.java Log Message: --- Add double-blank-line check and fix lint Commit: 28d4de8f5196b5dc7a3e2993ceeca25e5267c2a0 https://github.com/jenkinsci/phabricator-plugin/commit/28d4de8f5196b5dc7a3e2993ceeca25e5267c2a0 Author: Aiden Scandella Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: A config/checkstyle.xml M pom.xml M src/main/java/com/uber/jenkins/phabricator/PhabricatorBuildWrapperDescriptor.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifier.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifierDescriptor.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorPlugin.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorPostbuildAction.java M src/main/java/com/uber/jenkins/phabricator/PhabricatorPostbuildSummaryAction.java M src/main/java/com/uber/jenkins/phabricator/conduit/ArcanistClient.java M src/main/java/com/uber/jenkins/phabricator/conduit/ArcanistUsageException.java M src/main/java/com/uber/jenkins/phabricator/conduit/Differential.java M src/main/java/com/uber/jenkins/phabricator/conduit/DifferentialClient.java M src/main/java/com/uber/jenkins/phabricator/tasks/NonDifferentialBuildTask.java M src/main/java/com/uber/jenkins/phabricator/tasks/Task.java M src/main/java/com/uber/jenkins/phabricator/uberalls/UberallsClient.java Log Message: --- Merge pull request #44 from uber/add-checkstyle Add checkstyle and lint Compare: https://github.com/jenkinsci/phabricator-plugin/compare/2099bc02e759...28d4de8f5196 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop 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] 326a44: Add a base Task class
Branch: refs/heads/master Home: https://github.com/jenkinsci/phabricator-plugin Commit: 326a44258c1ec46583dceca2e0e061a281aea563 https://github.com/jenkinsci/phabricator-plugin/commit/326a44258c1ec46583dceca2e0e061a281aea563 Author: Jerry Xie Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: A src/main/java/com/uber/jenkins/phabricator/tasks/Task.java Log Message: --- Add a base Task class Commit: 61d2551e70f5523ab7cf2fdf7ef8c1b595b9af31 https://github.com/jenkinsci/phabricator-plugin/commit/61d2551e70f5523ab7cf2fdf7ef8c1b595b9af31 Author: Jerry Xie Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: M src/main/java/com/uber/jenkins/phabricator/tasks/Task.java Log Message: --- Return a result in Task.run() Commit: 2712247eb5e4d7e7b502ef6892fe70555e486624 https://github.com/jenkinsci/phabricator-plugin/commit/2712247eb5e4d7e7b502ef6892fe70555e486624 Author: Jerry Xie Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: M src/main/java/com/uber/jenkins/phabricator/tasks/Task.java Log Message: --- Add a skipped result Commit: 0802d32088d835ea5e46c300950cca3257ecfb98 https://github.com/jenkinsci/phabricator-plugin/commit/0802d32088d835ea5e46c300950cca3257ecfb98 Author: Jerry Xie Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: A src/main/java/com/uber/jenkins/phabricator/tasks/GenericBuildTask.java M src/main/java/com/uber/jenkins/phabricator/tasks/Task.java Log Message: --- Add GenericBuildTask Commit: b070a42d74d2593b45091818769859a8a0a2f73e https://github.com/jenkinsci/phabricator-plugin/commit/b070a42d74d2593b45091818769859a8a0a2f73e Author: Jerry Xie Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: M pom.xml Log Message: --- Add mockito dependency Commit: e2fb2df859d2918e608d976029632175921ddc55 https://github.com/jenkinsci/phabricator-plugin/commit/e2fb2df859d2918e608d976029632175921ddc55 Author: Jerry Xie Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: M src/main/java/com/uber/jenkins/phabricator/tasks/GenericBuildTask.java M src/main/java/com/uber/jenkins/phabricator/tasks/Task.java Log Message: --- Use CodeCoverageMetrics instead of CoverageResult Commit: 1882a5b43c28e90becbc5e51231cceb02b981ae6 https://github.com/jenkinsci/phabricator-plugin/commit/1882a5b43c28e90becbc5e51231cceb02b981ae6 Author: Jerry Xie Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: M src/main/java/com/uber/jenkins/phabricator/uberalls/UberallsClient.java Log Message: --- Check for null in UberallClient Commit: 09f91e25c332820294f7914a880e026bc325fd97 https://github.com/jenkinsci/phabricator-plugin/commit/09f91e25c332820294f7914a880e026bc325fd97 Author: Jerry Xie Date: 2015-06-28 (Sun, 28 Jun 2015) Changed paths: A src/test/java/com/uber/jenkins/phabricator/tasks/GenericBuildTaskTest.java A src/test/java/com/uber/jenkins/phabricator/utils/TestUtils.java Log Message: --- Add tests for GenericBuildTask Commit: 57903f4e1c49df22ac832cb4dbd42206bc1a61de https://github.com/jenkinsci/phabricator-plugin/commit/57903f4e1c49df22ac832cb4dbd42206bc1a61de Author: Jerry Xie Date: 2015-06-29 (Mon, 29 Jun 2015) Changed paths: M src/main/java/com/uber/jenkins/phabricator/PhabricatorNotifier.java Log Message: --- Consume GenericBuildTask inside PhabricatorNotifier Commit: 0950ae8623197b1ab3b31644de17613e47448642 https://github.com/jenkinsci/phabricator-plugin/commit/0950ae8623197b1ab3b31644de17613e47448642 Author: Jerry Xie Date: 2015-06-29 (Mon, 29 Jun 2015) Changed paths: M src/test/java/com/uber/jenkins/phabricator/tasks/GenericBuildTaskTest.java Log Message: --- Remove unused import Commit: dd431a6564db41b388326ad39616c14af0d7ec0d https://github.com/jenkinsci/phabricator-plugin/commit/dd431a6564db41b388326ad39616c14af0d7ec0d Author: Aiden Scandella Date: 2015-06-29 (Mon, 29 Jun 2015) Changed paths: M src/test/java/com/uber/jenkins/phabricator/conduit/DifferentialTest.java M src/test/resources/com/uber/jenkins/phabricator/conduit/validDifferentialQueryResponse.json Log Message: --- Add more Differential tests Commit: 434874b1ee36b49b90625f54d76f208db71920c6 https://github.com/jenkinsci/phabricator-plugin/commit/434874b1ee36b49b90625f54d76f208db71920c6 Author: Aiden Scandella Date: 2015-06-29 (Mon, 29 Jun 2015) Changed paths: M src/test/java/com/uber/jenkins/phabricator/conduit/DifferentialTest.java M src/test/resources/com/uber/jenkins/phabricator/conduit/validDifferentialQueryResponse.json Log Message: --- Merge pull request #42 from uber/test-differential-more Add more Differential tests Commit: 0f407326d502e57c88d1315b8a99a1fd2fdeab
[jenkinsci/stashnotifier-plugin]
Branch: refs/heads/pr/60 Home: https://github.com/jenkinsci/stashnotifier-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/coverity-plugin] 949e0f: Fix:78168
Branch: refs/heads/master Home: https://github.com/jenkinsci/coverity-plugin Commit: 949e0faaf49f84230d4ebd2b690186e98d4cb9f3 https://github.com/jenkinsci/coverity-plugin/commit/949e0faaf49f84230d4ebd2b690186e98d4cb9f3 Author: Franco Rossi Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M src/main/java/jenkins/plugins/coverity/CoverityUtils.java M src/main/java/jenkins/plugins/coverity/analysis/FresnoToolHandler.java M src/main/java/jenkins/plugins/coverity/analysis/IndioToolHandler.java M src/main/java/jenkins/plugins/coverity/analysis/PreFresnoToolHandler.java Log Message: --- Fix:78168 Accepting spaces, even with repetitions, on both cov-analysis arguments and environment variables. Commit: 95d9ceac07f9479dfb083939b035036a1c3779f9 https://github.com/jenkinsci/coverity-plugin/commit/95d9ceac07f9479dfb083939b035036a1c3779f9 Author: Franco Rossi Date: 2015-06-25 (Thu, 25 Jun 2015) Changed paths: M pom.xml Log Message: --- Merge branch 'master' of git:/home/git/jenkins_plugin Commit: b4cf2f9846a97e066d811cb8b4e762b8b3e2b89e https://github.com/jenkinsci/coverity-plugin/commit/b4cf2f9846a97e066d811cb8b4e762b8b3e2b89e Author: Franco Rossi Date: 2015-06-30 (Tue, 30 Jun 2015) Changed paths: M pom.xml M src/main/java/jenkins/plugins/coverity/InvocationAssistance.java M src/main/java/jenkins/plugins/coverity/analysis/FresnoToolHandler.java M src/main/java/jenkins/plugins/coverity/analysis/IndioToolHandler.java M src/main/java/jenkins/plugins/coverity/analysis/PreFresnoToolHandler.java M src/main/resources/jenkins/plugins/coverity/CoverityPublisher/config.jelly A src/main/resources/jenkins/plugins/coverity/CoverityPublisher/help-isUsingMisra.html A src/main/resources/jenkins/plugins/coverity/CoverityPublisher/help-misraConfigFile.html Log Message: --- Adding MISRA support. Commit: 8808f0d6a02418bf211ed03db03e86e58aab1f04 https://github.com/jenkinsci/coverity-plugin/commit/8808f0d6a02418bf211ed03db03e86e58aab1f04 Author: Franco Rossi Date: 2015-06-30 (Tue, 30 Jun 2015) Changed paths: M src/main/java/jenkins/plugins/coverity/CheckConfig.java Log Message: --- Fix:77968 Commit: 29d0d8fb315a9e48406100e25c975ecdca982ab2 https://github.com/jenkinsci/coverity-plugin/commit/29d0d8fb315a9e48406100e25c975ecdca982ab2 Author: Franco Rossi Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M src/main/java/jenkins/plugins/coverity/analysis/IndioToolHandler.java Log Message: --- Removing "--include-java" from cov-analysis command. Commit: 543c1e0adcc7b091c35e50085323fef116f15a7a https://github.com/jenkinsci/coverity-plugin/commit/543c1e0adcc7b091c35e50085323fef116f15a7a Author: Franco Rossi Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M release.properties M src/main/resources/jenkins/plugins/coverity/CoverityPublisher/config.jelly R src/main/resources/jenkins/plugins/coverity/CoverityPublisher/help-isUsingMisra.html A src/main/resources/jenkins/plugins/coverity/CoverityPublisher/help-misraMap.html Log Message: --- Fixing missing help option for MISRA Commit: 84260311ef49588b8c66870b5cad693c71998087 https://github.com/jenkinsci/coverity-plugin/commit/84260311ef49588b8c66870b5cad693c71998087 Author: Franco Rossi Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M src/main/resources/jenkins/plugins/coverity/CoverityPublisher/config.jelly Log Message: --- Changed indentation for optional block "Perform Coverity build, analysis and commit" Commit: 8a62f4d136bf050585451aac5a0ffa14af4c https://github.com/jenkinsci/coverity-plugin/commit/8a62f4d136bf050585451aac5a0ffa14af4c Author: Franco Rossi Date: 2015-07-06 (Mon, 06 Jul 2015) Changed paths: M src/main/java/jenkins/plugins/coverity/CoverityLauncherDecorator.java M src/main/java/jenkins/plugins/coverity/InvocationAssistance.java Log Message: --- Fix:78368 Commit: 0e6e97dfacc4b1123fae2bf853f9fd04b354758e https://github.com/jenkinsci/coverity-plugin/commit/0e6e97dfacc4b1123fae2bf853f9fd04b354758e Author: Franco Rossi Date: 2015-07-06 (Mon, 06 Jul 2015) Changed paths: M src/main/java/jenkins/plugins/coverity/CoverityLauncherDecorator.java Log Message: --- Fix:78316 Commit: 0e2da51576eb6a05e39b8fbf440b4647d24a6938 https://github.com/jenkinsci/coverity-plugin/commit/0e2da51576eb6a05e39b8fbf440b4647d24a6938 Author: Franco Rossi Date: 2015-07-06 (Mon, 06 Jul 2015) Changed paths: M src/main/java/jenkins/plugins/coverity/CoverityUtils.java M src/main/java/jenkins/plugins/coverity/analysis/IndioToolHandler.java Log Message: --- Accepted spaces when specifying a file with a command for analysis. Related to bug 78168.
[jenkinsci/deployed-on-column-plugin] ca134c: Configured findbugs xml output
Branch: refs/heads/findbugs Home: https://github.com/jenkinsci/deployed-on-column-plugin Commit: ca134c58d616a3ce7dcd437c77aaa76794ae5baa https://github.com/jenkinsci/deployed-on-column-plugin/commit/ca134c58d616a3ce7dcd437c77aaa76794ae5baa Author: Robert Sandell Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- Configured findbugs xml output No findbugs issues found. -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/dashboard-view-plugin] 4f8830: Configure output encoding
Branch: refs/heads/findbugs Home: https://github.com/jenkinsci/dashboard-view-plugin Commit: 4f8830969717d86f3daa655361ac04dd68427416 https://github.com/jenkinsci/dashboard-view-plugin/commit/4f8830969717d86f3daa655361ac04dd68427416 Author: Robert Sandell Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- Configure output encoding -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/git-client-plugin]
Branch: refs/heads/master Home: https://github.com/jenkinsci/git-client-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/jenkins] f32e96: Fix url presented by JenkinsRule#interactiveBreak
Branch: refs/heads/master Home: https://github.com/jenkinsci/jenkins Commit: f32e9673af478f8167d65c8efb734afc2cfd37ef https://github.com/jenkinsci/jenkins/commit/f32e9673af478f8167d65c8efb734afc2cfd37ef Author: Oliver Gondža Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java Log Message: --- Fix url presented by JenkinsRule#interactiveBreak Commit: 8af198e9c86a95474675990b4e7601dad51dda6e https://github.com/jenkinsci/jenkins/commit/8af198e9c86a95474675990b4e7601dad51dda6e Author: Oliver Gondža Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java Log Message: --- Merge pull request #1760 from olivergondza/fix-interactiveBreak Fix url presented by JenkinsRule#interactiveBreak Compare: https://github.com/jenkinsci/jenkins/compare/0016f85a500c...8af198e9c86a -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/git-client-plugin] fc708c: [JENKINS-21520] transient NoClassDefFoundError: ja...
Branch: refs/heads/master Home: https://github.com/jenkinsci/git-client-plugin Commit: fc708cf66cf4a432b9e4a215c24fc3befb23e6b6 https://github.com/jenkinsci/git-client-plugin/commit/fc708cf66cf4a432b9e4a215c24fc3befb23e6b6 Author: Nicolas De Loof Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java Log Message: --- [JENKINS-21520] transient NoClassDefFoundError: javax/servlet/ServletException -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/dashboard-view-plugin] c69900: Fixed issues found by FindBugs
Branch: refs/heads/findbugs Home: https://github.com/jenkinsci/dashboard-view-plugin Commit: c69900743f8ac5c88eeca4e6062a12f214e8957d https://github.com/jenkinsci/dashboard-view-plugin/commit/c69900743f8ac5c88eeca4e6062a12f214e8957d Author: Robert Sandell Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml M src/main/java/hudson/plugins/view/dashboard/Dashboard.java M src/main/java/hudson/plugins/view/dashboard/stats/StatJobs.java M src/main/java/hudson/plugins/view/dashboard/test/TestTrendChart.java Log Message: --- Fixed issues found by FindBugs And configured FindBugs xml output so Jenkins can pick them up -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/mesos-plugin] d4d750: implemented mesos force_pull_image
Branch: refs/heads/master Home: https://github.com/jenkinsci/mesos-plugin Commit: d4d7509bd48f03d0b1580df8634ebe691c4f7396 https://github.com/jenkinsci/mesos-plugin/commit/d4d7509bd48f03d0b1580df8634ebe691c4f7396 Author: John Maguire Date: 2015-07-03 (Fri, 03 Jul 2015) Changed paths: M pom.xml M src/main/java/org/jenkinsci/plugins/mesos/JenkinsScheduler.java M src/main/java/org/jenkinsci/plugins/mesos/MesosCloud.java M src/main/java/org/jenkinsci/plugins/mesos/MesosSlaveInfo.java M src/main/resources/org/jenkinsci/plugins/mesos/MesosCloud/config.jelly M src/test/java/org/jenkinsci/plugins/mesos/JenkinsSchedulerTest.java Log Message: --- implemented mesos force_pull_image Commit: ad02046f3afb596b71e4b9fa05e00f04005645c7 https://github.com/jenkinsci/mesos-plugin/commit/ad02046f3afb596b71e4b9fa05e00f04005645c7 Author: Manivannan Selvaraj Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml M src/main/java/org/jenkinsci/plugins/mesos/JenkinsScheduler.java M src/main/java/org/jenkinsci/plugins/mesos/MesosCloud.java M src/main/java/org/jenkinsci/plugins/mesos/MesosSlaveInfo.java M src/main/resources/org/jenkinsci/plugins/mesos/MesosCloud/config.jelly M src/test/java/org/jenkinsci/plugins/mesos/JenkinsSchedulerTest.java Log Message: --- Merge pull request #145 from johnjmaguire/force-pull-image implemented mesos force_pull_image Compare: https://github.com/jenkinsci/mesos-plugin/compare/710b21821219...ad02046f3afb -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/git-client-plugin] f7e7c1: [JENKINS-21520] transient NoClassDefFoundError: ja...
Branch: refs/heads/master Home: https://github.com/jenkinsci/git-client-plugin Commit: f7e7c19b8bdf4080bcf6034818e2736c1fd09b18 https://github.com/jenkinsci/git-client-plugin/commit/f7e7c19b8bdf4080bcf6034818e2736c1fd09b18 Author: Nicolas De Loof Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java Log Message: --- [JENKINS-21520] transient NoClassDefFoundError: javax/servlet/ServletException -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/git-client-plugin] 03409a: [JENKINS-21520] transient NoClassDefFoundError: ja...
Branch: refs/heads/master Home: https://github.com/jenkinsci/git-client-plugin Commit: 03409a462896c5c5cd118a88a9e4718c39f605df https://github.com/jenkinsci/git-client-plugin/commit/03409a462896c5c5cd118a88a9e4718c39f605df Author: Nicolas De Loof Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java Log Message: --- [JENKINS-21520] transient NoClassDefFoundError: javax/servlet/ServletException -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/xfpanel-plugin] 34d906: [FIXED JENKINS-20749] Some jobs are missing in "Av...
Branch: refs/heads/master Home: https://github.com/jenkinsci/xfpanel-plugin Commit: 34d90695ebbe77a511a98e2ad103b89d6cd9666e https://github.com/jenkinsci/xfpanel-plugin/commit/34d90695ebbe77a511a98e2ad103b89d6cd9666e Author: tomaszbech Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/maps/hudson/plugin/xfpanel/XFPanelView.java M src/main/resources/maps/hudson/plugin/xfpanel/XFPanelView/configure-entries.jelly A src/test/java/maps/hudson/plugin/xfpanel/XFPanelViewTest.java Log Message: --- [FIXED JENKINS-20749] Some jobs are missing in "Available jobs" multichoice window -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/accurev-plugin] 9ff444: [maven-release-plugin] prepare release accurev-0.6...
Branch: refs/heads/master Home: https://github.com/jenkinsci/accurev-plugin Commit: 9ff444e285ac71f708e785613649e1a97a8fe1e4 https://github.com/jenkinsci/accurev-plugin/commit/9ff444e285ac71f708e785613649e1a97a8fe1e4 Author: JSherwood Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release accurev-0.6.33 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/accurev-plugin] 9dfcfe: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/accurev-plugin Commit: 9dfcfe4869c9cb07322bbd1d617480016ba3d41c https://github.com/jenkinsci/accurev-plugin/commit/9dfcfe4869c9cb07322bbd1d617480016ba3d41c Author: JSherwood Date: 2015-07-09 (Thu, 09 Jul 2015) 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/accurev-plugin]
Branch: refs/tags/accurev-0.6.33 Home: https://github.com/jenkinsci/accurev-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/xfpanel-plugin] fe7e90: [FIXED JENKINS-19044] Would like to have a third c...
Branch: refs/heads/master Home: https://github.com/jenkinsci/xfpanel-plugin Commit: fe7e9059b111a22aa31a05dca9c58d423e755a9e https://github.com/jenkinsci/xfpanel-plugin/commit/fe7e9059b111a22aa31a05dca9c58d423e755a9e Author: tomaszbech Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/maps/hudson/plugin/xfpanel/XFPanelView.java M src/main/resources/maps/hudson/plugin/xfpanel/XFPanelView/help-numColumns.html M src/main/resources/maps/hudson/plugin/xfpanel/XFPanelView/maindisplay.jelly Log Message: --- [FIXED JENKINS-19044] Would like to have a third column of jobs as an option in the eXtreme Feedback panel -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/accurev-plugin] da2178: Updated changes to support no pop of content in sh...
Branch: refs/heads/master Home: https://github.com/jenkinsci/accurev-plugin Commit: da2178643b975ce1a96eb27513c1f75b83158a2f https://github.com/jenkinsci/accurev-plugin/commit/da2178643b975ce1a96eb27513c1f75b83158a2f Author: JSherwood Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/hudson/plugins/accurev/AccuRevRefTreeProcessor.java M src/main/java/hudson/plugins/accurev/AccuRevWorkspaceProcessor.java M src/main/java/hudson/plugins/accurev/AccurevSCM.java M src/main/java/hudson/plugins/accurev/CheckForChanges.java M src/main/java/hudson/plugins/accurev/XmlConsolidateStreamChangeLog.java M src/main/resources/hudson/plugins/accurev/AccurevSCM/config.jelly A src/main/webapp/help/project/dontPopContent.html Log Message: --- Updated changes to support no pop of content in shared workspace of a matrix build (as a specific usage case) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/xfpanel-plugin] 3cd55c: [FIXED JENKINS-28520] standard header and left sid...
Branch: refs/heads/master Home: https://github.com/jenkinsci/xfpanel-plugin Commit: 3cd55c1e1f864265b9eb4528b7606de58b355403 https://github.com/jenkinsci/xfpanel-plugin/commit/3cd55c1e1f864265b9eb4528b7606de58b355403 Author: tomaszbech Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/resources/maps/hudson/plugin/xfpanel/XFPanelView/maindisplay.jelly Log Message: --- [FIXED JENKINS-28520] standard header and left side panel shown on top of panel -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/xfpanel-plugin] 7c4d19: JENKINS-28064
Branch: refs/heads/master Home: https://github.com/jenkinsci/xfpanel-plugin Commit: 7c4d19fe98bdaa50bd7865cd8a2c31dbf8c312fa https://github.com/jenkinsci/xfpanel-plugin/commit/7c4d19fe98bdaa50bd7865cd8a2c31dbf8c312fa Author: tomaszbech Date: 2015-04-23 (Thu, 23 Apr 2015) Changed paths: M pom.xml M src/main/java/maps/hudson/plugin/xfpanel/XFPanelEntry.java Log Message: --- JENKINS-28064 'Replace nr. of failed test cases' option doesn't work Commit: 22f33d722cfac716d17926afe6583ac0af335943 https://github.com/jenkinsci/xfpanel-plugin/commit/22f33d722cfac716d17926afe6583ac0af335943 Author: tomaszbech Date: 2015-04-23 (Thu, 23 Apr 2015) Changed paths: A src/test/java/maps/hudson/plugin/xfpanel/XFPanelEntryTest.java Log Message: --- JENKINS-28064 'Replace nr. of failed test cases' option doesn't work Commit: 4b053557e6b80ae5a6867942e93582317ad33624 https://github.com/jenkinsci/xfpanel-plugin/commit/4b053557e6b80ae5a6867942e93582317ad33624 Author: tomaszbech Date: 2015-05-25 (Mon, 25 May 2015) Changed paths: M pom.xml Log Message: --- different jenkins version fix Commit: b9d62ad0a8c8bc36c5041b3200459914f7d1f486 https://github.com/jenkinsci/xfpanel-plugin/commit/b9d62ad0a8c8bc36c5041b3200459914f7d1f486 Author: tomaszbech Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: M pom.xml M src/test/java/maps/hudson/plugin/xfpanel/XFPanelEntryTest.java Log Message: --- different jenkins version fix Commit: be14ab2f56c5da8cbabf17211c1d262547976efa https://github.com/jenkinsci/xfpanel-plugin/commit/be14ab2f56c5da8cbabf17211c1d262547976efa Author: tomaszbech Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: M pom.xml Log Message: --- XFPanelEntry no longer extends XFPanelView - 'Binary compatibility problem', so maiking version 2.x See https://github.com/jenkinsci/xfpanel-plugin/pull/14 Commit: 0e134eab8ea1b325919948afbe87c2584b430834 https://github.com/jenkinsci/xfpanel-plugin/commit/0e134eab8ea1b325919948afbe87c2584b430834 Author: tomaszbech Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: M pom.xml Log Message: --- build 1.509 must have been broken - build https://jenkins.ci.cloudbees.com/job/plugins/job/xfpanel-plugin/42/console failed. Moving to 1.532 Commit: 230e24d1baca406daa08d4d8c5af8c889547554b https://github.com/jenkinsci/xfpanel-plugin/commit/230e24d1baca406daa08d4d8c5af8c889547554b Author: tomaszbech Date: 2015-05-26 (Tue, 26 May 2015) Changed paths: M pom.xml Log Message: --- reverting back to 1.475 and removing problematic junit dependency Commit: ed463a707d72778bcbc67bf4f94265ba50cd8717 https://github.com/jenkinsci/xfpanel-plugin/commit/ed463a707d72778bcbc67bf4f94265ba50cd8717 Author: tomaszbech Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml M src/main/java/maps/hudson/plugin/xfpanel/XFPanelEntry.java A src/test/java/maps/hudson/plugin/xfpanel/XFPanelEntryTest.java Log Message: --- Merge pull request #14 from tomaszbech/master JENKINS-28064 'Replace nr. of failed test cases' option doesn't work Compare: https://github.com/jenkinsci/xfpanel-plugin/compare/acaec332d966...ed463a707d72 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop 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-timeout-plugin]
Branch: refs/heads/findbugs Home: https://github.com/jenkinsci/build-timeout-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-timeout-plugin] b71bad: Fixed findbugs issues
Branch: refs/heads/master Home: https://github.com/jenkinsci/build-timeout-plugin Commit: b71bad42b3475062d660b236d7429929c007baa9 https://github.com/jenkinsci/build-timeout-plugin/commit/b71bad42b3475062d660b236d7429929c007baa9 Author: Robert Sandell Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M pom.xml M src/main/java/hudson/plugins/build_timeout/BuildTimeoutWrapper.java M src/main/java/hudson/plugins/build_timeout/impl/ElasticTimeOutStrategy.java Log Message: --- Fixed findbugs issues Configured findbugs for xml output. And updated the maven release plugin Commit: 86b154b965448e28d70864a0bfa984dc73ab2d88 https://github.com/jenkinsci/build-timeout-plugin/commit/86b154b965448e28d70864a0bfa984dc73ab2d88 Author: ikedam Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml M src/main/java/hudson/plugins/build_timeout/BuildTimeoutWrapper.java M src/main/java/hudson/plugins/build_timeout/impl/ElasticTimeOutStrategy.java Log Message: --- Merge pull request #41 from jenkinsci/findbugs Introduced findbugs. Compare: https://github.com/jenkinsci/build-timeout-plugin/compare/b3c47580e788...86b154b96544 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop 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] dcb92e: added missing @RequiresPlugin annotations for new ...
Branch: refs/heads/master Home: https://github.com/jenkinsci/job-dsl-plugin Commit: dcb92e5fd6a4c099427f15b22765f65869b8682d https://github.com/jenkinsci/job-dsl-plugin/commit/dcb92e5fd6a4c099427f15b22765f65869b8682d Author: Daniel Spilker Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/BuildBlockerContext.groovy M job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/Job.groovy M job-dsl-core/src/test/groovy/javaposse/jobdsl/dsl/JobSpec.groovy Log Message: --- added missing @RequiresPlugin annotations for new build blocker methods -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop 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] 6283ef: Fixed deprecation warning in getCredentialsId.
Branch: refs/heads/master Home: https://github.com/jenkinsci/job-dsl-plugin Commit: 6283efc64a8a51451ee2ddefd071f3576bd6d59a https://github.com/jenkinsci/job-dsl-plugin/commit/6283efc64a8a51451ee2ddefd071f3576bd6d59a Author: tguelck Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/JenkinsJobManagement.java Log Message: --- Fixed deprecation warning in getCredentialsId. If ID and description are the same for a credential, a misleading deprecation warning was logged. Changing the order of checks prevents the warning for this case. Commit: 76169bec4547f97eb81e619c2ca70ca65f60ac3f https://github.com/jenkinsci/job-dsl-plugin/commit/76169bec4547f97eb81e619c2ca70ca65f60ac3f Author: Daniel Spilker Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M job-dsl-plugin/src/main/groovy/javaposse/jobdsl/plugin/JenkinsJobManagement.java Log Message: --- Merge pull request #533 from tguelck/master Fixed deprecation warning in getCredentialsId. Compare: https://github.com/jenkinsci/job-dsl-plugin/compare/653fbcb27e82...76169bec4547 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/azure-slave-plugin] 88bcc2: Initial migration to Azure SDK for Java 0.8.0-SNAP...
Branch: refs/heads/ARM-dev Home: https://github.com/jenkinsci/azure-slave-plugin Commit: 88bcc2e6d4434037320fcfd7031c00c30a217b91 https://github.com/jenkinsci/azure-slave-plugin/commit/88bcc2e6d4434037320fcfd7031c00c30a217b91 Author: Francesco Chicchiriccò Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml M src/main/java/com/microsoftopentechnologies/azure/AzureCloud.java M src/main/java/com/microsoftopentechnologies/azure/AzureCloudRetensionStrategy.java M src/main/java/com/microsoftopentechnologies/azure/AzureComputer.java M src/main/java/com/microsoftopentechnologies/azure/AzureManagementServiceDelegate.java M src/main/java/com/microsoftopentechnologies/azure/AzureSlave.java M src/main/java/com/microsoftopentechnologies/azure/AzureSlaveCleanUpTask.java M src/main/java/com/microsoftopentechnologies/azure/AzureSlavePostBuildAction.java M src/main/java/com/microsoftopentechnologies/azure/AzureSlaveTemplate.java M src/main/java/com/microsoftopentechnologies/azure/AzureTemplateMonitorTask.java M src/main/java/com/microsoftopentechnologies/azure/ImageProperties.java M src/main/java/com/microsoftopentechnologies/azure/ImageType.java M src/main/java/com/microsoftopentechnologies/azure/ServiceDelegateHelper.java M src/main/java/com/microsoftopentechnologies/azure/StorageServiceDelegate.java M src/main/java/com/microsoftopentechnologies/azure/exceptions/AzureCloudException.java M src/main/java/com/microsoftopentechnologies/azure/remote/AzureSSHLauncher.java M src/main/java/com/microsoftopentechnologies/azure/retry/DefaultRetryStrategy.java M src/main/java/com/microsoftopentechnologies/azure/retry/ExponentialRetryStrategy.java M src/main/java/com/microsoftopentechnologies/azure/retry/LinearRetryForAllExceptions.java M src/main/java/com/microsoftopentechnologies/azure/retry/NoRetryStrategy.java M src/main/java/com/microsoftopentechnologies/azure/retry/RetryStrategy.java M src/main/java/com/microsoftopentechnologies/azure/retry/RetryTask.java M src/main/java/com/microsoftopentechnologies/azure/util/AzureUtil.java M src/main/java/com/microsoftopentechnologies/azure/util/Constants.java M src/main/java/com/microsoftopentechnologies/azure/util/ExecutionEngine.java M src/main/java/com/microsoftopentechnologies/azure/util/FailureStage.java M src/main/resources/com/microsoftopentechnologies/azure/AzureCloud/config.jelly M src/main/resources/com/microsoftopentechnologies/azure/AzureCloud/config.properties M src/main/resources/com/microsoftopentechnologies/azure/AzureSlaveTemplate/config.jelly M src/main/resources/com/microsoftopentechnologies/azure/Messages.properties A src/main/webapp/help-azurePassword.html A src/main/webapp/help-azureUsername.html A src/main/webapp/help-nativeClientId.html A src/main/webapp/help-oauth2TokenEndpoint.html R src/main/webapp/help-serviceManagementCert.html Log Message: --- Initial migration to Azure SDK for Java 0.8.0-SNAPSHOT (using ARM but not yet JSON templates) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/docker-commons-plugin] 8005ea: [maven-release-plugin] prepare release docker-comm...
Branch: refs/heads/master Home: https://github.com/jenkinsci/docker-commons-plugin Commit: 8005eac968c93535e5cd32b82ff7d8a99de0 https://github.com/jenkinsci/docker-commons-plugin/commit/8005eac968c93535e5cd32b82ff7d8a99de0 Author: Nicolas De Loof Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release docker-commons-1.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/docker-commons-plugin] e09ead: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/docker-commons-plugin Commit: e09ead383aa692496e6077fbd53924eb598be91c https://github.com/jenkinsci/docker-commons-plugin/commit/e09ead383aa692496e6077fbd53924eb598be91c Author: Nicolas De Loof Date: 2015-07-09 (Thu, 09 Jul 2015) 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/docker-commons-plugin]
Branch: refs/tags/docker-commons-1.1 Home: https://github.com/jenkinsci/docker-commons-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/envinject-lib] b2ffaa: JENKINS-27665: Avoid NPE when sensibleVariables is...
Branch: refs/heads/fix/JENKINS-27665 Home: https://github.com/jenkinsci/envinject-lib Commit: b2ffaa07446a586997545fb777500efaf89c9437 https://github.com/jenkinsci/envinject-lib/commit/b2ffaa07446a586997545fb777500efaf89c9437 Author: Arnaud Héritier Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/org/jenkinsci/lib/envinject/EnvInjectAction.java Log Message: --- JENKINS-27665: Avoid NPE when sensibleVariables isn't set usecase: EnvInjectAction.writeReplace() is called after a promotion (promoted build plugin) launched from a build recorded before jenkins was restarted. EnvInjectAction.overrideAll() isn't called thus sensibleVariables is null. -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop 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]
Branch: refs/tags/bitbucket-1.1.1 Home: https://github.com/jenkinsci/bitbucket-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/bitbucket-plugin] 97c962: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/bitbucket-plugin Commit: 97c96200bc5b60c13181b47fd47d0ff76d6b28d6 https://github.com/jenkinsci/bitbucket-plugin/commit/97c96200bc5b60c13181b47fd47d0ff76d6b28d6 Author: Arnaud Héritier Date: 2015-07-09 (Thu, 09 Jul 2015) 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/bitbucket-plugin] 447a10: [maven-release-plugin] prepare release bitbucket-1...
Branch: refs/heads/master Home: https://github.com/jenkinsci/bitbucket-plugin Commit: 447a10110097f39e7dd1c31555b969e9d1ee2920 https://github.com/jenkinsci/bitbucket-plugin/commit/447a10110097f39e7dd1c31555b969e9d1ee2920 Author: Arnaud Héritier Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release bitbucket-1.1.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/cloudbees-folder-plugin]
Branch: refs/heads/findbugs Home: https://github.com/jenkinsci/cloudbees-folder-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/cloudbees-folder-plugin] 57f6d4: Fixed findbugs issues
Branch: refs/heads/master Home: https://github.com/jenkinsci/cloudbees-folder-plugin Commit: 57f6d45d93b91d97fa33f9293887e2921888e34a https://github.com/jenkinsci/cloudbees-folder-plugin/commit/57f6d45d93b91d97fa33f9293887e2921888e34a Author: Robert Sandell Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M pom.xml M src/main/java/com/cloudbees/hudson/plugins/folder/properties/FolderCredentialsProvider.java M src/main/java/com/cloudbees/hudson/plugins/folder/relocate/RelocationAction.java Log Message: --- Fixed findbugs issues And enabled FindBugs xml output Commit: 778a724f9690013e0ca3143a793be5bb53369e19 https://github.com/jenkinsci/cloudbees-folder-plugin/commit/778a724f9690013e0ca3143a793be5bb53369e19 Author: Stephen Connolly Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml M src/main/java/com/cloudbees/hudson/plugins/folder/properties/FolderCredentialsProvider.java M src/main/java/com/cloudbees/hudson/plugins/folder/relocate/RelocationAction.java Log Message: --- Merge pull request #16 from jenkinsci/findbugs Fixed findbugs issues Compare: https://github.com/jenkinsci/cloudbees-folder-plugin/compare/c8f55e4be81b...778a724f9690 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/active-directory-plugin]
Branch: refs/heads/findbugs Home: https://github.com/jenkinsci/active-directory-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/active-directory-plugin] 67ca11: Fix findbugs issues
Branch: refs/heads/master Home: https://github.com/jenkinsci/active-directory-plugin Commit: 67ca117207fe98e15749f4bd5ed375c5efd92b3d https://github.com/jenkinsci/active-directory-plugin/commit/67ca117207fe98e15749f4bd5ed375c5efd92b3d Author: Robert Sandell Date: 2015-07-07 (Tue, 07 Jul 2015) Changed paths: A findbugs-exclude.xml M pom.xml M src/main/java/hudson/plugins/active_directory/AbstractActiveDirectoryAuthenticationProvider.java M src/main/java/hudson/plugins/active_directory/ActiveDirectorySecurityRealm.java M src/main/java/hudson/plugins/active_directory/ActiveDirectoryUnixAuthenticationProvider.java M src/main/java/hudson/plugins/active_directory/ActiveDirectoryUserDetail.java M src/main/java/hudson/plugins/active_directory/MultiCauseBadCredentialsException.java M src/main/java/hudson/plugins/active_directory/MultiCauseUserMayOrMayNotExistException.java M src/main/java/hudson/plugins/active_directory/MultiCauseUserNotFoundException.java Log Message: --- Fix findbugs issues And configuration for xml output Commit: 87cfb9ea9b684e054982fe72b58911a2df3d939f https://github.com/jenkinsci/active-directory-plugin/commit/87cfb9ea9b684e054982fe72b58911a2df3d939f Author: Robert Sandell Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M src/main/java/hudson/plugins/active_directory/AbstractActiveDirectoryAuthenticationProvider.java M src/main/java/hudson/plugins/active_directory/ActiveDirectorySecurityRealm.java Log Message: --- Changed justification of diagnostic fields Commit: ab7887b60f6c20eb3817363753f0645b3c465f6d https://github.com/jenkinsci/active-directory-plugin/commit/ab7887b60f6c20eb3817363753f0645b3c465f6d Author: Robert Sandell Date: 2015-07-08 (Wed, 08 Jul 2015) Changed paths: M src/main/java/hudson/plugins/active_directory/ActiveDirectorySecurityRealm.java Log Message: --- Justified compareTo with no equals Commit: 1860bdccd9631a7db71e3eb71d3f3a0182faf422 https://github.com/jenkinsci/active-directory-plugin/commit/1860bdccd9631a7db71e3eb71d3f3a0182faf422 Author: Robert Sandell Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: A findbugs-exclude.xml M pom.xml M src/main/java/hudson/plugins/active_directory/AbstractActiveDirectoryAuthenticationProvider.java M src/main/java/hudson/plugins/active_directory/ActiveDirectorySecurityRealm.java M src/main/java/hudson/plugins/active_directory/ActiveDirectoryUnixAuthenticationProvider.java M src/main/java/hudson/plugins/active_directory/ActiveDirectoryUserDetail.java M src/main/java/hudson/plugins/active_directory/MultiCauseBadCredentialsException.java M src/main/java/hudson/plugins/active_directory/MultiCauseUserMayOrMayNotExistException.java M src/main/java/hudson/plugins/active_directory/MultiCauseUserNotFoundException.java Log Message: --- Merge pull request #13 from jenkinsci/findbugs Fix findbugs issues Compare: https://github.com/jenkinsci/active-directory-plugin/compare/dd0420d66344...1860bdccd963 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/sauce-ondemand-plugin] 752a2a: Release v1.130
Branch: refs/tags/sauce-ondemand-1.130 Home: https://github.com/jenkinsci/sauce-ondemand-plugin Commit: 752a2a3ec7d9266981ad46913bb4ec31ad1cdd44 https://github.com/jenkinsci/sauce-ondemand-plugin/commit/752a2a3ec7d9266981ad46913bb4ec31ad1cdd44 Author: Ross Rowe Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- Release v1.130 Commit: 66d9c53b8d696653f4b3059381990c6912a37024 https://github.com/jenkinsci/sauce-ondemand-plugin/commit/66d9c53b8d696653f4b3059381990c6912a37024 Author: Ross Rowe Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- Release v1.130 Commit: 35b561f5dc2865c20607fa3139e81bd40c508106 https://github.com/jenkinsci/sauce-ondemand-plugin/commit/35b561f5dc2865c20607fa3139e81bd40c508106 Author: Ross Rowe Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- Release v1.130 Compare: https://github.com/jenkinsci/sauce-ondemand-plugin/compare/752a2a3ec7d9^...35b561f5dc28 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/sauce-ondemand-plugin]
Branch: refs/tags/sauce-ondemand-1.130 Home: https://github.com/jenkinsci/sauce-ondemand-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/sauce-ondemand-plugin] 752a2a: Release v1.130
Branch: refs/tags/sauce-ondemand-1.130 Home: https://github.com/jenkinsci/sauce-ondemand-plugin Commit: 752a2a3ec7d9266981ad46913bb4ec31ad1cdd44 https://github.com/jenkinsci/sauce-ondemand-plugin/commit/752a2a3ec7d9266981ad46913bb4ec31ad1cdd44 Author: Ross Rowe Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- Release v1.130 Commit: 66d9c53b8d696653f4b3059381990c6912a37024 https://github.com/jenkinsci/sauce-ondemand-plugin/commit/66d9c53b8d696653f4b3059381990c6912a37024 Author: Ross Rowe Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- Release v1.130 Compare: https://github.com/jenkinsci/sauce-ondemand-plugin/compare/752a2a3ec7d9^...66d9c53b8d69 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/mansion-cloud-plugin] 334656: Need to hold a lock when disconnecting or you can ...
Branch: refs/heads/jenkins-28690-related Home: https://github.com/jenkinsci/mansion-cloud-plugin Commit: 3346565a0faed45718424d5481cb4d8bf1d58401 https://github.com/jenkinsci/mansion-cloud-plugin/commit/3346565a0faed45718424d5481cb4d8bf1d58401 Author: Stephen Connolly Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M src/main/java/com/cloudbees/jenkins/plugins/mtslavescloud/MansionComputer.java M src/main/java/com/cloudbees/jenkins/plugins/mtslavescloud/MansionRetentionStrategy.java Log Message: --- Need to hold a lock when disconnecting or you can trigger JENKINS-28690 style deadlocks -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/sauce-ondemand-plugin]
Branch: refs/tags/sauce-ondemand-1.130 Home: https://github.com/jenkinsci/sauce-ondemand-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/sauce-ondemand-plugin] 752a2a: Release v1.130
Branch: refs/tags/sauce-ondemand-1.130 Home: https://github.com/jenkinsci/sauce-ondemand-plugin Commit: 752a2a3ec7d9266981ad46913bb4ec31ad1cdd44 https://github.com/jenkinsci/sauce-ondemand-plugin/commit/752a2a3ec7d9266981ad46913bb4ec31ad1cdd44 Author: Ross Rowe Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- Release v1.130 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/sauce-ondemand-plugin]
Branch: refs/tags/sauce-ondemand-1.130 Home: https://github.com/jenkinsci/sauce-ondemand-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/mansion-cloud-plugin] a37a07: update .gitignore
Branch: refs/heads/master Home: https://github.com/jenkinsci/mansion-cloud-plugin Commit: a37a078334e8464df46750c26e1fa4b5bc1c510d https://github.com/jenkinsci/mansion-cloud-plugin/commit/a37a078334e8464df46750c26e1fa4b5bc1c510d Author: Stephen Connolly Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M .gitignore Log Message: --- update .gitignore -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/digitalocean-plugin] 7d3ae3: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/digitalocean-plugin Commit: 7d3ae34b3483fee28835e4b8f1792afa173b8402 https://github.com/jenkinsci/digitalocean-plugin/commit/7d3ae34b3483fee28835e4b8f1792afa173b8402 Author: Andreas Pieber Date: 2015-07-09 (Thu, 09 Jul 2015) 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/digitalocean-plugin]
Branch: refs/tags/digitalocean-plugin-0.4.1 Home: https://github.com/jenkinsci/digitalocean-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/digitalocean-plugin] c68507: [maven-release-plugin] prepare release digitalocea...
Branch: refs/heads/master Home: https://github.com/jenkinsci/digitalocean-plugin Commit: c68507bd8dbdfa8b653a34a5e25515e2a217c979 https://github.com/jenkinsci/digitalocean-plugin/commit/c68507bd8dbdfa8b653a34a5e25515e2a217c979 Author: Andreas Pieber Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release digitalocean-plugin-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/digitalocean-plugin] f6f47e: [maven-release-plugin] prepare for next developmen...
Branch: refs/heads/master Home: https://github.com/jenkinsci/digitalocean-plugin Commit: f6f47e34138111d7f1b3dc76baf262ad45b6cf94 https://github.com/jenkinsci/digitalocean-plugin/commit/f6f47e34138111d7f1b3dc76baf262ad45b6cf94 Author: Andreas Pieber Date: 2015-07-09 (Thu, 09 Jul 2015) 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/digitalocean-plugin] babab6: [maven-release-plugin] prepare release digitalocea...
Branch: refs/heads/master Home: https://github.com/jenkinsci/digitalocean-plugin Commit: babab6234f4aed8f4158dfb04c29d5846972ac3f https://github.com/jenkinsci/digitalocean-plugin/commit/babab6234f4aed8f4158dfb04c29d5846972ac3f Author: Andreas Pieber Date: 2015-07-09 (Thu, 09 Jul 2015) Changed paths: M pom.xml Log Message: --- [maven-release-plugin] prepare release digitalocean-plugin-0.4 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
[jenkinsci/digitalocean-plugin]
Branch: refs/tags/digitalocean-plugin-0.4 Home: https://github.com/jenkinsci/digitalocean-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.