jcli plugin upload
jcli plugin upload
上传插件到你的 Jenkins
Synopsis
上传来自本地文件系统或者远程 URL 的插件到你的 Jenkins
jcli plugin upload [flags]
Examples
jcli plugin upload --remote https://server/sample.hpi
jcli plugin upload sample.hpi
jcli plugin upload sample.hpi --show-progress=false
Options
-f, --file string The plugin file path which should end with .hpi
-h, --help help for upload
-r, --remote string 远程插件 URL
--remote-jenkins string Remote Jenkins which will find from config list
--remote-password string 远程插件的密码
--remote-user string User of remote plugin URL
--show-progress 是否显示上传进度 (default true)
--skip-posthook 是否跳过后置命令钩子
--skip-prehook 是否跳过前置命令钩子
Options inherited from parent commands
--config-load If load a default config file (default true)
--configFile string 指定另外一个配置文件
--debug Print the output into debug.html
--doctor Run the diagnose for current command
--insecureSkipVerify If skip insecure skip verify (default true)
-j, --jenkins string 选择本次执行的 Jenkins
--logger-level string Logger level which could be: debug, info, warn, error (default "warn")
--proxy string The proxy of connection to Jenkins
--proxy-auth string The auth of proxy of connection to Jenkins
--proxy-disable Disable proxy setting
--token string The token of Jenkins
--url string The URL of Jenkins
--username string The username of Jenkins
SEE ALSO
- jcli plugin - 管理 Jenkins 的插件
当前内容版权归 Jenkins中文社区 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Jenkins中文社区 .