We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
It's been asked repeatedly if it is possible to run own CI-Jobs without loosing the AutoDevOps features. This example shows how:
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
The text was updated successfully, but these errors were encountered: