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
6990fff2
Commit
6990fff2
authored
Dec 10, 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
cae5ed81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
pipeline.yml
ci/pipeline.yml
+6
-6
build-ci-image.yml
ci/tasks/build-ci-image.yml
+2
-2
No files found.
ci/pipeline.yml
View file @
6990fff2
...
...
@@ -212,18 +212,18 @@ jobs:
-
in_parallel
:
-
task
:
build-ci-image
privileged
:
true
file
:
git-repo/ci/tasks/build-ci-image.yml
param
s
:
file
:
ci-images-
git-repo/ci/tasks/build-ci-image.yml
var
s
:
ci-image-name
:
ci-image
-
task
:
build-ci-image-jdk11
privileged
:
true
file
:
git-repo/ci/tasks/build-ci-image.yml
param
s
:
file
:
ci-images-
git-repo/ci/tasks/build-ci-image.yml
var
s
:
ci-image-name
:
ci-image-jdk11
-
task
:
build-ci-image-jdk15
privileged
:
true
file
:
git-repo/ci/tasks/build-ci-image.yml
param
s
:
file
:
ci-images-
git-repo/ci/tasks/build-ci-image.yml
var
s
:
ci-image-name
:
ci-image-jdk15
-
in_parallel
:
-
put
:
ci-image
...
...
ci/tasks/build-ci-image.yml
View file @
6990fff2
...
...
@@ -12,6 +12,6 @@ caches:
-
path
:
ci-image-cache
params
:
CONTEXT
:
ci-images-git-repo/ci/images
DOCKERFILE
:
((ci-image-name))/Dockerfile
DOCKERFILE
:
ci-images-git-repo/ci/images/
((ci-image-name))/Dockerfile
run
:
path
:
build
\ No newline at end of file
path
:
build
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