зеркало из https://github.com/SteeltoeOSS/Samples.git
21 строка
345 B
YAML
21 строка
345 B
YAML
trigger:
|
|
branches:
|
|
include:
|
|
- latest
|
|
paths:
|
|
include:
|
|
- config/*
|
|
- Configuration/src/SimpleCloudFoundry/*
|
|
|
|
# skip pipeline for PRs
|
|
pr: none
|
|
|
|
variables:
|
|
- group: 'PCFone Credentials'
|
|
|
|
jobs:
|
|
- template: templates/cloud-foundry-job.yaml
|
|
parameters:
|
|
feature: Configuration
|
|
sample: SimpleCloudFoundry
|