-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubernetes deploy failure #145
Comments
Im facing the same issue, please fix it |
Facing the same. Downgrading both Jackson API to 2.10.3 and Kubernetes-CD plugin to 2.1.0 works but it causes other plugins not to be working. For example, the Kubernetes CLI plugin is not working after downgrading because it requires the Jackson API plugin to be 2.11.3 and higher. I had to comment out the part in Jenkinsfile that relies on the Kubernetes CLI plugin |
facing the same issue.. any update on this yet ? |
Starting Kubernetes deployment
Loading configuration: /root/.jenkins/workspace/container-service/container-open-api-test/test.yaml
ERROR: ERROR: Can't construct a java object for tag:yaml.org,2002:io.kubernetes.client.openapi.models.V1Service; exception=Class not found: io.kubernetes.client.openapi.models.V1Service
in 'reader', line 1, column 1:
apiVersion: v1
^
hudson.remoting.ProxyException: Can't construct a java object for tag:yaml.org,2002:io.kubernetes.client.openapi.models.V1Service; exception=Class not found: io.kubernetes.client.openapi.models.V1Service
in 'reader', line 1, column 1:
apiVersion: v1
^
The text was updated successfully, but these errors were encountered: