forked from vishnurao12/pipelines
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpipelines.yml
39 lines (34 loc) · 892 Bytes
/
pipelines.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# resources:
# - name: resource_pipelines
# type: GitRepo
# configuration:
# gitProvider: github_neha
# path: neha-mishraa/pipelines
# files:
# include: ^README.md$
# branches:
# include: ^{{gitBranch}}$
# buildOn:
# pullRequestCreate: true
# cancelPendingRunsOn:
# pullRequestUpdate: true
pipelines:
- name: testing
steps:
- name: myStep
type: Bash
configuration:
# nodePool: u16dynamic
# inputResources:
# - name: resource_pipelines
integrations:
- name: github_neha
execution:
# onExecute:
# - printenv
# - pushd $res_resource_pipelines_resourcePath
# - ls
# - echo "hi"
onSuccess:
# - pushd $res_resource_pipelines_resourcePath
- ls