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

Currently, if we want to allow a bot like dependant to trigger CI when it creates a pull request we need to add the bot name in OWNERS file. if...

feature

with v0.11.0, we received issues where PAC is failing to report status with GitHub App

bug

``` $ tkn pac bootstrap [main] 🏃 Checking if Pipelines as Code is installed. Error: could not detect Pipelines as Code configmap on the cluster, please reinstall ``` it happens...

bug

1. Add screenshot for **tkn-pac setup gitlab-webhook** command execution 2. Detail steps on setting up GitLab webhook with 2 ways

documentation
providers

if: - non allowed user submit a PR - PAC deny it with a : ![image](https://user-images.githubusercontent.com/98980/179939803-f40e557e-464f-4ec2-aaa4-d4f5edb8255f.png) - other Allowed user send a /ok-to-test - PR gets started - it gets...

bug

Following the impl of "Run PipelineRun manually without a GIT event #614" we should make it works on bitbucket enteprise

We currently send folks to a web browser to create token, We can definitively do it the same way `gh auth` does it : it redirect to this page :...

feature
cli

We currently only test the "happy path" but never try to figure out the failure path.... It's a bit tricky since we need to log into the provider api and...

testing

Currently we don't have any order in which we execute pipelinerun if user has defined concurrency we should have some order may be alphabetical or some other way so that...

feature

I am trying to run pipeline from ```.tekton``` directory of gitlab in order to evaluate tool for our platform. however it seems like pipelinerun generated by controller is being rejected...