jcli credential create

jcli credential create

Create a credential from Jenkins

Synopsis

Create a credential from Jenkins

  1. jcli credential create [flags]

Options

  1. --credential-id string The ID of Jenkins credentials
  2. --credential-password string The Password of Jenkins credentials
  3. --credential-username string The Username of Jenkins credentials
  4. --desc string The Description of Jenkins credentials
  5. -h, --help help for create
  6. --scope string The scope of Jenkins credentials which might be GLOBAL or SYSTEM (default "GLOBAL")
  7. --secret string The Secret of Jenkins credentials
  8. --store string The store name of Jenkins credentials (default "system")
  9. --type string The type of Jenkins credentials which could be: basic, secret (default "basic")

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