fabric8io / osio-pipeline

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

Do not use openshift deprecated 'jenkins-plugins' feature #95

Closed chmouel closed 5 years ago

chmouel commented 5 years ago

It has been depracated in 3.11 and broke run the run osio-pipeline on pristine openshift jenkins image story.

i.e: getting this failure when using latest version of the plugin :

[Pipeline] openshiftBuild
NOTE: steps like this one from the OpenShift Pipeline Plugin will not be supported against OpenShift API Servers later than v3.11
[Pipeline] error
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: Build failed
Finished: FAILURE