Skip to content

odsComponentPipeline should populate context with contents from metadata.yml #1202

@clemensutschig

Description

@clemensutschig

Is your feature request related to a problem? Please describe.
metadata.yml contains "configuration data" that is useful to a jenkins pipeline. Today only RM uses this infromation internally, but it should be exposed into the context.

Describe the solution you'd like
contents from metadata.yml should be injected into the default context

odsComponentPipeline(
  imageStreamTag: 'ods/jenkins-agent-base:4.x',
   ....
) { context ->

Describe alternatives you've considered
build it myself with yaml tooling (which needs even more validation as part of my pipeline)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions