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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -