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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -