Docker image for Jenkins CLI based on Alpine Linux.
1.3K
Docker image for Jenkins CLI based on Alpine Linux. The container will use jenkins-cli.jar downloaded from target host.
Without auth:
docker run -it --rm \
-e "JENKINS_URL=http://jenkins.example.com:8080" \
chickenzord/jenkins-cli help
With auth:
docker run -it --rm \
-v $HOME/.ssh:/ssh \
-e "JENKINS_URL=http://jenkins.example.com:8080" \
chickenzord/jenkins-cli help
Replace help with your jenkin-cli command. See Jenkins CLI wiki page for more information.
The CLI can be configured using environment variables.
JENKINS_URL: requiredPRIVATE_KEY: optional (default: /ssh/id_rsa)Content type
Image
Digest
Size
40.4 MB
Last updated
over 8 years ago
docker pull chickenzord/jenkins-cli