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.

Reply via email to