Hi All We use a service account in Jenkins to access TFS and its password needs to be changed every six months. Now I want to write a script (console groovy or C#) to update the password, can anyone give me an outline? I am thinking about two ways, assume we have the new hash value for the new password (this can be generated by updating password field in one project and find the new hash value in config.xml). 1. Console groovy: find all the projects using TFS plugin (how), update the value of the password field (this is the hash value, right?). 2. Search through the \jobs folder, and update the value of the password field (this is the hash value).
Thanks Jirong -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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-users/b3b28e0b-aef0-43e9-86ec-c68531ecf68b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
