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

Refactor - Create new ParametersPlugin #272

Closed
kmanning opened this issue Aug 1, 2020 · 1 comment · Fixed by #273
Closed

Refactor - Create new ParametersPlugin #272

kmanning opened this issue Aug 1, 2020 · 1 comment · Fixed by #273
Milestone

Comments

@kmanning
Copy link
Collaborator

kmanning commented Aug 1, 2020

  • Refactor Jenkinsfile/TargetPlugin/PlanOnlyPlugin to rely on a new ParametersPlugin
    • Parameters should not live in Jenkinsfile
  • Do TargetPlugin and PlanOnlyPlugin work on pipeline that only has one stage? - No, defect
@kmanning
Copy link
Collaborator Author

kmanning commented Aug 2, 2020

Chip away at Issue #152 : create a temporary DecoratableStage interface. This functionality should be pushed into the Stage interface, but I don't want to break any existing external Stages in a minor release.

@kmanning kmanning linked a pull request Aug 2, 2020 that will close this issue
kmanning added a commit that referenced this issue Aug 2, 2020
Issue #272: refactor parameters into a plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant