catalog
catalog copied to clipboard
Catalog of shared Tasks and Pipelines.
# Expected Behavior `git-clone` task succeeds # Actual Behavior `git-clone` task fails # Steps to Reproduce the Problem 1. `kubectl apply -f pipeline.yaml` from the attached [repro.zip](https://github.com/tektoncd/catalog/files/9305481/repro.zip) 2. `kubectl create...
# Changes Added option to use aws credentials when pushing to ecr as described here: https://github.com/GoogleContainerTools/kaniko#pushing-to-amazon-ecr The Current task didn't support in the additional secret that includes the aws credentials...
# Expected / Requested Behavior Make an additional paramater in the pytest task to pass additional pip install arguments to the pytest task. This is useful, when your packages are...
# Changes Let's see if this works /hold # Submitter Checklist These are the criteria that every PR should meet, please check them off as you review them: - [x]...
# Changes - Move all link definitions down to the bottom for readability. - Added request for `kind` label - Added link to end-to-end testing documentation /kind documentation # Submitter...
# Changes Added the SONAR_SOURCES parameter to the sonarqube-scanner task. This value was previously hard coded as ".", this value is the default value of the new parameter. # Submitter...
feat(test-local): new script test-local.sh to test tasks and pipelines against a local k8s cluster
# Changes new script `test-local.sh` does not require ns delete permission as `run-test.sh` # Submitter Checklist These are the criteria that every PR should meet, please check them off as...
# Changes feat(script): add new task - version 0.1 NOTE: This was intially called bash, now i generified it to allow any script (the branch name should be the only...
# Changes Added version `0.2` for `orka-teardown` task * Compatibility changes to make the pipelines also work properly when using Tekton v0.34.1 * Updated `orka-tekton-runner` docker image and updated versioning....
# Changes Added version `0.2` for `orka-deploy` task * Compatibility changes to make the pipelines also work properly when using Tekton v0.34.1 * Added additional task parameters for feature parity...