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
168326d9
Commit
168326d9
authored
Mar 19, 2020
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
See gh-20576
parent
0e796479
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
10 deletions
+18
-10
pipeline.yml
ci/pipeline.yml
+18
-10
No files found.
ci/pipeline.yml
View file @
168326d9
...
...
@@ -452,16 +452,24 @@ jobs:
-
put
:
repo-status-jdk14-build
params
:
{
state
:
"
pending"
,
commit
:
"
git-repo"
}
-
do
:
-
task
:
build-project
privileged
:
true
timeout
:
((task-timeout))
image
:
spring-boot-jdk14-ci-image
file
:
git-repo/ci/tasks/build-project.yml
params
:
BRANCH
:
((branch))
GRADLE_ENTERPRISE_ACCESS_KEY
:
((gradle_enterprise_secret_access_key))
GRADLE_ENTERPRISE_CACHE_USERNAME
:
((gradle_enterprise_cache_user.username))
GRADLE_ENTERPRISE_CACHE_PASSWORD
:
((gradle_enterprise_cache_user.password))
-
task
:
build-project
privileged
:
true
timeout
:
((task-timeout))
image
:
spring-boot-jdk14-ci-image
file
:
git-repo/ci/tasks/build-project.yml
-
in_parallel
:
-
task
:
build-smoke-tests
timeout
:
((task-timeout))
image
:
spring-boot-jdk14-ci-image
file
:
git-repo/ci/tasks/build-smoke-tests.yml
-
task
:
build-integration-tests
timeout
:
((task-timeout))
image
:
spring-boot-jdk14-ci-image
file
:
git-repo/ci/tasks/build-integration-tests.yml
-
task
:
build-deployment-tests
timeout
:
((task-timeout))
image
:
spring-boot-jdk14-ci-image
file
:
git-repo/ci/tasks/build-deployment-tests.yml
on_failure
:
do
:
-
put
:
repo-status-jdk14-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