mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
added pipelines
This commit is contained in:
parent
aade3f4949
commit
bc60ed8c70
2 changed files with 18 additions and 3 deletions
18
azure-pipelines.yaml
Normal file
18
azure-pipelines.yaml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
pool: Default
|
||||||
|
|
||||||
|
trigger: none
|
||||||
|
|
||||||
|
pr:
|
||||||
|
- main
|
||||||
|
|
||||||
|
resources:
|
||||||
|
repositories:
|
||||||
|
- repository: reusablePublicAssets
|
||||||
|
type: github
|
||||||
|
name: VenkeyBoda/AzureDevops_Templates
|
||||||
|
ref: 'refs/heads/main'
|
||||||
|
endpoint: 'github.com_VenkeyBoda'
|
||||||
|
|
||||||
|
extends:
|
||||||
|
template: maven/maven.pipeline.yaml@reusablePublicAssets
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
pool:
|
|
||||||
|
|
Loading…
Reference in a new issue