How to add credentials to jenkins without using UI? -


as part of automating jenkins setup need add credentials use svn configuration in build jobs.

manually add domain here http://< server >:8080/credential-store/

then add credentials here: http://< server >:8080/credential-store/domain/< domain >/newcredentials

has managed automate this? there doesn't seem usable api , xml files contain hashed passwords stops me copying files around (plus worry security this)


Comments

Popular posts from this blog

How can we post XML strings along with text strings in iOS -

How to run C# code using mono without Xamarin in Android? -

c# - cefsharp app remember password option -