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

Display Meta-Information of a pipeline #83

Open
sroidl opened this issue Jan 28, 2017 · 4 comments
Open

Display Meta-Information of a pipeline #83

sroidl opened this issue Jan 28, 2017 · 4 comments

Comments

@sroidl
Copy link
Owner

sroidl commented Jan 28, 2017

Displaying meta-information of a pipeline would be a good feature to allow having more information for the pipeline.

One example could be step descriptions, that allow the pipeline creator to give detailed information on what a build step is supposed to do.

@hamvocke
Copy link

Will this also include displaying information about the git commit that triggered the build (e.g. author, commit message and SHA) or should this be another issue?

@flosell
Copy link
Collaborator

flosell commented Mar 28, 2017

FYI, since 0.13.0 LambdaCD supports build-level metadata that could be used for exactly this purpose. See the wiki and flosell/lambdacd#138. Metadata on a per-step level is planned but not yet implemented (flosell/lambdacd#86).

(by the way, lambda-ui doesn't support 0.13.0 yet, see PR #90 to fix this)

@hamvocke
Copy link

Sweet! So we'd have to fetch git commit data and store it as build-metadata. I assume lambdacd-git is the right place for this functionality?

@flosell
Copy link
Collaborator

flosell commented Mar 29, 2017

Exactly, lambdacd-git would probably be the right place to put this. It should already have decent support for getting git-commit data as it is and there's an open issue to add support for metadata: flosell/lambdacd-git#20

I just added some thoughts on different ways to approach this, feel free to give feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants