I'm trying to deploy a app to kubernetes cluster through jenkins using Kubernetes Continuous Deploy
plugin. I copied the config .yml
file into jenkins machine and gave the path in the build step and I'm getting a error:
"No matching configuration files found"
screenshots of the plugin and console out are in links.
I saw same error on my jenkins server then i fixed it by correcting the path.
Can you put your .yml files to your source control. Because Kubernetes Continuous Deploy plugin will check your workspace.
And plugin will check your path and it will not find it. I attached images and you can see my working configurations.
$workspace/deployment.yml