File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
windows/windowsservercore/hotspot Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ test-%: prepare-test
102
102
# Execute the test harness and write result to a TAP file
103
103
IMAGE=$* bats/bin/bats $(bats_flags) | tee target/results-$*.tap
104
104
# convert TAP to JUNIT
105
- docker run --rm -v "$(CURDIR)":/usr/src/app -w /usr/src/app node:18 -alpine \
106
- sh -c "npm install tap-xunit -g && cat target/results-$*.tap | tap-xunit --package='jenkinsci.docker.$*' > target/junit-results-$*.xml"
105
+ docker run --rm -v "$(CURDIR)":/usr/src/app -w /usr/src/app node:22 -alpine \
106
+ sh -c "npm install -g npm@latest && npm install tap-xunit -g && cat target/results-$*.tap | tap-xunit --package='jenkinsci.docker.$*' > target/junit-results-$*.xml"
107
107
108
108
test : prepare-test
109
109
@make --silent list | while read image; do make --silent " test-$$ {image}" ; done
Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ RUN mkdir -p ${REF}/init.groovy.d
90
90
91
91
# jenkins version being bundled in this docker image
92
92
ARG JENKINS_VERSION
93
- ENV JENKINS_VERSION=${JENKINS_VERSION:-2.479 }
93
+ ENV JENKINS_VERSION=${JENKINS_VERSION:-2.504 }
94
94
95
95
# jenkins.war checksum, download will be validated using it
96
- ARG JENKINS_SHA=910ea36cef37c45087e39d65e335988e036fccea47c79cc5a52e721a10cb1b49
96
+ ARG JENKINS_SHA=efc91d6be8d79dd078e7f930fc4a5f135602d0822a5efe9091808fdd74607d32
97
97
98
98
# Can be used to customize where jenkins.war get downloaded from
99
99
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war
Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ RUN mkdir -p ${REF}/init.groovy.d
101
101
102
102
# jenkins version being bundled in this docker image
103
103
ARG JENKINS_VERSION
104
- ENV JENKINS_VERSION=${JENKINS_VERSION:-2.479 }
104
+ ENV JENKINS_VERSION=${JENKINS_VERSION:-2.504 }
105
105
106
106
# jenkins.war checksum, download will be validated using it
107
- ARG JENKINS_SHA=910ea36cef37c45087e39d65e335988e036fccea47c79cc5a52e721a10cb1b49
107
+ ARG JENKINS_SHA=efc91d6be8d79dd078e7f930fc4a5f135602d0822a5efe9091808fdd74607d32
108
108
109
109
# Can be used to customize where jenkins.war get downloaded from
110
110
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war
Original file line number Diff line number Diff line change @@ -101,10 +101,10 @@ RUN mkdir -p ${REF}/init.groovy.d
101
101
102
102
# jenkins version being bundled in this docker image
103
103
ARG JENKINS_VERSION
104
- ENV JENKINS_VERSION=${JENKINS_VERSION:-2.479 }
104
+ ENV JENKINS_VERSION=${JENKINS_VERSION:-2.504 }
105
105
106
106
# jenkins.war checksum, download will be validated using it
107
- ARG JENKINS_SHA=910ea36cef37c45087e39d65e335988e036fccea47c79cc5a52e721a10cb1b49
107
+ ARG JENKINS_SHA=efc91d6be8d79dd078e7f930fc4a5f135602d0822a5efe9091808fdd74607d32
108
108
109
109
# Can be used to customize where jenkins.war get downloaded from
110
110
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ group "linux-ppc64le" {
43
43
# ---- variables ----
44
44
45
45
variable "JENKINS_VERSION" {
46
- default = " 2.479 "
46
+ default = " 2.504 "
47
47
}
48
48
49
49
variable "JENKINS_SHA" {
50
- default = " 910ea36cef37c45087e39d65e335988e036fccea47c79cc5a52e721a10cb1b49 "
50
+ default = " efc91d6be8d79dd078e7f930fc4a5f135602d0822a5efe9091808fdd74607d32 "
51
51
}
52
52
53
53
variable "REGISTRY" {
Original file line number Diff line number Diff line change 2
2
Param (
3
3
[Parameter (Position = 1 )]
4
4
[String ] $Target = ' build' ,
5
- [String ] $JenkinsVersion = ' 2.479 ' ,
5
+ [String ] $JenkinsVersion = ' 2.504 ' ,
6
6
[switch ] $DryRun = $false
7
7
)
8
8
Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ RUN curl -fsSL "https://github.com/krallin/tini/releases/download/${TINI_VERSION
92
92
93
93
# jenkins version being bundled in this docker image
94
94
ARG JENKINS_VERSION
95
- ENV JENKINS_VERSION=${JENKINS_VERSION:-2.479 }
95
+ ENV JENKINS_VERSION=${JENKINS_VERSION:-2.504 }
96
96
97
97
# jenkins.war checksum, download will be validated using it
98
- ARG JENKINS_SHA=910ea36cef37c45087e39d65e335988e036fccea47c79cc5a52e721a10cb1b49
98
+ ARG JENKINS_SHA=efc91d6be8d79dd078e7f930fc4a5f135602d0822a5efe9091808fdd74607d32
99
99
100
100
# Can be used to customize where jenkins.war get downloaded from
101
101
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war
Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ RUN New-Item -ItemType Directory -Force -Path C:/ProgramData/Jenkins/Reference/i
94
94
95
95
# jenkins version being bundled in this docker image
96
96
ARG JENKINS_VERSION
97
- ENV JENKINS_VERSION=${JENKINS_VERSION:-2.479 }
97
+ ENV JENKINS_VERSION=${JENKINS_VERSION:-2.504 }
98
98
99
99
# jenkins.war checksum, download will be validated using it
100
- ARG JENKINS_SHA=910ea36cef37c45087e39d65e335988e036fccea47c79cc5a52e721a10cb1b49
100
+ ARG JENKINS_SHA=efc91d6be8d79dd078e7f930fc4a5f135602d0822a5efe9091808fdd74607d32
101
101
102
102
# Can be used to customize where jenkins.war get downloaded from
103
103
ARG JENKINS_URL=https://repo.jenkins-ci.org/public/org/jenkins-ci/main/jenkins-war/${JENKINS_VERSION}/jenkins-war-${JENKINS_VERSION}.war
You can’t perform that action at this time.
0 commit comments