Siddharth Seth

Results 6 comments of Siddharth Seth

What I was looking for was a way to pass build time params into the service dockerfiles ... Found an excellent article clearing the air and setting things straight, in...

Also, right before this error occurs I am getting a warning as below: `WARNING i.j.p.casc.BaseConfigurator#createAttribute: Can't handle class org.jenkinsci.plugins.plaincredentials.impl.FileCredentialsImpl#file: type is abstract but not Describable.`

Another update, I think this is related to the way I have split the yaml for ec2 plugin... ec2.yaml looks like: ``` jenkins: clouds: - amazonEC2: name: "XXXX" .... templates:...

Just tried again by merging everything back together into a single yaml file ... Still get the same error.

There is nothing named services in any of the twelve YAML config files, so I cannot pinpoint the issue or narrow it down to a particular part of the configuration....

So, I removed the compose.yaml file from the jenkins home. Now the error I get with the below templates of the ec2 configuration is: ec2.yaml ``` jenkins: clouds: - amazonEC2:...