Sign inSign up

intland/jenkins

By intland

Updated 6 months ago

Jenkins with preinstalled codeBeamer Plugins

Image
0

756

intland/jenkins repository overview

Based on the official Alpine Jenkins Image, this Image comes with apache-ant, cmake, g++ and gcovr and our codeBeamer Plugins for Jenkins already installed.

codeBeamer Jenkins Plugins
Get started:

Just run docker run -p 8080:8080 intland/jenkins or use this template as a starting point for your docker-compose.yml file.

jenkins:
  image: intland/jenkins:latest
  ports:
    - 8080:8080
  volumes:
    - </path/on/host/>:/var/jenkins_home

You will need the Initial Admin Password when setting up the Container for the first time. This password is printed by Jenkins during start and can be retrieved from the Container's log (docker logs .../docker-compose logs) or from .../secrets/initialAdminPassword when using a volume for data persistence (recommended).

Support

For additional information, visit our Jenkins Project Page on codebeamer.com

Tag summary

Content type

Image

Digest

Size

245.6 MB

Last updated

over 9 years ago

docker pull intland/jenkins