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 - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -