Branch: refs/heads/master Home: https://github.com/jenkinsci/workflow-plugin Commit: 89c1188cd0f8ea20af6ac4d318fd69f57586c528 https://github.com/jenkinsci/workflow-plugin/commit/89c1188cd0f8ea20af6ac4d318fd69f57586c528 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-06-29 (Mon, 29 Jun 2015)
Changed paths: A job/src/main/java/org/jenkinsci/plugins/workflow/job/AbstractWorkflowJob.java A job/src/main/java/org/jenkinsci/plugins/workflow/job/AbstractWorkflowRun.java M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java A multibranch/pom.xml A multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowBranchBuild.java A multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowBranchProject.java A multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject.java A multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowProjectFactoryImpl.java A multibranch/src/main/resources/index.jelly M pom.xml Log Message: ----------- Starting work on WorkflowMultiBranchProject. Commit: b6032ebdcd5f468d207a771f4848bca1fb41b151 https://github.com/jenkinsci/workflow-plugin/commit/b6032ebdcd5f468d207a771f4848bca1fb41b151 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-06-30 (Tue, 30 Jun 2015) Changed paths: R job/src/main/java/org/jenkinsci/plugins/workflow/job/AbstractWorkflowJob.java R job/src/main/java/org/jenkinsci/plugins/workflow/job/AbstractWorkflowRun.java M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java A multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/BranchJobProperty.java R multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowBranchBuild.java R multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowBranchProject.java M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject.java M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowProjectFactoryImpl.java Log Message: ----------- Seems simpler to use a JobProperty to mark branch jobs. Commit: 6ff8d84d71bc614a8872a8f05bffa748ba5918c9 https://github.com/jenkinsci/workflow-plugin/commit/6ff8d84d71bc614a8872a8f05bffa748ba5918c9 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowProjectFactoryImpl.java Log Message: ----------- Running jenkins.groovy. Also forgot to add the new job property. Commit: 48e61cb6c9f6ce966017280f47d9a6533cd6f9a8 https://github.com/jenkinsci/workflow-plugin/commit/48e61cb6c9f6ce966017280f47d9a6533cd6f9a8 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/BranchJobProperty.java Log Message: ----------- Needed a descriptor. Commit: ad534da311867dc812c28e4e5726a7a3adbc1257 https://github.com/jenkinsci/workflow-plugin/commit/ad534da311867dc812c28e4e5726a7a3adbc1257 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M multibranch/pom.xml Log Message: ----------- Needed a dep on workflow-cps. Commit: 588f76a924f16ea728006e81dae7bb524523df23 https://github.com/jenkinsci/workflow-plugin/commit/588f76a924f16ea728006e81dae7bb524523df23 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject.java A multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject/newInstanceDetail.jelly A multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject/newInstanceDetail.properties A multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/WorkflowProjectFactoryImpl/config.jelly Log Message: ----------- Adding a UI to create the multibranch projects. Commit: 338df3e4b23be70ed32986af4a69bff5efea6c41 https://github.com/jenkinsci/workflow-plugin/commit/338df3e4b23be70ed32986af4a69bff5efea6c41 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/BranchJobProperty.java Log Message: ----------- FindBugs. Commit: 8abc1ff72dc2e7aba5e7cc998ab4f9cdfdb6aca7 https://github.com/jenkinsci/workflow-plugin/commit/8abc1ff72dc2e7aba5e7cc998ab4f9cdfdb6aca7 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: A multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinder.java Log Message: ----------- Added SCMBinder. That was easy! Commit: 7e84a50b1afa248a5d435f92eeecf89f68b64398 https://github.com/jenkinsci/workflow-plugin/commit/7e84a50b1afa248a5d435f92eeecf89f68b64398 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject.java Log Message: ----------- @SuppressWarnings Commit: aeb9e0fd7680ffa3b01692bcb93f21fc59e9331e https://github.com/jenkinsci/workflow-plugin/commit/aeb9e0fd7680ffa3b01692bcb93f21fc59e9331e Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinder.java Log Message: ----------- Thank you FindBugs! Commit: ebb7c5a0a996d4ac8c1f1c8b400af0b40cac94f3 https://github.com/jenkinsci/workflow-plugin/commit/ebb7c5a0a996d4ac8c1f1c8b400af0b40cac94f3 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java A job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJobProperty.java M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/BranchJobProperty.java Log Message: ----------- Disable CONFIGURE permission on the branch project. Commit: 3000fc890a06067b5fef50c84b27838e3e600137 https://github.com/jenkinsci/workflow-plugin/commit/3000fc890a06067b5fef50c84b27838e3e600137 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinder.java A support/src/main/java/org/jenkinsci/plugins/workflow/support/pickles/XStreamPickle.java Log Message: ----------- Turns out we needed SingleTypedPickleFactory<SCM> after all. Commit: 20e297fd8c47d3b37556d189caea5fc09c351f46 https://github.com/jenkinsci/workflow-plugin/commit/20e297fd8c47d3b37556d189caea5fc09c351f46 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M support/src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/PickleResolver.java Log Message: ----------- Should gracefully (?) report XStreamException from XStreamPickle and the like. Commit: 156d65913221184d579d6bd0774770579d8665d8 https://github.com/jenkinsci/workflow-plugin/commit/156d65913221184d579d6bd0774770579d8665d8 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-01 (Wed, 01 Jul 2015) Changed paths: M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject.java M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowProjectFactoryImpl.java Log Message: ----------- Skip over branches with no jenkins.groovy. Commit: 3d2c3c52cd8d9e489ec7d977a867c606779e62c1 https://github.com/jenkinsci/workflow-plugin/commit/3d2c3c52cd8d9e489ec7d977a867c606779e62c1 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: M CHANGES.md M COMPATIBILITY.md R aggregator/src/test/java/org/jenkinsci/plugins/workflow/BuildWatcher.java A aggregator/src/test/java/org/jenkinsci/plugins/workflow/EnvWorkflowTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/JenkinsRuleExt.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/SingleJobTestBase.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/WorkflowRunTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/WorkflowTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/CoreStepTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/CoreWrapperStepTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/EnvStepTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/PushdStepTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/SleepStepTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/StageTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/TimeoutStepTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/WaitForConditionStepTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/WorkspaceStepTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/build/BuildTriggerStepRestartTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/build/BuildTriggerStepTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/build/RunWrapperTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/input/InputStepRestartTest.java M basic-steps/CORE-STEPS.md M cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/EnvActionImpl/Binder/help.jelly M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java M pom.xml M support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/ExecutorStepExecution.java M support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStepExecution.java Log Message: ----------- Merge branch 'master' into multibranch-workflow-JENKINS-26129 Commit: e8b1c6d4e717c6a38e4857ab7908d74201afce4a https://github.com/jenkinsci/workflow-plugin/commit/e8b1c6d4e717c6a38e4857ab7908d74201afce4a Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: A multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowBranchProjectFactory.java M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject.java R multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowProjectFactoryImpl.java Log Message: ----------- Class rename at @tfennelly’s suggestion. Commit: 63c2cdde8a3815569a2c817a74a55db85d74a290 https://github.com/jenkinsci/workflow-plugin/commit/63c2cdde8a3815569a2c817a74a55db85d74a290 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: A multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/WorkflowBranchProjectFactory/config.jelly R multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/WorkflowProjectFactoryImpl/config.jelly Log Message: ----------- Oops, forgot to rename Jelly view when renaming class. Commit: 557e6e15e937c3baed9fe9f305cbf9a2383e587f https://github.com/jenkinsci/workflow-plugin/commit/557e6e15e937c3baed9fe9f305cbf9a2383e587f Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-22 (Wed, 22 Jul 2015) Changed paths: A multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowParameterDefinitionBranchProperty.java Log Message: ----------- Using now-standardized ParameterDefinitionBranchProperty. Commit: c5d992f2d5f867feb16af0bac8d2a88ca71aef2e https://github.com/jenkinsci/workflow-plugin/commit/c5d992f2d5f867feb16af0bac8d2a88ca71aef2e Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject.java Log Message: ----------- Adapted to upstream being on only 1.580.x. Commit: f4f1ac53f8f8ae19888f5263db9fb1fdcbd581c9 https://github.com/jenkinsci/workflow-plugin/commit/f4f1ac53f8f8ae19888f5263db9fb1fdcbd581c9 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: A multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowParameterDefinitionBranchPropertyTest.java Log Message: ----------- Verifying that BranchPropertyDescriptor.isApplicable fixes are working as intended. Commit: 493aa9d68180fccc16043a721ebe4390d8d0b569 https://github.com/jenkinsci/workflow-plugin/commit/493aa9d68180fccc16043a721ebe4390d8d0b569 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M aggregator/src/test/java/org/jenkinsci/plugins/workflow/CpsScmFlowDefinitionTest.java A aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/GitSampleRepoRule.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/GitStepRestartTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/GitStepTest.java Log Message: ----------- Introduced GitSampleRepoRule. Commit: 3fe8bb20b72d885fe90bbb5f6d0bf01a2130517c https://github.com/jenkinsci/workflow-plugin/commit/3fe8bb20b72d885fe90bbb5f6d0bf01a2130517c Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M multibranch/pom.xml A multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProjectTest.java M multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowParameterDefinitionBranchPropertyTest.java Log Message: ----------- Starting to add functional tests. Commit: 07066e63df3607df0a7ad5adfb51497b5b073970 https://github.com/jenkinsci/workflow-plugin/commit/07066e63df3607df0a7ad5adfb51497b5b073970 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M multibranch/pom.xml A multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinderTest.java M multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProjectTest.java Log Message: ----------- Proving that SCMBinder.Pickler does something. Commit: a93e436848ff8dc9ee39b8ceb7a52c4c5aa490de https://github.com/jenkinsci/workflow-plugin/commit/a93e436848ff8dc9ee39b8ceb7a52c4c5aa490de Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinderTest.java M multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProjectTest.java Log Message: ----------- Reproduced architectural flaw in SCMBinder. Commit: d0e374ce8ecb687b4dc046d1edea9e52da17706f https://github.com/jenkinsci/workflow-plugin/commit/d0e374ce8ecb687b4dc046d1edea9e52da17706f Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-23 (Thu, 23 Jul 2015) Changed paths: M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinder.java M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowBranchProjectFactory.java M multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject.java M multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinderTest.java Log Message: ----------- Reworked SCMBinder to pin the head revision. Commit: 3364bfbfa1da978dbd7b54b5c03233709ee28262 https://github.com/jenkinsci/workflow-plugin/commit/3364bfbfa1da978dbd7b54b5c03233709ee28262 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M CHANGES.md M COMPATIBILITY.md M aggregator/src/test/java/org/jenkinsci/plugins/workflow/WorkflowRunTest.java M api/src/main/java/org/jenkinsci/plugins/workflow/flow/FlowExecution.java M cps-global-lib/README.md M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java M cps/src/test/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition2Test.java M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java Log Message: ----------- Merge branch 'master' into multibranch-workflow-JENKINS-26129 Commit: cbc4d87b27bae438c742a4a1d1f80b09c4a64ba2 https://github.com/jenkinsci/workflow-plugin/commit/cbc4d87b27bae438c742a4a1d1f80b09c4a64ba2 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M aggregator/src/test/java/org/jenkinsci/plugins/workflow/CpsScmFlowDefinitionTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/GitSampleRepoRule.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/GitStepRestartTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/GitStepTest.java M multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinderTest.java M multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProjectTest.java Log Message: ----------- GitSampleRepoRule.init() Commit: 2d2f7e5ee7327b5da2f179fbd540438f443c7895 https://github.com/jenkinsci/workflow-plugin/commit/2d2f7e5ee7327b5da2f179fbd540438f443c7895 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: A aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/AbstractSampleDVCSRepoRule.java A aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/AbstractSampleRepoRule.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/GitSampleRepoRule.java A aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/MercurialSampleRepoRule.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/MercurialStepTest.java A aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/SubversionSampleRepoRule.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/SubversionStepTest.java Log Message: ----------- Introduced reusable test rules for Subversion and Mercurial as well. Commit: b632673c11d85d1bebbb22ca665bceca0398c918 https://github.com/jenkinsci/workflow-plugin/commit/b632673c11d85d1bebbb22ca665bceca0398c918 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M aggregator/pom.xml M multibranch/pom.xml M multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinderTest.java M pom.xml Log Message: ----------- exactRevisionMercurial Commit: 7e2844b389f471dcdbdc168a116c632f38c02a29 https://github.com/jenkinsci/workflow-plugin/commit/7e2844b389f471dcdbdc168a116c632f38c02a29 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/SubversionSampleRepoRule.java Log Message: ----------- Make sure svnadmin is installed, too. Commit: 0a7dde4c6e3b714121c00da579d67c0730aef971 https://github.com/jenkinsci/workflow-plugin/commit/0a7dde4c6e3b714121c00da579d67c0730aef971 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M multibranch/pom.xml M multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinderTest.java M multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProjectTest.java Log Message: ----------- Working on testing Subversion. Commit: 5d36231568b8d487840600c3d8f62a32a35b6c12 https://github.com/jenkinsci/workflow-plugin/commit/5d36231568b8d487840600c3d8f62a32a35b6c12 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/SubversionSampleRepoRule.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/SubversionStepTest.java Log Message: ----------- More realistic to create normal SVN repository structure. Does not solve problem caught by SCMBinderTest.exactRevisionSubversion, however. Commit: 74eecef388e399d589f0e2580575b1a9c611b46a https://github.com/jenkinsci/workflow-plugin/commit/74eecef388e399d589f0e2580575b1a9c611b46a Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/SubversionSampleRepoRule.java Log Message: ----------- Seems that on jenkins.ci, `svnadmin create --compatible-version=1.5` fails, perhaps because an old version of Subversion is installed. Commit: f1c40ec5cbe93fcc9024864c1c1ac9509b3bd22f https://github.com/jenkinsci/workflow-plugin/commit/f1c40ec5cbe93fcc9024864c1c1ac9509b3bd22f Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/SubversionSampleRepoRule.java M multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinderTest.java Log Message: ----------- Got automated Subversion tests to pass but only with https://github.com/jenkinsci/subversion-plugin/pull/129. Commit: 5189e3205f63e7d094180109db3ee6f7d3d37d7d https://github.com/jenkinsci/workflow-plugin/commit/5189e3205f63e7d094180109db3ee6f7d3d37d7d Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-24 (Fri, 24 Jul 2015) Changed paths: M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/ToolStepTest.java Log Message: ----------- ToolStepTest sometimes failing on jenkins.ci. [p] Running shell script + /scratch/jenkins/workspace/plugins/workflow-plugin/aggregator/target/apache-maven-3.0.1/bin/mvn -version -Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME environment variable and mvn script match. ERROR: script returned exit code 1 I can only find this error mentioned in https://youtrack.jetbrains.com/issue/IDEA-137783 which links to http://takari.io/2015/03/20/mmp.html (also see http://blog.soebes.de/blog/2015/03/17/apache-maven-3-dot-3-1-features/). Perhaps M2_HOME on the build machine is being set to a Maven 3.3.1+ installation. Improving test to ensure that the bundled 3.0.1 is being used by this test command. Commit: 8f2eb71ead48b93fa2fe69758d55ae2389542e53 https://github.com/jenkinsci/workflow-plugin/commit/8f2eb71ead48b93fa2fe69758d55ae2389542e53 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinderTest.java Log Message: ----------- Noting merge of https://github.com/jenkinsci/subversion-plugin/pull/129. Commit: 05e59d88ea02d6364154d9db8164f2a96487dd08 https://github.com/jenkinsci/workflow-plugin/commit/05e59d88ea02d6364154d9db8164f2a96487dd08 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M multibranch/pom.xml Log Message: ----------- Dependency released. Commit: a28bc15fd4cae0080de73bda7f9c5de60f8f8d72 https://github.com/jenkinsci/workflow-plugin/commit/a28bc15fd4cae0080de73bda7f9c5de60f8f8d72 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-07-27 (Mon, 27 Jul 2015) Changed paths: M CHANGES.md M aggregator/pom.xml M aggregator/src/test/java/org/jenkinsci/plugins/workflow/CpsScmFlowDefinitionTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/ToolStepTest.java A aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/AbstractSampleDVCSRepoRule.java A aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/AbstractSampleRepoRule.java A aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/GitSampleRepoRule.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/GitStepRestartTest.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/GitStepTest.java A aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/MercurialSampleRepoRule.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/MercurialStepTest.java A aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/SubversionSampleRepoRule.java M aggregator/src/test/java/org/jenkinsci/plugins/workflow/steps/scm/SubversionStepTest.java M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java A job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJobProperty.java A multibranch/pom.xml A multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/BranchJobProperty.java A multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinder.java A multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowBranchProjectFactory.java A multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject.java A multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowParameterDefinitionBranchProperty.java A multibranch/src/main/resources/index.jelly A multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/WorkflowBranchProjectFactory/config.jelly A multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject/newInstanceDetail.jelly A multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject/newInstanceDetail.properties A multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinderTest.java A multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProjectTest.java A multibranch/src/test/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowParameterDefinitionBranchPropertyTest.java M pom.xml A support/src/main/java/org/jenkinsci/plugins/workflow/support/pickles/XStreamPickle.java M support/src/main/java/org/jenkinsci/plugins/workflow/support/pickles/serialization/PickleResolver.java Log Message: ----------- Merge branch 'multibranch-workflow-JENKINS-26129' Compare: https://github.com/jenkinsci/workflow-plugin/compare/cd9b86e225c7...a28bc15fd4ca -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.