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
Post a Comment