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

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -

android - Unable to generate FCM token from dynamically instantiated Firebase -