Page MenuHomeDevCentral

Switch Jenkins containers to the jenkins/jenkins image
ClosedPublic

Authored by dereckson on Sep 22 2018, 23:36.
Tags
None
Referenced Files
F12239203: D1828.id.diff
Thu, Oct 9, 20:48
F12238051: D1828.id.diff
Thu, Oct 9, 15:37
Unknown Object (File)
Wed, Oct 8, 09:30
Unknown Object (File)
Wed, Oct 8, 08:10
Unknown Object (File)
Sun, Sep 28, 21:16
Unknown Object (File)
Sun, Sep 28, 15:19
Unknown Object (File)
Sat, Sep 27, 06:46
Unknown Object (File)
Thu, Sep 25, 15:44
Subscribers
None

Details

Summary

The jenkinsci/jenkins image has been deprecated.

Both LTS and weekly versions are now provided
by the jenkins/jenkins repository.

References:

Test Plan

Respin Jenkins containers

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
jenkins-image (branched from master)
Build Status
Buildable 2824
Build 3072: arc lint + arc unit

Event Timeline

dereckson created this revision.

Both Jenkins containers are live on 2.142 with the good image.

Equatower
$ docker ps -a | grep jenkins_
840d896ff18f        jenkins/jenkins                 "/sbin/tini -- /usr/…"   15 seconds ago      Up 9 seconds            0.0.0.0:42080->8080/tcp, 0.0.0.0:55000->50000/tcp                                                                                                                                                   
                                                                                                                                      jenkins_ci              
c5a31ab1cf1e        jenkins/jenkins                 "/sbin/tini -- /usr/…"   20 seconds ago      Up 16 seconds           0.0.0.0:50000->50000/tcp, 0.0.0.0:38080->8080/tcp                                                                                                                                                   
                                                                                                                                      jenkins_cd      
This revision is now accepted and ready to land.Sep 22 2018, 23:56
This revision was automatically updated to reflect the committed changes.