convert_jenkinsfile
Convert Jenkinsfile to GitHub Actions workflow YAML. Takes declarative pipeline content and returns an equivalent workflow, enabling CI/CD migration.
Instructions
Convert a Jenkinsfile (declarative pipeline syntax) to a GitHub Actions workflow YAML. Takes a Jenkinsfile content as input and returns the equivalent GitHub Actions workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format (yaml or json). Default is yaml. | yaml |
| jenkinsfile | Yes | The content of the Jenkinsfile to convert |