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
skip_report
true
My trigger file has skip_report: true enabled for my create Pipeline, however, the PR's still have create status appended.
skip_report: true
create
apiVersion: config.lighthouse.jenkins-x.io/v1alpha1 kind: TriggerConfig spec: presubmits: - name: pr context: "pr" always_run: true optional: false source: "pullrequest.yaml" - name: create context: "create" always_run: false optional: true max_concurrency: 1 skip_report: true source: "create.yaml" - name: cleanup context: "cleanup" always_run: false require_run: true optional: true max_concurrency: 1 source: "cleanup.yaml" postsubmits: - name: release context: "release" source: "release.yaml" branches: - ^main$ - ^master$
You can see the create status in this screenshot:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My trigger file has
skip_report: true
enabled for mycreate
Pipeline, however, the PR's still havecreate
status appended.You can see the
create
status in this screenshot:The text was updated successfully, but these errors were encountered: