You can modify the config xml on the file system and GoCD server will automatically load it for you. It's discussed here <https://groups.google.com/forum/#!searchin/go-cd/%22$2Fgo$2Fapi$2Fadmin$2Fconfig.xml%22%7Csort:relevance/go-cd/-aLWDdEO1Ek/hjCoNRvEMgEJ> .
On Thu, Nov 17, 2016 at 8:57 PM, Mintu Singh <[email protected]> wrote: > Hi, > > I am trying to find a way where we can update the Config.xml file of GOCD. > We have a method of updating the pipeline config where we can create > pipelines. > I am trying to control Pipeline Group access by updating the config.xml > file > > > <roles> > <role name="Tester"> > <users> > <user>User1</user> > </users> > </role> > <role name="Analyst"> > <users> > <user>User2</user> > </users> > </role> > <role name="Dev"> > <users> > <user>User3</user> > </users> > </role> > </roles> > > Please help > > Thanks!! > > -- > 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.
