fabric8-pipeline-library icon indicating copy to clipboard operation
fabric8-pipeline-library copied to clipboard

[Question]AppsAPIGroupExtensionAdapter not a subtype of ExtensionAdapter

Open ntriamme opened this issue 6 years ago • 0 comments

I've try to use fabric pipeline library with Openshift jenkins, but I got an error

java.util.ServiceConfigurationError: io.fabric8.kubernetes.client.ExtensionAdapter: Provider io.fabric8.kubernetes.client.AppsAPIGroupExtensionAdapter not a subtype

when I try to execute mvn --version inside mavenNode

`@Library('github.com/fabric8io/fabric8-pipeline-library@master') _

mavenNode(label: 'maven-and-docker') { container(name: 'maven') { sh 'mvn version' }
}'

ntriamme avatar Sep 13 '18 07:09 ntriamme