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

c# - SharpSsh Command Execution -

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

python - Specify path of savefig with pylab or matplotlib -