There is actually a layered set of credential stores... if you use the folders plugin (which as of version 4.0 is free as in Open Frickin Source) then you can tie credentials to within a specific folder.
imod has been working on trying to integrate credentials into the maven settings.xml provider... but after we made him a committer over at Maven we've been keeping him busy with his OSS time ;-) On 17 January 2014 15:20, Naumenko, Roman <[email protected]> wrote: > Hi, > > Are there any known best practices for managing credentials for maven on a > shared build server? > > Only way I see it is to have store them in a workspace in custom setting > xml, but for that users should be able to upload the file from somewhere. > And only option is to get it from version control system. Which is not > really working, maven credentials should be separated for snapshots and > releases repositories. E.g different persons make builds and other prepare > releases. Obviosly it's not applicable if credentials are stored in the > same repository. > > Rephrasing it: is there a way to separate maven credentials per job while > manage it somewhere on jenkins? > There is a plugin credential-store that provides a nice interface for > managing password. But again, this is for global definitions. > > --Roman > > _______________________________________________________________________ > > This email is intended only for the use of the individual(s) to whom it is > addressed and may be privileged and confidential. > Unauthorised use or disclosure is prohibited. If you receive This e-mail > in error, please advise immediately and delete the original message. > This message may have been altered without your or our knowledge and the > sender does not accept any liability for any errors or omissions in the > message. > > Ce courriel est confidentiel et protégé. L'expéditeur ne renonce pas aux > droits et obligations qui s'y rapportent. > Toute diffusion, utilisation ou copie de ce message ou des renseignements > qu'il contient par une personne autre que le (les) destinataire(s) > désigné(s) est interdite. > Si vous recevez ce courriel par erreur, veuillez m'en aviser > immédiatement, par retour de courriel ou par un autre moyen. > > -- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
