I don't think that Jenkins can really do this, not without major surgery. This goes against the grain of not just Jenkins, but continuous integration and automated builds in general. Part of the idea of having Jenkins is to fully automate your build so that it doesn't matter _who_ built the job, it all comes out the same. I think it might be better if we knew why you needed this.
Every build includes a record of how the build was triggered, and if it was triggered by hand (rather than by seeing a change in SVN or on another sort of schedule), it will tell you which Jenkins user triggered the build. In my own build system (with 60+ users), Jenkins checks the code out of the repository as its own user, which has read-only privileges on the repository. I can always find out who launched a build, but it's by asking Jenkins, not my source control. --Rob -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Kalpana Sent: Friday, September 28, 2012 7:28 AM To: [email protected] Subject: Configuring multiple svn accounts in jenkins Hello, I have around 10-12 users using the svn repository (basically my team). I need to configure all their svn credentials in jenkins, such that whenever they try to run a job , jenkins must ask for their account details.Also this svn user/pwd should be synced with jenkins user accounts such that whenever they login with the svn account, the corresponding jenkins user account must be logged in.If the concerned user starts a job, then the job must appear as run from the particular user's login and not as anonymous or some common username. When I was browsing through forums certain sites pointed that only one svn credential can be configured. Please help me in this.. -- View this message in context: http://jenkins.361315.n4.nabble.com/Configuring-multiple-svn-accounts-in-jenkins-tp4641682.html Sent from the Jenkins users mailing list archive at Nabble.com. The information in this message is for the intended recipient(s) only and may be the proprietary and/or confidential property of Litle & Co., LLC, and thus protected from disclosure. If you are not the intended recipient(s), or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any use, dissemination, distribution or copying of this communication is prohibited. If you have received this communication in error, please notify Litle & Co. immediately by replying to this message and then promptly deleting it and your reply permanently from your computer.
