MyApp
Nodejs demo app for running a cloud native Tekton Pipeline.
This app displays a random picture of a cat.
Build and run Nodejs app
npm install
node app.js
Open http://localhost:3000/ in your web browser to view the running app.
Build and run Nodejs app on Kubernetes using a cloud native Tekton Pipeline
Follow the instructions in the tekton/ directory.
OpenShift
If you are using an OpenShift environment, then follow the instructions in the openshift/tekton/ directory.