Rick

Results 753 comments of Rick

Another similar solution is that support multiple config path. For example, the default config path is `~/.jenkins-cli.yaml`. We can have more paths to resolve. Find the config file from the...

You can get the Jenkins jobs list by executing the following command: `jcli job search`

@sladyn98 Thanks very much for your passion. My idea is that fetch the new plugins data from `https://plugins.jenkins.io/api/plugins/new`, then print them. A suggestion is like below: `jcli plugin news`

I would prefer this function adding into `pluginApi.go`.

Hi @sladyn98, if you want to take this. I can assign it to you.

Welcome to push your PR. If it's still in progress, please add `WIP` in the title. We can discuss the details in it. Thanks.

Thanks for reporting the issues. Could you please give more context? For example, the version of jcli.

The command `jcli cwp` downloads plugins from the center Maven repository, so I think it should be hard to specific a maven mirror. See also https://github.com/jenkins-zh/jenkins-cli/blob/a8a75cc3daac587456f410232f52ae2fd5fca05f/app/cmd/cwp.go#L142 I'm not sure about...