As the leading open-source automation server, this tool provides the flexibility to create a simple CI server or a comprehensive continuous delivery hub for any project. Its power lies in its extensibility and vast ecosystem, allowing developers to automate their entire software lifecycle.
Key features include:
services:
jenkins:
image: jenkins/jenkins:lts
container_name: jenkins
restart: unless-stopped
ports:
- "8080:8080"
- "50000:50000"
volumes:
- ./jenkins-data:/var/jenkins_home
# No sensitive environment variables are required for the base Jenkins image.
# The initial admin password will be generated automatically on the first boot.
# You can find it in the container logs or by reading the file at:
# ./jenkins-data/secrets/initialAdminPassword
Auto-fetched 7 minutes ago
Auto-fetched 7 minutes ago