We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a47bc41 + be00bbc commit fa81c37Copy full SHA for fa81c37
ci/parameters.yml
@@ -8,7 +8,6 @@ artifactory-server: "https://repo.spring.io"
8
branch: "2.3.x"
9
milestone: "2.3.x"
10
build-name: "spring-boot"
11
-pipeline-name: "spring-boot-2.3.x"
12
ci-image-name: "spring-boot-ci-23x"
13
concourse-url: "https://ci.spring.io"
14
bintray-subject: "spring"
ci/pipeline.yml
@@ -364,7 +364,7 @@ jobs:
364
params: { state: "pending", commit: "git-repo" }
365
- do:
366
- task: build-project
367
- image: spring-boot-jdk15-ci-image
+ image: ci-image-jdk15
368
<<: *build-project-task-params
369
on_failure:
370
do:
0 commit comments