jcli open

jcli open

在浏览器里打开 Jenkins

Synopsis

在浏览器里打开 Jenkins

  1. jcli open [flags]

Examples

  1. jcli open -n [config name]
  2. Open Jenkins with a specific browser is useful in some use cases. For example, one browser has a proxy setting.
  3. There are two ways to achieve this:
  4. jcli open --browser "Google-Chrome"
  5. JCLI_BROWSER="Google Chrome" jcli open

Options

  1. -b, --browser string Open Jenkins with a specific browser
  2. -c, --config Open the configuration page of Jenkins
  3. -h, --help help for open
  4. -i, --interactive 交互模式

Options inherited from parent commands

  1. --config-load If load a default config file (default true)
  2. --configFile string 指定另外一个配置文件
  3. --debug Print the output into debug.html
  4. --doctor Run the diagnose for current command
  5. --insecureSkipVerify If skip insecure skip verify (default true)
  6. -j, --jenkins string 选择本次执行的 Jenkins
  7. --logger-level string Logger level which could be: debug, info, warn, error (default "warn")
  8. --proxy string The proxy of connection to Jenkins
  9. --proxy-auth string The auth of proxy of connection to Jenkins
  10. --proxy-disable Disable proxy setting
  11. --token string The token of Jenkins
  12. --url string The URL of Jenkins
  13. --username string The username of Jenkins

SEE ALSO

  • jcli - Jenkins CLI written by golang which could help you with your multiple Jenkins