Sign inSign up

openeuler/jenkins

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

7.1K

openeuler/jenkins repository overview

Quick reference

Jenkins | openEuler

Current Jenkins docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks related to building, testing, and delivering or deploying software.

Learn more about Jenkins on Jenkins documentation⁠.

The tag of each jenkins docker image is consist of the version of jenkins and the version of basic image. The details are as follows

TagCurrentlyArchitectures
2.562-oe2403sp4jenkins 2.562 on openEuler 24.03-LTS-SP4amd64, arm64
2.562-oe2403sp3jenkins 2.562 on openEuler 24.03-LTS-SP3amd64, arm64
2.555-oe2403sp3jenkins 2.555 on openEuler 24.03-LTS-SP3amd64, arm64
2.548-oe2403sp3jenkins 2.548 on openEuler 24.03-LTS-SP3amd64, arm64
2.545-oe2403sp3jenkins 2.545 on openEuler 24.03-LTS-SP3amd64, arm64
2.536-oe2403sp2jenkins 2.536 on openEuler 24.03-LTS-SP2amd64, arm64
2.535-oe2403sp2jenkins 2.535 on openEuler 24.03-LTS-SP2amd64, arm64
2.534-oe2403sp2jenkins 2.534 on openEuler 24.03-LTS-SP2amd64, arm64
2.529-oe2403sp2jenkins 2.529 on openEuler 24.03-LTS-SP2amd64, arm64
2.526-oe2403sp1jenkins 2.526 on openEuler 24.03-LTS-SP1amd64, arm64
2.525-oe2403sp1jenkins 2.525 on openEuler 24.03-LTS-SP1amd64, arm64
2.502-oe2403sp1Jenkins 2.502 on openEuler 24.03-LTS-SP1amd64, arm64
2.523-oe2403sp1Jenkins 2.523 on openEuler 24.03-LTS-SP1amd64, arm64
2.524-oe2403sp2Jenkins 2.524 on openEuler 24.03-LTS-SP2amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Start a jenkins instance

    docker run -d --name my-jenkins -p 8080:8080 openeuler/jenkins:{Tag}
    
    1. Browse to http://localhost:8080 (or whichever port you configured for Jenkins when installing it) and wait until the Unlock Jenkins page appears.
    2. From the Jenkins console log output, copy the automatically-generated alphanumeric password (between the 2 sets of asterisks).
      ......
      2025-08-20 01:40:48.403+0000 [id=45]    INFO    jenkins.install.SetupWizard#init: 
      
      *************************************************************
      *************************************************************
      *************************************************************
      
      Jenkins initial setup is required. An admin user has been created and a password generated.
      Please use the following password to proceed to installation:
      
      be31b4b99afe42538822ffce31fa8103
      
      This may also be found at: /root/.jenkins/secrets/initialAdminPassword
      
      *************************************************************
      *************************************************************
      *************************************************************
      
      2025-08-20 01:40:53.216+0000 [id=45]    INFO    jenkins.InitReactorRunner$1#onAttained: Completed initialization
      ......
      
  • View container running logs

    docker logs -f my-jenkins
    
  • To get an interactive shell

    docker exec -it my-jenkins bash
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:44c807df2

Size

295 MB

Last updated

2 months ago

docker pull openeuler/jenkins

This week's pulls

Pulls:

96

Last week