login_jenkins
Logs into Jenkins with credentials, validates them, and automatically discovers all jobs to enable build triggering and Slack notifications.
Instructions
Login to Jenkins. Opens browser to Jenkins token page for new users. Validates credentials and auto-discovers all jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Jenkins username | |
| baseUrl | Yes | Jenkins base URL (e.g. https://jenkins.example.com) | |
| apiToken | No | Jenkins API token (get from Jenkins → User → Configure → API Token) | |
| buildToken | No | Remote build trigger token |