CSCI-GA-2820-FA24-001 / customers

NYU DevOps Customers Service Fall 2024
Apache License 2.0
0 stars 1 forks source link

Tekton Pipeline Definition #63

Open JulianGan opened 6 days ago

JulianGan commented 6 days ago

As a developer I need a continuous delivery pipeline So that code commits can be brought to production smoothly and automatically

Details & Assumptions:

Acceptance Criteria:

Given the fully built pipeline file
When I run "oc apply -f tekton/pipeline.yaml"
Then I should see git-clone, linting and testing, and docker image build all applied automatically