rundeck_import_jobs
Import job definitions into a project from JSON, YAML, or XML content. Control duplicate handling and UUID preservation with optional parameters.
Instructions
Import job definitions into a project from JSON, YAML, or XML content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Target project name | |
| content | Yes | Job definition content (JSON, YAML, or XML) | |
| format | No | Content format (default json) | |
| dupeOption | No | How to handle duplicate jobs (default skip) | |
| uuidOption | No | UUID handling (default preserve) |