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
25866019
Commit
25866019
authored
Jul 26, 2020
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish pipeline env vars used by Gradle Enterprise
parent
5d776f2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
pipeline.yml
ci/pipeline.yml
+8
-8
No files found.
ci/pipeline.yml
View file @
25866019
...
...
@@ -12,12 +12,13 @@ anchors:
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))
BRANCH
:
((branch))
CI
:
true
build-project-task-params
:
&build-project-task-params
privileged
:
true
timeout
:
((task-timeout))
file
:
git-repo/ci/tasks/build-project.yml
params
:
BRANCH
:
((branch))
<<
:
*gradle-enterprise-task-params
github-task-params
:
&github-task-params
GITHUB_REPO
:
spring-boot
...
...
@@ -253,21 +254,18 @@ jobs:
file
:
git-repo/ci/tasks/build-samples.yml
timeout
:
((task-timeout))
params
:
BRANCH
:
((branch))
<<
:
*gradle-enterprise-task-params
-
task
:
build-integration-tests
image
:
spring-boot-ci-image
file
:
git-repo/ci/tasks/build-integration-tests.yml
timeout
:
((task-timeout))
params
:
BRANCH
:
((branch))
<<
:
*gradle-enterprise-task-params
-
task
:
build-deployment-tests
image
:
spring-boot-ci-image
file
:
git-repo/ci/tasks/build-deployment-tests.yml
timeout
:
((task-timeout))
params
:
BRANCH
:
((branch))
<<
:
*gradle-enterprise-task-params
on_failure
:
do
:
...
...
@@ -349,21 +347,18 @@ jobs:
file
:
git-repo/ci/tasks/build-samples.yml
timeout
:
((task-timeout))
params
:
BRANCH
:
((branch))
<<
:
*gradle-enterprise-task-params
-
task
:
build-integration-tests
image
:
spring-boot-jdk11-ci-image
file
:
git-repo/ci/tasks/build-integration-tests.yml
timeout
:
((task-timeout))
params
:
BRANCH
:
((branch))
<<
:
*gradle-enterprise-task-params
-
task
:
build-deployment-tests
image
:
spring-boot-jdk11-ci-image
file
:
git-repo/ci/tasks/build-deployment-tests.yml
timeout
:
((task-timeout))
params
:
BRANCH
:
((branch))
<<
:
*gradle-enterprise-task-params
on_failure
:
do
:
...
...
@@ -392,7 +387,6 @@ jobs:
-
WIN64
timeout
:
((task-timeout))
params
:
BRANCH
:
((branch))
<<
:
*gradle-enterprise-task-params
on_failure
:
do
:
...
...
@@ -414,6 +408,8 @@ jobs:
params
:
RELEASE_TYPE
:
M
GRADLE_ENTERPRISE_ACCESS_KEY
:
((gradle_enterprise_secret_access_key))
BRANCH
:
((branch))
CI
:
true
-
put
:
artifactory-repo
params
:
<<
:
*artifactory-repo-put-params
...
...
@@ -433,6 +429,8 @@ jobs:
params
:
RELEASE_TYPE
:
RC
GRADLE_ENTERPRISE_ACCESS_KEY
:
((gradle_enterprise_secret_access_key))
BRANCH
:
((branch))
CI
:
true
-
put
:
artifactory-repo
params
:
<<
:
*artifactory-repo-put-params
...
...
@@ -452,6 +450,8 @@ jobs:
params
:
RELEASE_TYPE
:
RELEASE
GRADLE_ENTERPRISE_ACCESS_KEY
:
((gradle_enterprise_secret_access_key))
BRANCH
:
((branch))
CI
:
true
-
put
:
artifactory-repo
params
:
<<
:
*artifactory-repo-put-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