jcli job search

jcli job search

Print the job of your Jenkins

Synopsis

Print the job of your Jenkins

  1. jcli job search [flags]

Examples

  1. jcli job search [keyword] --name keyword --type Folder

Options

  1. --columns string The columns of table (default "Name,DisplayName,Type,URL")
  2. --filter stringArray Filter for the list by fields
  3. -h, --help help for search
  4. --limit int The list of items limit (default 50)
  5. --name string The name of items for search
  6. --no-headers When using the default output format, don't print headers (default print headers)
  7. --parent string The parent of items for search
  8. --start int The list of items offset
  9. --type string The type of items for search

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. -o, --output string Format the output (default "json")
  9. --proxy string The proxy of connection to Jenkins
  10. --proxy-auth string The auth of proxy of connection to Jenkins
  11. --proxy-disable Disable proxy setting
  12. --token string The token of Jenkins
  13. --url string The URL of Jenkins
  14. --username string The username of Jenkins

SEE ALSO

  • jcli job - Manage the job of your Jenkins