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
948a86e4
Commit
948a86e4
authored
Oct 12, 2017
by
Madhura Bhave
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build PRs as part of concourse pipeline
Closes gh-10526
parent
14081c85
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
14 deletions
+53
-14
.travis.yml
.travis.yml
+0
-14
pipeline.yml
ci/pipeline.yml
+53
-0
No files found.
.travis.yml
deleted
100644 → 0
View file @
14081c85
language
:
java
jdk
:
-
oraclejdk8
services
:
-
mongodb
-
redis
-
cassandra
sudo
:
required
cache
:
directories
:
-
$HOME/.m2
install
:
true
before_script
:
travis_wait 45 ./mvnw install -q -U -DskipTests=true -Pfast -Dmaven.test.redirectTestOutputToFile=true
script
:
./mvnw install -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration'
\ No newline at end of file
ci/pipeline.yml
View file @
948a86e4
...
...
@@ -8,6 +8,10 @@ resource_types:
type
:
docker-image
source
:
repository
:
pcfseceng/email-resource
-
name
:
pull-request
type
:
docker-image
source
:
repository
:
jtarchie/pr
resources
:
-
name
:
git-repo
type
:
git
...
...
@@ -17,6 +21,13 @@ resources:
password
:
((github-password))
branch
:
((branch))
ignore_paths
:
[
"
ci/images/*"
]
-
name
:
git-pull-request
type
:
pull-request
source
:
access_token
:
((github-access-token))
repo
:
((github-repo-name))
base
:
((branch))
ignore_paths
:
[
"
ci/*"
]
-
name
:
ci-images-git-repo
type
:
git
source
:
...
...
@@ -108,6 +119,46 @@ jobs:
properties
:
"
zip.type"
:
"
docs"
"
zip.deployed"
:
"
false"
-
name
:
build-pull-requests
serial
:
true
plan
:
-
get
:
spring-boot-ci-image
-
get
:
git-repo
resource
:
git-pull-request
trigger
:
true
version
:
every
-
do
:
-
put
:
git-pull-request
params
:
path
:
git-repo
status
:
pending
-
task
:
build-project
timeout
:
1h30m
image
:
spring-boot-ci-image
file
:
git-repo/ci/tasks/build-project.yml
-
aggregate
:
-
task
:
build-samples
timeout
:
1h30m
image
:
spring-boot-ci-image
file
:
git-repo/ci/tasks/build-samples.yml
-
task
:
build-integration-tests
timeout
:
1h30m
image
:
spring-boot-ci-image
file
:
git-repo/ci/tasks/build-integration-tests.yml
-
task
:
build-deployment-tests
timeout
:
1h30m
image
:
spring-boot-ci-image
file
:
git-repo/ci/tasks/build-deployment-tests.yml
on_success
:
put
:
git-pull-request
params
:
path
:
git-repo
status
:
success
on_failure
:
put
:
git-pull-request
params
:
path
:
git-repo
status
:
failure
-
name
:
jdk9-build
serial
:
true
plan
:
...
...
@@ -259,3 +310,5 @@ groups:
jobs
:
[
"
stage-milestone"
,
"
stage-rc"
,
"
stage-release"
,
"
promote-milestone"
,
"
promote-rc"
,
"
promote-release"
]
-
name
:
"
CI
Images"
jobs
:
[
"
build-spring-boot-ci-images"
]
-
name
:
"
Build
Pull
Requests"
jobs
:
[
"
build-pull-requests"
]
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