jenkins-cli icon indicating copy to clipboard operation
jenkins-cli copied to clipboard

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

Open menggya opened this issue 4 years ago • 1 comments

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

menggya avatar Jul 06 '20 08:07 menggya

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

jcli job search

LinuxSuRen avatar Jul 06 '20 09:07 LinuxSuRen