On Thu, Sep 17, 2020 at 12:21 PM Michael Carter <[email protected]> wrote: > I'm presented with this error so I've forgotten a config.jelly somewhere.
Not necessarily. > Is there any way to get the absolute path of the file it's looking for? It told you: `hudson/model/Hudson/config.jelly`, or rather a supertype like `jenkins/model/Jenkins/config.jelly`. Which does not exist, and is not supposed to. Which maybe means you defined a repeatable property in a weird way that would up loading `Jenkins.instance` rather than the `Describable` you intended. Hard to know. Best to ask such questions with a link to an open PR demonstrating the problem. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr2vwTbY6a7H%2BTRsg3mOTyO0v-qTwt4KLRr31HJTqHqQ8A%40mail.gmail.com.
