Answers for "rundeck trigger another job"

0

rundeck trigger another job

curl -D - -X "POST" -H "Accept: application/json" \
    -H "Content-Type: application/json" \
    -H "X-Rundeck-Auth-Token: <TOKEN>" \
    -d '{"argString":"-arg1 val1 -arg2 val2"}' \
http://<URL>/api/16/job/<JOB_ID>/executions
Posted by: Guest on September-23-2020

Code answers related to "rundeck trigger another job"

Browse Popular Code Answers by Language