Hi Manish, It looks like there is an issue with the JSON plugin. I was able to replicate the issue on my local instance. I would suggest to raise an issue here: https://github.com/tomzo/gocd-json-config-plugin/issues
For now, a workaround would be to update the global file pattern under JSON plugin setting and then add the repo. [image: Screenshot 2019-02-05 at 17.00.07.png] On Mon, Feb 4, 2019 at 5:08 PM Manish Garedia <[email protected]> wrote: > Is it possible to change the Config XML so that it picks the pipelines > *.goprodpipeline.json and ignore *.gopipeline.json ? > > > <config-repo pluginId="json.config.plugin" id="xxx"> > <git url="[email protected]:mg/gocd" /> > <configuration> > <property> > <key>file_pattern</key> > <value>**/*.goprodpipeline.json</value> > </property> > </configuration> > </config-repo> > > I tried above configuration but it didn't work. > > > -- > You received this message because you are subscribed to the Google Groups > "go-cd" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
