As a DevOps engineer
I need to set up the basic Tekton pipeline structure
So that we have the foundation for our CI/CD pipeline
Details and Assumptions
Need to create .tekton/ folder
Need pipeline.yaml, tasks.yaml, workspace.yaml
Must configure PersistentVolumeClaim
Need proper folder structure and organization
Acceptance Criteria
Given the project repository
When I set up the Tekton configuration
Then I should have all required files in .tekton/ folder
And the basic pipeline structure should be defined
And the workspace should be properly configured
And the configuration should be valid Tekton syntax
As a DevOps engineer I need to set up the basic Tekton pipeline structure So that we have the foundation for our CI/CD pipeline
Details and Assumptions
Acceptance Criteria
Given the project repository When I set up the Tekton configuration Then I should have all required files in .tekton/ folder And the basic pipeline structure should be defined And the workspace should be properly configured And the configuration should be valid Tekton syntax