jcli credential create
jcli credential create
Create a credential from Jenkins
Synopsis
Create a credential from Jenkins
jcli credential create [flags]
Options
--credential-id string The ID of Jenkins credentials
--credential-password string The Password of Jenkins credentials
--credential-username string The Username of Jenkins credentials
--desc string The Description of Jenkins credentials
-h, --help help for create
--scope string The scope of Jenkins credentials which might be GLOBAL or SYSTEM (default "GLOBAL")
--secret string The Secret of Jenkins credentials
--store string The store name of Jenkins credentials (default "system")
--type string The type of Jenkins credentials which could be: basic, secret (default "basic")
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 credential - Manage the credentials of your Jenkins
当前内容版权归 Jenkins中文社区 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Jenkins中文社区 .