Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 2.02 KB

README.md

File metadata and controls

48 lines (32 loc) · 2.02 KB

Jenkins

Container running Jenkins.

Usage with docker

See github.com - mborne/docker-jenkins

Usage with Kubernetes

# To get jenkins on http://jenkins.dev.localhost
bash k8s-install.sh
# To get jenkins on http://jenkins.example.net
DEVBOX_HOSTNAME=example.net bash k8s-install.sh
  • Wait for pod to be ready : kubectl -n jenkins get pod -w

  • Follow helm instruction to get your 'admin' user password :

kubectl exec --namespace jenkins -it svc/jenkins -c jenkins -- /bin/cat /run/secrets/additional/chart-admin-password && echo

Kubernetes cloud plugin

See also