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

do something like this at the beginning of the workflow pipeline : ```shell [[ $(curl -i -s -H "Authorization: Bearer $GITHUB_TOKEN" -H "Accept: application/vnd.github.v3+json" https://api.github.com/rate_limit|grep x-ratelimit-remaining|sed 's/.*: //') -lt 30...

testing
ci

This should be doable and the watcher should handle that very nicely...

providers

When clicking on the links in this picture, it redirects to https://giphy.com/search/random-cats 🐱 I'm using the IP address of an ingress I set up on GKE, so this might be...

feature

Instead of having to specify the full CEL expression into the annotations (which doesn't scale) we could have a syntax that would reference a remote reference to a file containing...

feature
design

we don't need it since using the in cluster Gitea

plumbing
ci

followup from https://github.com/openshift-pipelines/pipelines-as-code/pull/1022

testing

we are currently only exposing a few variable in the CEL, we had request to allow more flexibility with the full body

We now have a global repository setting that can be set in the namespace where the controller is installed. This allows you to have a default setting for all repositories...

Hi, I've been experimenting a bit with Pipelines as Code together with bitbucket-server. But it doesn't seem to work with CEL-Expression annotation: ... annotations: pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch...

In a pull request workflow, it is common for the author to modify the changes in the pull request, e.g. push a new commit. When this happens, any previously triggered...