Branch: refs/heads/master Home: https://github.com/jenkinsci/workflow-plugin Commit: 199d8c9dc7ec8d02d6429dd652f666f14cbfc660 https://github.com/jenkinsci/workflow-plugin/commit/199d8c9dc7ec8d02d6429dd652f666f14cbfc660 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2016-01-19 (Tue, 19 Jan 2016)
Changed paths: M COMPATIBILITY.md M README.md M TUTORIAL.md M aggregator/src/main/resources/index.jelly M api/src/main/resources/index.jelly M basic-steps/CORE-STEPS.md M basic-steps/src/main/resources/index.jelly M basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CatchErrorStep/help.html M basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CoreStep/help.html M basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CoreWrapperStep/help.html M basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/SleepStep/help.html M cps-global-lib/README.md M cps-global-lib/src/main/resources/index.jelly M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStep.java M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStep.java M cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/help-script.html M cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-scm.html M cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/EnvActionImpl/Binder/help.jelly M cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/steps/LoadStep/help.html M demo/Dockerfile M demo/JENKINS_HOME/log/Workflow.xml M demo/README.md M job/src/main/java/org/jenkinsci/plugins/workflow/job/console/WorkflowConsoleLogger.java M multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/JobPropertyStep/help.html M multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/SCMVar/help.jelly M scm-step/README.md M scm-step/src/main/resources/org/jenkinsci/plugins/workflow/steps/scm/GenericSCMStep/help.html M support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/StageStep/help.html M support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/input/InputStep/help.html Log Message: ----------- [JENKINS-31153] More renames. Commit: 78edbf0199b78d1054a256d3900a8d028aeaac24 https://github.com/jenkinsci/workflow-plugin/commit/78edbf0199b78d1054a256d3900a8d028aeaac24 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M TUTORIAL.md M api/src/main/java/org/jenkinsci/plugins/workflow/graph/FlowNode.java M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStepExecution.java M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStepExecution.java Log Message: ----------- Merge branch 'master' into more-renames Commit: dddc6363d0f756ac82511428df09f55c34b0f3ef https://github.com/jenkinsci/workflow-plugin/commit/dddc6363d0f756ac82511428df09f55c34b0f3ef Author: Jesse Glick <jgl...@cloudbees.com> Date: 2016-01-19 (Tue, 19 Jan 2016) Changed paths: M basic-steps/CORE-STEPS.md M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStep.java Log Message: ----------- Suggestions from @oleg-nenashev. Commit: 3094947f45f0b7d7c18d7f3be03b39eceffeee5b https://github.com/jenkinsci/workflow-plugin/commit/3094947f45f0b7d7c18d7f3be03b39eceffeee5b Author: Jesse Glick <jgl...@cloudbees.com> Date: 2016-01-22 (Fri, 22 Jan 2016) Changed paths: M COMPATIBILITY.md M README.md M TUTORIAL.md M aggregator/src/main/resources/index.jelly M api/src/main/resources/index.jelly M basic-steps/CORE-STEPS.md M basic-steps/src/main/resources/index.jelly M basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CatchErrorStep/help.html M basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CoreStep/help.html M basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CoreWrapperStep/help.html M basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/SleepStep/help.html M cps-global-lib/README.md M cps-global-lib/src/main/resources/index.jelly M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStep.java M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStep.java M cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/help-script.html M cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-scm.html M cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/EnvActionImpl/Binder/help.jelly M cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/steps/LoadStep/help.html M demo/Dockerfile M demo/JENKINS_HOME/log/Workflow.xml M demo/README.md M job/src/main/java/org/jenkinsci/plugins/workflow/job/console/WorkflowConsoleLogger.java M multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/JobPropertyStep/help.html M multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/SCMVar/help.jelly M scm-step/README.md M scm-step/src/main/resources/org/jenkinsci/plugins/workflow/steps/scm/GenericSCMStep/help.html M support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/StageStep/help.html M support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/input/InputStep/help.html Log Message: ----------- Merge pull request #314 from jglick/more-renames [JENKINS-31153] More renames Compare: https://github.com/jenkinsci/workflow-plugin/compare/3aaaabe37169...3094947f45f0 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.