You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I've try to use fabric pipeline library with Openshift jenkins, but I got an error
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'
}
}'
The text was updated successfully, but these errors were encountered: