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
b953c41a
Commit
b953c41a
authored
Dec 11, 2020
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to fix oci-build-task config
See gh-24197
parent
398c6b36
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
pipeline.yml
ci/pipeline.yml
+6
-0
build-ci-image.yml
ci/tasks/build-ci-image.yml
+0
-1
No files found.
ci/pipeline.yml
View file @
b953c41a
...
@@ -214,16 +214,22 @@ jobs:
...
@@ -214,16 +214,22 @@ jobs:
-
task
:
build-ci-image
-
task
:
build-ci-image
privileged
:
true
privileged
:
true
file
:
git-repo/ci/tasks/build-ci-image.yml
file
:
git-repo/ci/tasks/build-ci-image.yml
output_mapping
:
image
:
ci-image-name
vars
:
vars
:
ci-image-name
:
ci-image
ci-image-name
:
ci-image
-
task
:
build-ci-image-jdk11
-
task
:
build-ci-image-jdk11
privileged
:
true
privileged
:
true
file
:
git-repo/ci/tasks/build-ci-image.yml
file
:
git-repo/ci/tasks/build-ci-image.yml
output_mapping
:
image
:
ci-image-jdk11
vars
:
vars
:
ci-image-name
:
ci-image-jdk11
ci-image-name
:
ci-image-jdk11
-
task
:
build-ci-image-jdk15
-
task
:
build-ci-image-jdk15
privileged
:
true
privileged
:
true
file
:
git-repo/ci/tasks/build-ci-image.yml
file
:
git-repo/ci/tasks/build-ci-image.yml
output_mapping
:
image
:
ci-image-jdk15
vars
:
vars
:
ci-image-name
:
ci-image-jdk15
ci-image-name
:
ci-image-jdk15
-
in_parallel
:
-
in_parallel
:
...
...
ci/tasks/build-ci-image.yml
View file @
b953c41a
...
@@ -8,7 +8,6 @@ inputs:
...
@@ -8,7 +8,6 @@ inputs:
-
name
:
ci-images-git-repo
-
name
:
ci-images-git-repo
outputs
:
outputs
:
-
name
:
image
-
name
:
image
output_mapping
:
{
image
:
((ci-image-name))
}
caches
:
caches
:
-
path
:
ci-image-cache
-
path
:
ci-image-cache
params
:
params
:
...
...
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