Page MenuHomeDevCentral

Switch Jenkins containers to the jenkins/jenkins image
ClosedPublic

Authored by dereckson on Sep 22 2018, 23:36.
Tags
None
Referenced Files
F3909833: D1828.diff
Wed, Dec 18, 21:55
Unknown Object (File)
Tue, Dec 17, 15:26
Unknown Object (File)
Tue, Dec 17, 15:07
Unknown Object (File)
Sat, Dec 14, 07:25
Unknown Object (File)
Tue, Dec 10, 21:51
Unknown Object (File)
Sun, Dec 8, 00:59
Unknown Object (File)
Thu, Dec 5, 17:46
Unknown Object (File)
Thu, Dec 5, 00:18
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.