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
a47bc41f
Commit
a47bc41f
authored
Sep 22, 2020
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.2.x' into 2.3.x
parents
945347c9
e8d24948
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
49 additions
and
48 deletions
+49
-48
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
parameters.yml
ci/parameters.yml
+2
-1
pipeline.yml
ci/pipeline.yml
+47
-47
No files found.
ci/images/
spring-boot-jdk11-ci-image
/Dockerfile
→
ci/images/
ci-image-jdk11
/Dockerfile
View file @
a47bc41f
File moved
ci/images/
spring-boot-jdk15-ci-image
/Dockerfile
→
ci/images/
ci-image-jdk15
/Dockerfile
View file @
a47bc41f
File moved
ci/images/
spring-boot-
ci-image/Dockerfile
→
ci/images/ci-image/Dockerfile
View file @
a47bc41f
File moved
ci/parameters.yml
View file @
a47bc41f
...
...
@@ -8,7 +8,8 @@ artifactory-server: "https://repo.spring.io"
branch
:
"
2.3.x"
milestone
:
"
2.3.x"
build-name
:
"
spring-boot"
pipeline-name
:
"
spring-boot"
pipeline-name
:
"
spring-boot-2.3.x"
ci-image-name
:
"
spring-boot-ci-23x"
concourse-url
:
"
https://ci.spring.io"
bintray-subject
:
"
spring"
bintray-repo
:
"
jars"
...
...
ci/pipeline.yml
View file @
a47bc41f
...
...
@@ -132,24 +132,24 @@ resources:
uri
:
((github-repo))
branch
:
((branch))
paths
:
[
"
ci/images/*"
]
-
name
:
spring-boot-
ci-image
-
name
:
ci-image
type
:
docker-image
icon
:
docker
source
:
<<
:
*docker-resource-source
repository
:
((docker-hub-organization))/
spring-boot-ci-image
-
name
:
spring-boot-jdk11-ci-image
repository
:
((docker-hub-organization))/
((ci-image-name))
-
name
:
ci-image-jdk11
type
:
docker-image
icon
:
docker
source
:
<<
:
*docker-resource-source
repository
:
((docker-hub-organization))/
spring-boot-jdk11-ci-image
-
name
:
spring-boot-jdk15-ci-image
repository
:
((docker-hub-organization))/
((ci-image-name))-jdk11
-
name
:
ci-image-jdk15
type
:
docker-image
icon
:
docker
source
:
<<
:
*docker-resource-source
repository
:
((docker-hub-organization))/
spring-boot-jdk15-ci-image
repository
:
((docker-hub-organization))/
((ci-image-name))-jdk15
-
name
:
artifactory-repo
type
:
artifactory-resource
icon
:
package-variant
...
...
@@ -199,44 +199,44 @@ resources:
icon
:
clock-outline
source
:
{
interval
:
"
24h"
}
jobs
:
-
name
:
build-
spring-boot-
ci-images
-
name
:
build-ci-images
plan
:
-
get
:
ci-images-git-repo
trigger
:
true
-
in_parallel
:
-
put
:
spring-boot-
ci-image
-
put
:
ci-image
params
:
build
:
ci-images-git-repo/ci/images
dockerfile
:
ci-images-git-repo/ci/images/
spring-boot-
ci-image/Dockerfile
-
put
:
spring-boot-jdk11-ci-image
dockerfile
:
ci-images-git-repo/ci/images/ci-image/Dockerfile
-
put
:
ci-image-jdk11
params
:
build
:
ci-images-git-repo/ci/images
dockerfile
:
ci-images-git-repo/ci/images/
spring-boot-jdk11-ci-image
/Dockerfile
-
put
:
spring-boot-jdk15-ci-image
dockerfile
:
ci-images-git-repo/ci/images/
ci-image-jdk11
/Dockerfile
-
put
:
ci-image-jdk15
params
:
build
:
ci-images-git-repo/ci/images
dockerfile
:
ci-images-git-repo/ci/images/
spring-boot-jdk15-ci-image
/Dockerfile
dockerfile
:
ci-images-git-repo/ci/images/
ci-image-jdk15
/Dockerfile
-
name
:
detect-jdk-updates
plan
:
-
get
:
git-repo
-
get
:
every-wednesday
trigger
:
true
-
get
:
spring-boot-
ci-image
-
get
:
ci-image
-
in_parallel
:
-
task
:
detect-jdk8-update
image
:
spring-boot-
ci-image
image
:
ci-image
file
:
git-repo/ci/tasks/detect-jdk-updates.yml
params
:
<<
:
*github-task-params
JDK_VERSION
:
java8
-
task
:
detect-jdk11-update
image
:
spring-boot-
ci-image
image
:
ci-image
file
:
git-repo/ci/tasks/detect-jdk-updates.yml
params
:
<<
:
*github-task-params
JDK_VERSION
:
java11
-
task
:
detect-jdk15-update
image
:
spring-boot-
ci-image
image
:
ci-image
file
:
git-repo/ci/tasks/detect-jdk-updates.yml
params
:
<<
:
*github-task-params
...
...
@@ -246,10 +246,10 @@ jobs:
-
get
:
git-repo
-
get
:
every-wednesday
trigger
:
true
-
get
:
spring-boot-
ci-image
-
get
:
ci-image
-
do
:
-
task
:
detect-ubuntu-image-updates
image
:
spring-boot-
ci-image
image
:
ci-image
file
:
git-repo/ci/tasks/detect-ubuntu-image-updates.yml
params
:
<<
:
*github-task-params
...
...
@@ -258,10 +258,10 @@ jobs:
-
get
:
git-repo
-
get
:
every-wednesday
trigger
:
true
-
get
:
spring-boot-
ci-image
-
get
:
ci-image
-
do
:
-
task
:
detect-docker-updates
image
:
spring-boot-
ci-image
image
:
ci-image
file
:
git-repo/ci/tasks/detect-docker-updates.yml
params
:
<<
:
*github-task-params
...
...
@@ -269,14 +269,14 @@ jobs:
serial
:
true
public
:
true
plan
:
-
get
:
spring-boot-
ci-image
-
get
:
ci-image
-
get
:
git-repo
trigger
:
true
-
put
:
repo-status-build
params
:
{
state
:
"
pending"
,
commit
:
"
git-repo"
}
-
do
:
-
task
:
build-project
image
:
spring-boot-
ci-image
image
:
ci-image
<<
:
*build-project-task-params
on_failure
:
do
:
...
...
@@ -304,7 +304,7 @@ jobs:
serial
:
true
public
:
true
plan
:
-
get
:
spring-boot-
ci-image
-
get
:
ci-image
-
get
:
git-repo
resource
:
git-pull-request
trigger
:
true
...
...
@@ -315,7 +315,7 @@ jobs:
path
:
git-repo
status
:
pending
-
task
:
build-project
image
:
spring-boot-
ci-image
image
:
ci-image
file
:
git-repo/ci/tasks/build-pr-project.yml
timeout
:
((task-timeout))
on_success
:
...
...
@@ -332,14 +332,14 @@ jobs:
serial
:
true
public
:
true
plan
:
-
get
:
spring-boot-jdk11-ci-image
-
get
:
ci-image-jdk11
-
get
:
git-repo
trigger
:
true
-
put
:
repo-status-jdk11-build
params
:
{
state
:
"
pending"
,
commit
:
"
git-repo"
}
-
do
:
-
task
:
build-project
image
:
spring-boot-jdk11-ci-image
image
:
ci-image-jdk11
<<
:
*build-project-task-params
on_failure
:
do
:
...
...
@@ -357,7 +357,7 @@ jobs:
serial
:
true
public
:
true
plan
:
-
get
:
spring-boot-jdk15-ci-image
-
get
:
ci-image-jdk15
-
get
:
git-repo
trigger
:
true
-
put
:
repo-status-jdk15-build
...
...
@@ -406,11 +406,11 @@ jobs:
-
name
:
stage-milestone
serial
:
true
plan
:
-
get
:
spring-boot-
ci-image
-
get
:
ci-image
-
get
:
git-repo
trigger
:
false
-
task
:
stage
image
:
spring-boot-
ci-image
image
:
ci-image
file
:
git-repo/ci/tasks/stage.yml
params
:
RELEASE_TYPE
:
M
...
...
@@ -425,11 +425,11 @@ jobs:
-
name
:
stage-rc
serial
:
true
plan
:
-
get
:
spring-boot-
ci-image
-
get
:
ci-image
-
get
:
git-repo
trigger
:
false
-
task
:
stage
image
:
spring-boot-
ci-image
image
:
ci-image
file
:
git-repo/ci/tasks/stage.yml
params
:
RELEASE_TYPE
:
RC
...
...
@@ -444,11 +444,11 @@ jobs:
-
name
:
stage-release
serial
:
true
plan
:
-
get
:
spring-boot-
ci-image
-
get
:
ci-image
-
get
:
git-repo
trigger
:
false
-
task
:
stage
image
:
spring-boot-
ci-image
image
:
ci-image
file
:
git-repo/ci/tasks/stage.yml
params
:
RELEASE_TYPE
:
RELEASE
...
...
@@ -463,7 +463,7 @@ jobs:
-
name
:
promote-milestone
serial
:
true
plan
:
-
get
:
spring-boot-
ci-image
-
get
:
ci-image
-
get
:
git-repo
trigger
:
false
-
get
:
artifactory-repo
...
...
@@ -473,7 +473,7 @@ jobs:
download_artifacts
:
false
save_build_info
:
true
-
task
:
promote
image
:
spring-boot-
ci-image
image
:
ci-image
file
:
git-repo/ci/tasks/promote.yml
params
:
RELEASE_TYPE
:
M
...
...
@@ -492,7 +492,7 @@ jobs:
-
name
:
promote-rc
serial
:
true
plan
:
-
get
:
spring-boot-
ci-image
-
get
:
ci-image
-
get
:
git-repo
trigger
:
false
-
get
:
artifactory-repo
...
...
@@ -502,7 +502,7 @@ jobs:
download_artifacts
:
false
save_build_info
:
true
-
task
:
promote
image
:
spring-boot-
ci-image
image
:
ci-image
file
:
git-repo/ci/tasks/promote.yml
params
:
RELEASE_TYPE
:
RC
...
...
@@ -521,7 +521,7 @@ jobs:
-
name
:
promote-release
serial
:
true
plan
:
-
get
:
spring-boot-
ci-image
-
get
:
ci-image
-
get
:
git-repo
trigger
:
false
-
get
:
artifactory-repo
...
...
@@ -531,7 +531,7 @@ jobs:
download_artifacts
:
false
save_build_info
:
true
-
task
:
promote
image
:
spring-boot-
ci-image
image
:
ci-image
file
:
git-repo/ci/tasks/promote.yml
params
:
RELEASE_TYPE
:
RELEASE
...
...
@@ -540,7 +540,7 @@ jobs:
-
name
:
sync-to-maven-central
serial
:
true
plan
:
-
get
:
spring-boot-
ci-image
-
get
:
ci-image
-
get
:
git-repo
-
get
:
artifactory-repo
trigger
:
true
...
...
@@ -549,7 +549,7 @@ jobs:
download_artifacts
:
false
save_build_info
:
true
-
task
:
sync-to-maven-central
image
:
spring-boot-
ci-image
image
:
ci-image
file
:
git-repo/ci/tasks/sync-to-maven-central.yml
params
:
<<
:
*bintray-task-params
...
...
@@ -566,11 +566,11 @@ jobs:
tag
:
generated-release-notes/tag
body
:
generated-release-notes/release-notes.md
groups
:
-
name
:
"
Build
"
-
name
:
"
builds
"
jobs
:
[
"
build"
,
"
jdk11-build"
,
"
jdk15-build"
,
"
windows-build"
]
-
name
:
"
Release
"
-
name
:
"
releases
"
jobs
:
[
"
stage-milestone"
,
"
stage-rc"
,
"
stage-release"
,
"
promote-milestone"
,
"
promote-rc"
,
"
promote-release"
,
"
sync-to-maven-central"
]
-
name
:
"
CI
I
mages"
jobs
:
[
"
build-
spring-boot-
ci-images"
,
"
detect-docker-updates"
,
"
detect-jdk-updates"
,
"
detect-ubuntu-image-updates"
]
-
name
:
"
Build
Pull
R
equests"
-
name
:
"
ci-i
mages"
jobs
:
[
"
build-ci-images"
,
"
detect-docker-updates"
,
"
detect-jdk-updates"
,
"
detect-ubuntu-image-updates"
]
-
name
:
"
pull-r
equests"
jobs
:
[
"
build-pull-requests"
]
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