Commit Graph

3 Commits

Author SHA1 Message Date
f1a75cab8c docs: update CLAUDE.md with config file usage 2026-03-18 14:02:47 +08:00
54838dba25 Add command-line options for Jenkins credentials
Allow passing URL, username, and password via global options (-u, -U, -P)
as an alternative to environment variables. Options take precedence over
environment variables.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 12:48:21 +08:00
25ad8f3a71 Initial commit: zzpyjenkins CLI tool for Jenkins interaction
A CLI tool built with Click and Rich to interact with Jenkins servers.
Provides commands for viewing server info, listing jobs, triggering builds,
checking build status, and watching build progress.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 20:55:31 +08:00