analyze_jenkinsfile
Analyze a Jenkinsfile to extract its stages, steps, environment variables, and agent configuration, providing the structure needed to plan a migration to GitHub Actions.
Instructions
Analyze a Jenkinsfile and provide information about its structure, including stages, steps, environment variables, and agent configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jenkinsfile | Yes | The content of the Jenkinsfile to analyze |