pipelines-as-code
pipelines-as-code copied to clipboard
Pipelines-as-Code for Tekton
When processing the result of a pipelinerun, users may want to know the timestamps of the commit/pipelinerun in order to compare the freshness of produced artifacts. It would be nice...
Error detection currently is a single regexp. It would be nice to be an array to have multiple of them and it would be nice to make it configurable from...
I encountered an issue with the /test command when used in comments. Specifically, the issue occurs when overriding the built-in GitOps comment with the on-comment annotation. The command works as...
the pipelinesascode_test.go is currently buggy: https://github.com/openshift-pipelines/pipelines-as-code/blob/wip-report-error-properly/pkg/pipelineascode/pipelineascode_test.go#L95-L95 it doesnt' check errors or pending it actually only test the completed state. generally it try to do too much with a single testcase...
Hi! In contrary to [what the doc says](https://pipelinesascode.com/docs/guide/repositorycrd/#combining-global-and-repository-level-configuration), the list of `github_app_token_scope_repos` specified in a `Repository` custom resource it's ignored if the `secret-github-app-token-scoped` setting is enabled. This is for two...
{"level":"error","ts":"2025-03-27T09:39:39.379Z","logger":"pipelinesascode","caller":"events/emit.go:46","msg":"cannot set status with the GitLab token because of: POST https://gitlab.com/api/v4/projects/68303507/statuses/aa773a3da0e8574973ab25b39487e59447affeb4: 400 {message: {target_url: [is blocked: URI is invalid]}}", "commit":"7bc6dd6","provider":"gitlab","event-id":"92f7950553becfa83b53a4151c75191c","event-sha":"aa773a3da0e8574973ab25b39487e59447affeb4","event-type":"Push","namespace":"jumpstarter-kc25-helm-pipelines","stacktrace":"github.com/openshift-pipelines/pipelines-as-code/pkg/events.(*EventEmitter).EmitMessage\n\tgithub.com/openshift-pipelines/pipelines-as-code/pkg/events/emit.go:46\ngithub.com/openshift-pipelines/pipelines-as-code/pkg/provider/gitlab.(*Provider).CreateStatus\n\tgithub.com/openshift-pipelines/pipelines-as-code/pkg/provider/gitlab/gitlab.go:226\ngithub.com/openshift-pipelines/pipelines-as-code/pkg/pipelineascode.(*PacRun).Run.func1\n\tgithub.com/openshift-pipelines/pipelines-as-code/pkg/pipelineascode/pipelineascode.go:115"} There is an error in my pipelinerun.yaml and the controller...
Call out in the `on-path-changed` documentation that git-submodules are treated as one file and a submodule's files are not in the list of changed files which `on-path-changed` references. Since `git`...
With recent updates to Tekton (pipelines: v1.0) some of my pipelines (created through PAC) will fail to start. The pipelines will get created but the status will be: `PipelineRunPending `...
They are basically issue_comment and can be handle the same but with a different event type "pull_request_review_{submitted, declined}" sample payload ```json { "action": "submitted", "review": { "id": 2628867366, "node_id": "PRR_kwDOFSvjgc6csVUm",...