pipelines-as-code icon indicating copy to clipboard operation
pipelines-as-code copied to clipboard

Pipelines-as-Code for Tekton

Results 209 pipelines-as-code issues
Sort by recently updated
recently updated
newest added

Using a standard push event emitted by a bitbucket cloud webhook, the `openshift-pipelines/pipelines-as-code-controller-*` (version: `v0.37.3`) pod logs a parsing error even when using the most simple CEL expression imaginable. In...

### Problem Description The initial processing of incoming Git events involves payload parsing ([parsePayload](https://github.com/chmouel/pipelines-as-code/blob/main/pkg/provider/github/parse_payload.go#L273-L273)) before Pipelines-as-Code (PaC) attempts to match the event to a known Repository Custom Resource (CR) and...

NilAway is a static analysis tool that seeks to help developers avoid nil panics in production by catching them at compile time rather than runtime. NilAway is similar to the...

## Summary Pipelines-as-Code calls `GetFiles()` serially for each PipelineRun's CEL expression evaluation, causing severe performance degradation when repositories have many PipelineRuns using `files.*` patterns. This results in minutes to hours...

Dear maintainers of Tekton pipelines-as-code, Our group at the Continuous Delivery Foundation created a CI/CD Cybersecurity Guide and the OpenSSF projects are featured in it. [Request] Please double check that...

## Description Add PR description (body) and list of files changed to the LLM context to provide richer information for AI-powered analysis. ## Context This was suggested in PR #2292...

enhancement
llm

## Description Include Kubernetes Events associated with failed TaskRuns in the LLM context to provide richer diagnostic information for AI-powered analysis. ## Context This was suggested in PR #2292 review...

enhancement
llm

Based on documentation, currently only `push` and `pull_request` events from github are supported. As I do want to trigger a pipeline when a github scheduled workflow fails, I need to...

feature
github

The GitLab comment strategy documentation section is missing an important note about validation failure comments that is currently only documented in the GitHub section. **Problem:** - The comment strategy note...

Currently, there are no end-to-end (e2e) tests to verify that the pull_request_number dynamic variable is correctly populated when a push event is triggered by a pull request merge. This leaves...