简体   繁体   English

如何使用ubuntu中的命令行在Jenkins中安装插件?

[英]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. 我已经在我的Ubuntu操作系统中安装了Jenkins,现在我想使用命令行安装它的几个插件。 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? 我有这个命令:-java -jar jenkins-cli.jar -s http://127.0.0.1:8080/ install-plugin from this url:- 如何从命令行安装jenkins插件?

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. 问题:-1)我不知道Jenkins的插件名称是什么,因此请提供一些基本的jenkins插件名称以放入上述命令或任何其他使用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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在脚本中使用 for,Ubuntu 命令行 - Using for in a Script, Ubuntu command line 如何将Jenkins Ubuntu Slave作为服务安装? - How to install Jenkins Ubuntu slave as a service? 安装插件时 Ubuntu UnknownHostException 上的 Jenkins - Jenkins on Ubuntu UnknownHostException when installing plugins 如何从命令行重新加载配置 Jenkins? - How to reload the configuration Jenkins from the command line? 如何使用命令行自动安装Eclipse插件? - How do you automate the installation of Eclipse plugins with command line? 使用命令行 linux 安装 android sdk - install android sdk using command line linux 我正在尝试使用命令在 centos 上安装 jenkins - “sudo yum install jenkins -y” - I am trying to install jenkins on centos using command - "sudo yum install jenkins -y" 如何在不从Linux命令行使用Maven / Ant的情况下为Jenkins生成coverage.xml? - How can I generate a coverage.xml for Jenkins without using Maven/Ant from the Linux command line? 我如何使用命令行在linux ubuntu中重置和清理终端? - How i could reset and clean the terminal in linux ubuntu using a command line? 如何使用命令行找到Linux上的默认应用程序-CentOS / Ubuntu? - How can I find out the default applications on Linux - CentOS/Ubuntu - using the command line?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM