-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/v2.452.4-1' into main
- Loading branch information
Showing
14 changed files
with
124 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# cesi/scm | ||
FROM registry.cloudogu.com/official/java:11.0.24-1 | ||
FROM registry.cloudogu.com/official/java:17.0.12-1 | ||
|
||
LABEL NAME="official/jenkins" \ | ||
VERSION="2.452.2-2" \ | ||
VERSION="2.452.4-1" \ | ||
maintainer="[email protected]" | ||
|
||
# jenkins home configuration | ||
|
@@ -12,15 +12,15 @@ ENV JENKINS_HOME=/var/lib/jenkins \ | |
# mark as webapp for nginx | ||
SERVICE_TAGS=webapp \ | ||
# jenkins version | ||
JENKINS_VERSION=2.452.2 \ | ||
SHA256_JENKINS_WAR="360efc8438db9a4ba20772981d4257cfe6837bf0c3fb8c8e9b2253d8ce6ba339" \ | ||
JENKINS_VERSION=2.452.4 \ | ||
SHA256_JENKINS_WAR="eddec1d771e04b009a7027facd02bb79762057b9a393c09ad62509e234a91ae9" \ | ||
# glibc for alpine version | ||
GLIBC_VERSION=2.35-r1 \ | ||
SHA256_GLIB_APK="276f43ce9b2d5878422bca94ca94e882a7eb263abe171d233ac037201ffcaf06" \ | ||
SHA256_GLIB_BIN_APK="ee13b7e482f92142d2bec7c4cf09ca908e6913d4782fa35691cad1d9c23f179a" \ | ||
SHA256_GLIB_I18N_APK="94c6f9ed13903b59d5c524c0c2ec9a24ef1a4c2aaa93a8a158465a9e819a8065" \ | ||
# additional java version for legacy builds | ||
ADDITIONAL_OPENJDK8_VERSION="8.402.06-r0" | ||
ADDITIONAL_OPENJDK11_VERSION="11.0.24_p8-r0" | ||
|
||
|
||
# Jenkins is ran with user `jenkins`, uid = 1000 | ||
|
@@ -37,7 +37,7 @@ RUN set -o errexit \ | |
# coreutils and ttf-dejavu is required because of java.awt.headless problem: | ||
# - https://wiki.jenkins.io/display/JENKINS/Jenkins+got+java.awt.headless+problem | ||
&& apk add --no-cache coreutils ttf-dejavu openssh-client git subversion mercurial curl gcompat \ | ||
&& apk add openjdk8="$ADDITIONAL_OPENJDK8_VERSION" \ | ||
&& apk add openjdk11="$ADDITIONAL_OPENJDK11_VERSION" \ | ||
# could use ADD but this one does not check Last-Modified header | ||
# see https://github.com/docker/docker/issues/8331 | ||
&& curl -L https://mirrors.jenkins-ci.org/war-stable/${JENKINS_VERSION}/jenkins.war -o /jenkins.war \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Plugin-Kompatibilitätsliste | ||
|
||
Diese Liste dient der Dokumentation der Kompatibilität der einzelnen Plugins, die derzeit in Jenkins verwendet werden. | ||
|
||
## Mit Dogu installierte Plugins | ||
|
||
| Plugin | Version | Aktiviert | Getestet mit JDK 11 | Getestet mit JDK 17 | Getestet mit JDK 21 | Funktional getestet | | ||
|-----------------------------------|----------------------|-----------|---------------------|---------------------|---------------------|---------------------| | ||
| Mailer Plugin | 472.vf7c289a_4b_420 | j | j | j | j | n | | ||
| CAS Plugin | 1.6.3 | j | n | n | n | j | | ||
| Git | 5.2.1 | j | n | j | j | n | | ||
| Mercurial | 1260.vdfb_723cdcc81 | j | n | n | n | j | | ||
| Subversion | 1256.vee91953217b_6 | j | n | j | j | n | | ||
| SCM Manager | 1.9.3 | j | j | j | n | n | | ||
| Pipeline (Workflow Aggregator) | 596.v8c21c963d92d | j | n | j | j | n | | ||
| Matrix Auth | 3.2.2 | j | n | j | j | n | | ||
| Maven Plugin | 3.23 | j | n | j | n | n | | ||
| Credentials Binding Plugin | 657.v2b_19db_7d6e6d | j | n | j | n | n | | ||
| SSH Build Agents plugin | 2.948.vb_8050d697fec | j | n | j | j | n | | ||
| Pipeline: GitHub Groovy Libraries | 42.v0739460cda_c4 | j | n | n | j | n | | ||
| Authorize Project | 1.7.1 | j | n | j | j | n | | ||
| Pipeline: Stage View Plugin | 2.34 | j | n | n | j | n | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Plugin compatibility list | ||
|
||
This list serves as documentation of the compatibility of individual plugins that are currently used in Jenkins. | ||
|
||
## Plugins installed with Dogu | ||
|
||
| Plugin | Version | Enabled | Test JDK 11 | Test JDK 17 | Test JDK 21 | Test Functional | | ||
|-----------------------------------|----------------------|---------|-------------|-------------|-------------|-----------------| | ||
| Mailer Plugin | 472.vf7c289a_4b_420 | y | y | y | y | n | | ||
| CAS Plugin | 1.6.3 | y | n | n | n | y | | ||
| Git | 5.2.1 | y | n | y | y | n | | ||
| Mercurial | 1260.vdfb_723cdcc81 | y | n | n | n | y | | ||
| Subversion | 1256.vee91953217b_6 | y | n | y | y | n | | ||
| SCM Manager | 1.9.3 | y | y | y | n | n | | ||
| Pipeline (Workflow Aggregator) | 596.v8c21c963d92d | y | n | y | y | n | | ||
| Matrix Auth | 3.2.2 | y | n | y | y | n | | ||
| Maven Plugin | 3.23 | y | n | y | n | n | | ||
| Credentials Binding Plugin | 657.v2b_19db_7d6e6d | y | n | y | n | n | | ||
| SSH Build Agents plugin | 2.948.vb_8050d697fec | y | n | y | y | n | | ||
| Pipeline: GitHub Groovy Libraries | 42.v0739460cda_c4 | y | n | n | y | n | | ||
| Authorize Project | 1.7.1 | y | n | y | y | n | | ||
| Pipeline: Stage View Plugin | 2.34 | y | n | n | y | n | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Basis-Image aktualisieren | ||
|
||
Wenn das Basis-Image aktualisiert werden muss und sich die Java-Version ändert, benötigt Jenkins immer noch die vorherige openjdk-Version | ||
um Legacy-Builds zu unterstützen. Laden Sie die alte openjdk-Version mit `apk add openjdk<major version>=<version>` in | ||
der Dockerdatei herunter und erweitern Sie die Version im openjdk-Installationsgroovy-Skript `init100NORMjdkautoinstall.groovy`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters