Skip to content

jenkins-x-quickstarts/node-http-watch-pipeline-activity

Repository files navigation

watch pipeline activities using node

Simple example to show watching the custom resource definition PipelineActivities

The example writes any PipelineActivites to the console. Use jx logs --env staging jx-staging-<app name> to view the log. Then trigger a promotion using jx promote <app name> --version=<version in staging> --env production.