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

Reduce context surface #254

Merged

Conversation

michaelsauter
Copy link
Member

@michaelsauter michaelsauter commented Apr 20, 2020

Closes #252.

I know that the pipeline is very ugly now, but at least the context looks a little better. I'll work on making the pipeline better in the future.

Next up is:

  • Moving the Git stuff out of context and pipeline into the service.
  • Moving Bitbucket communication out of the pipeline.

Stage authors do not need this information. If there is a case where
they do, they can simply configure the option explicitly from their
Jenkinsfile, in which case they know and control the value.
Those variables are only needed for the pipeline, not for stage authors.
@michaelsauter michaelsauter force-pushed the refactor/reduce-context-surface branch from 73622ab to 5a907af Compare April 21, 2020 08:45
Copy link
Member

@clemensutschig clemensutschig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

like a lot - this needs thorough testing, also with mro :)

@michaelsauter michaelsauter merged commit 1fd6fa7 into opendevstack:master Apr 21, 2020
@michaelsauter michaelsauter deleted the refactor/reduce-context-surface branch April 21, 2020 09:17
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 this pull request may close these issues.

Reduce surface of component context
2 participants