jenkins-ci
Installation
SKILL.md
Jenkins CI/CD Automation
Continuous Integration and Continuous Deployment with Jenkins pipelines, Groovy scripting, and comprehensive API control.
Direct Control (CLI / API / Scripting)
Jenkins CLI Commands
# Download Jenkins CLI
wget http://localhost:8080/jnlpJars/jenkins-cli.jar
# Set credentials
export JENKINS_URL="http://localhost:8080"
export JENKINS_USER="admin"
export JENKINS_TOKEN="your-api-token"
# Job operations
java -jar jenkins-cli.jar -s $JENKINS_URL -auth $JENKINS_USER:$JENKINS_TOKEN build my-job
Related skills
More from phuetz/code-buddy
blender
Blender 3D modeling, animation, and rendering automation via Python bpy scripting and CLI
19figma
Automate Figma design workflows via REST API, Plugin API, and MCP integration
3github
Interact with GitHub using the gh CLI for issues, PRs, CI runs, releases, and API queries
3gif-search
Search and download GIFs from Tenor and Giphy APIs
3ableton-live
Ableton Live music production automation via OSC protocol, MIDI, and Max for Live
3gitlab
GitLab DevOps platform with CI/CD pipelines, API automation, and glab CLI control
3