pipelines-as-code
pipelines-as-code copied to clipboard
Pipelines-as-Code for Tekton
this has some unexpected behaviour where the default SA would not be available anymore! and it's probably bad practice to create "workload" in system namespaces...
When a non collaborator user submit a pull request instead of being completely quiet about it we can add a comment letting know the user waiting for some collaborator to...
We are looking at ways to adapt and roll out Tekton Pipelines-As-Code in our organization. We are trying to create a central CI pipeline file where a single team takes...
it's probably not super secure, cf: * https://www.fullcontact.com/blog/2016/04/29/never-put-secrets-urls-query-parameters/ * https://security.stackexchange.com/a/181555
When using a remote pipeline (as described in chapter "Using remote pipeline annotations with Pipelines as Code" in the documentation: https://docs.openshift.com/container-platform/4.11/cicd/pipelines/using-pipelines-as-code.html), it is not possible to reference remote tasks from...
Issue comment : https://github.com/openshift-pipelines/pipelines-as-code/pull/1244#discussion_r1178803873
Hi, it would be nice if resolving remote pipeline definitions could be documented in more detail, specifically how `Tasks` are resolved from such a reference. My current understanding (and after...
After first coming in contact with the `Repository` CR I wondered, if it might be feasible to optionally allow `url` wildcard / prefix matching. This would change the semantics of...
Following this commit af448094daafeadc4dd697aa0c9ae523749f53d9 we need to add a e2e test for this, since well if we got bit by it we may be going to be bit again... we...
In situations where there are many related tasks in a single PipelineRun, I want to be able to have all tasks run "successfully" so that the entire pipeline will be...