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
e6a69119
Commit
e6a69119
authored
Aug 13, 2018
by
Madhura Bhave
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add trigger for 2.0.x-based pull requests
Closes gh-14034
parent
dfb97eb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
0 deletions
+50
-0
pipeline.yml
ci/pipeline.yml
+50
-0
No files found.
ci/pipeline.yml
View file @
e6a69119
...
@@ -27,6 +27,13 @@ resources:
...
@@ -27,6 +27,13 @@ resources:
password
:
((github-password))
password
:
((github-password))
branch
:
((branch))
branch
:
((branch))
ignore_paths
:
[
"
ci/images/*"
]
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
-
name
:
ci-images-git-repo
type
:
git
type
:
git
source
:
source
:
...
@@ -161,6 +168,47 @@ jobs:
...
@@ -161,6 +168,47 @@ jobs:
properties
:
properties
:
"
zip.type"
:
"
docs"
"
zip.type"
:
"
docs"
"
zip.deployed"
:
"
false"
"
zip.deployed"
:
"
false"
-
name
:
build-pull-requests
serial
:
true
public
:
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-pr-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
-
name
:
jdk9-build
serial
:
true
serial
:
true
public
:
true
public
:
true
...
@@ -393,3 +441,5 @@ groups:
...
@@ -393,3 +441,5 @@ groups:
jobs
:
[
"
stage-milestone"
,
"
stage-rc"
,
"
stage-release"
,
"
promote-milestone"
,
"
promote-rc"
,
"
promote-release"
,
"
sync-to-maven-central"
]
jobs
:
[
"
stage-milestone"
,
"
stage-rc"
,
"
stage-release"
,
"
promote-milestone"
,
"
promote-rc"
,
"
promote-release"
,
"
sync-to-maven-central"
]
-
name
:
"
CI
Images"
-
name
:
"
CI
Images"
jobs
:
[
"
build-spring-boot-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