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

Pipelines-as-Code for Tekton

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

When I apply the following Kubernetes manifests on the default GKE cluster: ``` # Install tekton pipelines and tasks kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml # Install tekton operators for tekton config...

Is there any special reason PR closed event do not support ? pipelinesascode.tekton.dev/on-cel-expression: | target_branch == "pipelineascode" && body.pull_request.merged == true {"level":"info","ts":"2024-01-26T06:37:16.741Z","logger":"pipelinesascode","caller":"adapter/adapter.go:211","msg":"skipping event: pull_request: unsupported action \"closed\"","commit":"0bd8115","provider":"github","event-id":"5764e830-bc15-11ee-8b09-89324112a5fe"}

Hi, folks! I set the value for `auto-configure-new-github-repo` to `True` ``` apiVersion: v1 data: application-name: Pipelines as Code CI auto-configure-new-github-repo: "true" auto-configure-repo-namespace-template: "{{repo_name}}-pipeline" bitbucket-cloud-additional-source-ip: "" bitbucket-cloud-check-source-ip: "true" default-max-keep-runs: "" error-detection-from-container-logs:...

there is no branch aliases anymore on cloudfare for deployment, and the ID seems random. so i am not sure how to fix that, maybe deploying our own docs to...

I would like to have PaC support the tekton feature (currently in alpha) for calling pipelines from within pipelines: https://tekton.dev/docs/pipelines/pipelines/#specifying-pipelines-in-pipelinetasks

I am following the instructions as mentioned here - https://github.com/openshift-pipelines/pipelines-as-code#getting-started, but the pipelinerun that gets execured after i push the changes is getting completed with a failed status. The logs...

We have many environment variables to run the E2E tests. This is great and all but it's not very easy to figure out what they do which one need to...

testing
ci

% tkn pac info install Pipelines as Code: Install Version: devel Install Namespace: pipelines-as-code Github Application: Name: URL: HomePage: Description: Error: template: Describe Repository:11:18: executing "Describe Repository" at : error...

clicking on rerun button give me this in the log: ``` ∙ 09:53:32 CEL expression is not matching push-generate-coverage-releaseyaml-, skipping ∙ 09:53:32 CEL expression is not matching go-testing-, skipping ∙...

since gitlab deprecated it as documented here: https://docs.gitlab.com/ee/api/merge_requests.html#get-single-merge-request-changes ``` pkg/provider/gitlab/gitlab.go:315:24: SA1019: v.Client.MergeRequests.GetMergeRequestChanges is deprecated: This endpoint has been replaced by MergeRequestsService.ListMergeRequestDiffs() (staticcheck) mrchanges, _, err := v.Client.MergeRequests.GetMergeRequestChanges(v.sourceProjectID, runevent.PullRequestNumber, &gitlab.GetMergeRequestChangesOptions{} ```

refactoring