简体   繁体   中英

How to install plugins in Jenkins using command line in ubuntu?

I have installed Jenkins in my Ubuntu OS and now I want to install its few plugns using command line. I have got this command :- java -jar jenkins-cli.jar -s http://127.0.0.1:8080/ install-plugin from this url :- How to install jenkins plugins from command line?

Problem :- 1) I don't know what are the plugins name there for Jenkins and so please provide me few basic jenkins plugins name to put in the above command or any other command to install using CLI.

对于jenkins 2,请在插件搜索中查看Mailer,LDAP

java -jar /path/to/jenkins-cli.jar -s http://127.0.0.1:2206/ install-plugin github-api --username admin --password password

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM