File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ version : 0.0.1
2
+ pipelineConf :
3
+ - appliesTo :
4
+ - type : BRANCH_FIXED
5
+ value :
6
+ - master
7
+ - type : TAG_PATTERN
8
+ value :
9
+ - " %d.%d.%d-rc"
10
+ beforeDockerBuildStages :
11
+ - name : " test-1"
12
+ script : |
13
+ date > test.report
14
+ echo 'hello'
15
+ outputLocation : " ./test.report"
16
+ - name : " test-2"
17
+ script : |
18
+ date > test2.report
19
+ outputLocation : " ./test2.report"
20
+ afterDockerBuildStages :
21
+ - name : " test-3"
22
+ script : |
23
+ date > test3.report
24
+ echo 'hello'
25
+ outputLocation : " ./test3.report"
26
+ - name : " test-4"
27
+ script : |
28
+ date > test4.report
29
+ outputLocation : " ./test4.report"
30
+ - appliesTo :
31
+ - type : BRANCH_FIXED
32
+ value :
33
+ - master
34
+ - type : TAG_PATTERN
35
+ value :
36
+ - " %d.%d.%d-rc"
37
+ beforeDockerBuildStages :
38
+ - name : " stage2-test-1"
39
+ script : |
40
+ date > test5.report
41
+ echo 'hello'
42
+ outputLocation : " ./test5.report"
43
+ afterDockerBuildStages :
44
+ - name : " stage2-test-2"
45
+ script : |
46
+ date > test6.report
47
+ echo 'hello'
48
+ outputLocation : " ./test6.report"
You can’t perform that action at this time.
0 commit comments