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
8d6ead22
Commit
8d6ead22
authored
Jan 15, 2020
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Publish a build scan only when authenticated
parent
13130cc3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
5 deletions
+2
-5
build-pr-project.yml
ci/tasks/build-pr-project.yml
+0
-1
build-project-windows.yml
ci/tasks/build-project-windows.yml
+0
-1
build-project.yml
ci/tasks/build-project.yml
+0
-1
settings.gradle
settings.gradle
+2
-2
No files found.
ci/tasks/build-pr-project.yml
View file @
8d6ead22
...
@@ -9,6 +9,5 @@ caches:
...
@@ -9,6 +9,5 @@ caches:
-
path
:
gradle
-
path
:
gradle
params
:
params
:
CI
:
true
CI
:
true
GRADLE_ENTERPRISE_URL
:
https://ge.spring.io
run
:
run
:
path
:
git-repo/ci/scripts/build-project.sh
path
:
git-repo/ci/scripts/build-project.sh
ci/tasks/build-project-windows.yml
View file @
8d6ead22
...
@@ -7,6 +7,5 @@ params:
...
@@ -7,6 +7,5 @@ params:
GRADLE_ENTERPRISE_ACCESS_KEY
:
GRADLE_ENTERPRISE_ACCESS_KEY
:
GRADLE_ENTERPRISE_CACHE_USERNAME
:
GRADLE_ENTERPRISE_CACHE_USERNAME
:
GRADLE_ENTERPRISE_CACHE_PASSWORD
:
GRADLE_ENTERPRISE_CACHE_PASSWORD
:
GRADLE_ENTERPRISE_URL
:
https://ge.spring.io
run
:
run
:
path
:
git-repo/ci/scripts/build-project-windows.bat
path
:
git-repo/ci/scripts/build-project-windows.bat
ci/tasks/build-project.yml
View file @
8d6ead22
...
@@ -13,7 +13,6 @@ params:
...
@@ -13,7 +13,6 @@ params:
GRADLE_ENTERPRISE_ACCESS_KEY
:
GRADLE_ENTERPRISE_ACCESS_KEY
:
GRADLE_ENTERPRISE_CACHE_USERNAME
:
GRADLE_ENTERPRISE_CACHE_USERNAME
:
GRADLE_ENTERPRISE_CACHE_PASSWORD
:
GRADLE_ENTERPRISE_CACHE_PASSWORD
:
GRADLE_ENTERPRISE_URL
:
https://ge.spring.io
run
:
run
:
path
:
bash
path
:
bash
args
:
args
:
...
...
settings.gradle
View file @
8d6ead22
...
@@ -17,7 +17,7 @@ pluginManagement {
...
@@ -17,7 +17,7 @@ pluginManagement {
}
}
plugins
{
plugins
{
id
'com.gradle.enterprise'
version
'3.1'
id
'com.gradle.enterprise'
version
'3.1
.1
'
}
}
apply
from:
"$rootDir/gradle/build-scan-user-data.gradle"
apply
from:
"$rootDir/gradle/build-scan-user-data.gradle"
...
@@ -27,7 +27,7 @@ gradleEnterprise {
...
@@ -27,7 +27,7 @@ gradleEnterprise {
obfuscation
{
obfuscation
{
ipAddresses
{
addresses
->
addresses
.
collect
{
address
->
'0.0.0.0'
}
}
ipAddresses
{
addresses
->
addresses
.
collect
{
address
->
'0.0.0.0'
}
}
}
}
publish
AlwaysIf
(
System
.
getenv
(
'GRADLE_ENTERPRISE_URL'
)
!=
null
)
publish
IfAuthenticated
(
)
server
=
'https://ge.spring.io'
server
=
'https://ge.spring.io'
}
}
}
}
...
...
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