fabric8io / osio-pipeline

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

Detect if bayeseian plugin is available #99

Closed chmouel closed 5 years ago

chmouel commented 5 years ago

And if not, do not use it. this is so we are able to run on pristine openshift-jenkins

hrishin commented 5 years ago

Yeah can go with different solution Otherwise need to fix this https://github.com/jenkinsci/custom-war-packager/issues/65

chmouel commented 5 years ago

@hrishin I am not sure how this fix it ? We want to use the upstream openshift images, which doesn't have bayesian, so we want to be able to detect if it's avail or not and just skip it and not fail if not avail.

chmouel commented 5 years ago

This is a duplicate of https://github.com/fabric8io/osio-pipeline/issues/74