Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Labels:None
-
Similar Issues:
Description
There's no reason this shouldn't be possible. Let's allow groovy command use via SSH CLI.
Attachments
Issue Links
- is blocking
-
JENKINS-41745 Remoting-free CLI
-
- Resolved
-
- links to
Understood.
writing the command into a command.groovy and then piping it into the groovy CLI command worked
This pipeline
looks like this
Running shell script + cat cmd.groovy | java -jar ./jenkins-cli.jar -ssh -user **** -i **** -s http://serv:14/ groovy = HelloWorld
Thanks for clarifying