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

Provide example .gitlab-ci.yml extending the AutoDevOps Pipeline #37

Open
j-bauer opened this issue Nov 11, 2024 · 1 comment
Open

Provide example .gitlab-ci.yml extending the AutoDevOps Pipeline #37

j-bauer opened this issue Nov 11, 2024 · 1 comment

Comments

@j-bauer
Copy link
Collaborator

j-bauer commented Nov 11, 2024

It's been asked repeatedly if it is possible to run own CI-Jobs without loosing the AutoDevOps features. This example shows how:

include:
    - template: Auto-DevOps.gitlab-ci.yml

stages:
    - arc_json
    - quality_report_generator
    - quality_report
    - generate_metadata
    - my_own_ci_stuff

My own stuff:
    stage: my_own_ci_stuff
    script:
        - echo "doing things..."

Maybe we want to include this in the ARC template repo? Or at least create a KB article for this.

Opinions? @Brilator @kMutagene @muehlhaus @HLWeil

@kMutagene
Copy link
Member

I do not think that such an advanced usecase should be in the go-to arc template repo. I'd vote for a kb entry only.

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

No branches or pull requests

2 participants