What problem does it solve?
This Skill streamlines the management of Jenkins jobs, especially in environments requiring browser-assisted authentication for Okta SSO, by providing a command-line interface that handles session management and job operations.
Core Features & Use Cases
- Browser-Assisted Authentication: Securely logs into Jenkins via Okta SSO using Playwright, saving session cookies for subsequent CLI use.
- Job Management: Allows users to view build history, retrieve console logs, and trigger Jenkins jobs directly from the command line.
- Use Case: When Jenkins requires an interactive Okta login before API access, use
auth login to establish a session, then history <job> to check recent builds or run <job> to trigger a new pipeline.
Quick Start
Use the work-jenkins skill to authenticate with Jenkins using your Okta credentials.