Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate default workdir for newly created steps #502

Merged

Commits on Oct 3, 2016

  1. Propagate default workdir for newly created steps

    The StepsYAMLParsingStep is statically in the step list of the factory,
    so when starting a build Buildbot will call `setDefaultWorkdir` on each
    step. We need to save this value and propagate it to the steps we
    create on the fly to ensure they also receive a workdir value.
    aneeshusa committed Oct 3, 2016
You can’t perform that action at this time.