jenkins-zh / jenkins-cli

Jenkins CLI allows you to manage your Jenkins in an easy way. Jenkins 命令行客户端
http://www.jenkins-zh.cn/jenkins-cli/
MIT License
389 stars 78 forks source link

Have a command to test jenkins server config statue, successful or fail #425

Open menggya opened 4 years ago

menggya commented 4 years ago

can add a command to test jenkins server config statue example: jcli -j XXX config test #return config test status or jcli -j xxx job list #show full job name list

LinuxSuRen commented 4 years ago

You can get the Jenkins jobs list by executing the following command:

jcli job search