jenkins-infra / docker-jenkins-lts

a docker image containing the latest jenkins lts release and plugins

Home Page:https://hub.docker.com/r/jenkinsciinfra/jenkins-lts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-jenkins-lts

A docker image containing the latest jenkins lts release and plugins used by the Jenkins infrastructure.

Updating Plugins

bash ./bin/update-plugins.sh

This script uses the Jenkins Plugin Manager Tool command line under the hood to update the plugins.

Update Jenkins Version

VERSION=$(jv get --version-identifier lts)
SUFFIX=lts-jdk17
FULL_VERSION=jenkins/jenkins:${VERSION}-${SUFFIX}
sed -i 's|FROM .*|FROM '"${FULL_VERSION}"'|' Dockerfile

About

a docker image containing the latest jenkins lts release and plugins

https://hub.docker.com/r/jenkinsciinfra/jenkins-lts


Languages

Language:Shell 84.2%Language:Dockerfile 15.8%