jcli center start
jcli center start
Start Jenkins server from a cache directory
Synopsis
Start Jenkins server from a cache directory
jcli center start [flags]
Options
--admin-can-generate-new-tokens If enabled, the users with administer permissions can generate new tokens for other users
--concurrent-indexing int Concurrent indexing limit, take this value only it is bigger than -1 (default -1)
--context string Jenkins Web 应用的上下文 (default "/")
--download 当文件不存在时是否要下载 jenkins.war (default true)
--dry-run 不真正地运行 jenkins.war
--env stringArray 传递给 Jenkins 的键值对的环境变量
--formula string The formula of jenkins.war, only support zh currently
-h, --help help for start
--https-cert string HTTPS 协议的证书文件路径
--https-enable 是否要启用 HTTPS
--https-port int HTTPS 协议的端口 (default 8083)
--https-private string HTTPS 协议的私钥文件路径
--lts If you want to download Jenkins as LTS (default true)
--port int Jenkins 的端口 (default 8080)
--random-web-dir If start jenkins.war in a random web dir
--setup-wizard 是否要在第一次启动时显示配置向导 (default true)
--sys stringArray System property key-value
--version string jenkins.war 的版本 (default "2.190.3")
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 center - 管理你的 Jenkins 更新中心
当前内容版权归 Jenkins中文社区 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Jenkins中文社区 .