fabric8io / osio-pipeline

DSL and utility functions in groovy for running Jenkins OSIO Pipeline
13 stars 17 forks source link

Refactors deploy and build API to use OC CLI #101

Closed hrishin closed 5 years ago

hrishin commented 5 years ago

At present build and deploy uses openshift jenkins plugin to start build and verify the deployments. The plugin its using has become stale and error prone. This patch replaces the plugin with OC CLI

Fixes https://github.com/fabric8io/osio-pipeline/issues/95