As a developer
I need a continuous delivery pipeline
So that code commits can be brought to production smoothly and automatically
Details & Assumptions:
create a .tekton/pipeline.yaml file
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
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: