Jenkins LTS 2.346.1 does not launch
This appears to be the same issue I am reporting in the NON LTS version, 2.350+. Ref jenkins#95 (closed)
When attempting to start the pods they produce this message:
***************************************************************************
* WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *
***************************************************************************
Please update your scripts to use /usr/bin/tini going forward.
The previous path has been preserved for backwards compatibility
but WILL BE REMOVED in the future (around Jenkins >= 2.345+).
Now sleeping 2 minutes...
But nothing ever seems to launch.
NOTE: there was specifically some notes on the Source jenkins side regarding this tini change and how it would have to be handled different for RHEL.
For the Red Hat based images it is not a choice, as there is no tini package available via the distribution package manager, but for the Debian images we could use tini from the distribution package manager
Edited by ian.friedman