Install jenkins plugin from file though command/cli -


i trying install plugin plugin file(.hpi) through command. know can jenkins ui, need through curl/jenkins-cli can give path "plugin.hpi" file. idea ?

thanks,

the command line api jenkins follows:

java -jar jenkins-cli.jar -s {url} install-plugin {full_path} --username user --password pass


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -