-
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
No matching configuration files #129
Comments
Hi There, I got the same issue as @jeahoonchen mentioned above, I used docker command to start up jenkins: ERROR: No matching configuration files found for var/jenkins_home/cnPolicy/sm-service.yaml |
The documentation surrounding - arguably - the most important feature for deployment, is non-existent. When I include the deployment yaml in the application repo:
So should the "config files" (which presumably means kube yaml) be referenced as being system local for each executor, or from the workdir base? |
Same problem here... Anyone? |
If someone would bump into this... Just put *.yml in you config field... |
Hello. So how to resolve this problem ? I don't underestand. I have a similar problem.
|
having the same issue, trying to deploy a K8s deployment with jenkins pipeline, and getting the following error:
|
|
test.yaml is in / test / on my jenkins server, /test/test.yaml
my jenkinsjob configured Config Files :test/test.yaml
jenkins console output
ERROR: No matching configuration files found for test/test.yaml
ERROR: ERROR: java.lang.IllegalStateException: No matching configuration files found for test/test.yaml
how should the config file be configured?
The text was updated successfully, but these errors were encountered: