Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
de5a5abc
Commit
de5a5abc
authored
Sep 22, 2020
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.3.x'
parents
5a323aba
a47bc41f
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
51 additions
and
106 deletions
+51
-106
Dockerfile
ci/images/ci-image-jdk11/Dockerfile
+0
-0
Dockerfile
ci/images/ci-image-jdk15/Dockerfile
+0
-0
Dockerfile
ci/images/ci-image/Dockerfile
+0
-0
get-jdk-url.sh
ci/images/get-jdk-url.sh
+0
-3
parameters.yml
ci/parameters.yml
+2
-1
pipeline.yml
ci/pipeline.yml
+49
-98
detect-jdk-updates.sh
ci/scripts/detect-jdk-updates.sh
+0
-4
No files found.
ci/images/
spring-boot-jdk11-ci-image
/Dockerfile
→
ci/images/
ci-image-jdk11
/Dockerfile
View file @
de5a5abc
File moved
ci/images/
spring-boot-jdk15-ci-image
/Dockerfile
→
ci/images/
ci-image-jdk15
/Dockerfile
View file @
de5a5abc
File moved
ci/images/
spring-boot-
ci-image/Dockerfile
→
ci/images/ci-image/Dockerfile
View file @
de5a5abc
File moved
ci/images/get-jdk-url.sh
View file @
de5a5abc
...
@@ -8,9 +8,6 @@ case "$1" in
...
@@ -8,9 +8,6 @@ case "$1" in
java11
)
java11
)
echo
"https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.8%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.8_10.tar.gz"
echo
"https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.8%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.8_10.tar.gz"
;;
;;
java14
)
echo
"https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14.0.2%2B12/OpenJDK14U-jdk_x64_linux_hotspot_14.0.2_12.tar.gz"
;;
java15
)
java15
)
echo
"https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15%2B36/OpenJDK15U-jdk_x64_linux_hotspot_15_36.tar.gz"
echo
"https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15%2B36/OpenJDK15U-jdk_x64_linux_hotspot_15_36.tar.gz"
;;
;;
...
...
ci/parameters.yml
View file @
de5a5abc
...
@@ -8,7 +8,8 @@ artifactory-server: "https://repo.spring.io"
...
@@ -8,7 +8,8 @@ artifactory-server: "https://repo.spring.io"
branch
:
"
master"
branch
:
"
master"
milestone
:
"
2.4.x"
milestone
:
"
2.4.x"
build-name
:
"
spring-boot"
build-name
:
"
spring-boot"
pipeline-name
:
"
spring-boot"
pipeline-name
:
"
spring-boot-2.4.x"
ci-image-name
:
"
spring-boot-ci-24x"
concourse-url
:
"
https://ci.spring.io"
concourse-url
:
"
https://ci.spring.io"
bintray-subject
:
"
spring"
bintray-subject
:
"
spring"
bintray-repo
:
"
jars"
bintray-repo
:
"
jars"
...
...
ci/pipeline.yml
View file @
de5a5abc
This diff is collapsed.
Click to expand it.
ci/scripts/detect-jdk-updates.sh
View file @
de5a5abc
...
@@ -16,10 +16,6 @@ case "$JDK_VERSION" in
...
@@ -16,10 +16,6 @@ case "$JDK_VERSION" in
BASE_URL
=
"https://api.adoptopenjdk.net/v3/assets/feature_releases/11/ga"
BASE_URL
=
"https://api.adoptopenjdk.net/v3/assets/feature_releases/11/ga"
ISSUE_TITLE
=
"Upgrade Java 11 version in CI image"
ISSUE_TITLE
=
"Upgrade Java 11 version in CI image"
;;
;;
java14
)
BASE_URL
=
"https://api.adoptopenjdk.net/v3/assets/feature_releases/14/ga"
ISSUE_TITLE
=
"Upgrade Java 14 version in CI image"
;;
java15
)
java15
)
BASE_URL
=
"https://api.adoptopenjdk.net/v3/assets/feature_releases/15/ga"
BASE_URL
=
"https://api.adoptopenjdk.net/v3/assets/feature_releases/15/ga"
ISSUE_TITLE
=
"Upgrade Java 15 version in CI image"
ISSUE_TITLE
=
"Upgrade Java 15 version in CI image"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment