Jenkins supports ssh authentication in CLI. Below is a command to verify that I am authenticated: 12java -jar jenkins-cli.jar -s http://myserver/jenkins who-am-i 34Authenticated as: myuser 5Authorities: 6authenticated However you still would meet permission error when running groovy script in CLI. 12java -jar …
Read More