File tree 2 files changed +6
-50
lines changed
2 files changed +6
-50
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"buildvariants" : [
3
3
{
4
- "name" : " testBV1 " ,
4
+ "name" : " git-env-test " ,
5
5
"tasks" : [
6
6
{
7
- "name" : " shouldDependOnVersionGen " ,
8
- "activate" : false
7
+ "name" : " testtask1 " ,
8
+ "activate" : true
9
9
}
10
10
],
11
- "activate" : false
12
- },
13
- {
14
- "name" : " testBV2" ,
15
- "tasks" : [
16
- {
17
- "name" : " shouldDependOnDependencyTask" ,
18
- "activate" : false
19
- }
20
- ],
21
- "activate" : false
22
- },
23
- {
24
- "name" : " testBV3" ,
25
- "tasks" : [
26
- {
27
- "name" : " shouldDependOnDependencyTask" ,
28
- "activate" : false
29
- }
30
- ],
31
- "activate" : false
32
- },
33
- {
34
- "name" : " testBV5" ,
35
- "tasks" : [
36
- {
37
- "name" : " shouldDependOnDependencyTask"
38
- }
39
- ]
11
+ "activate" : true
40
12
}
41
13
],
42
14
"tasks" : [
43
15
{
44
- "name" : " shouldDependOnVersionGen" ,
45
- "commands" : [
46
- {
47
- "command" : " shell.exec" ,
48
- "params" : {
49
- "working_dir" : " src" ,
50
- "script" : " echo noop"
51
- }
52
- }
53
- ]
54
- },
55
- {
56
- "name" : " shouldDependOnDependencyTask" ,
16
+ "name" : " testtask1" ,
57
17
"commands" : [
58
18
{
59
19
"command" : " shell.exec" ,
62
22
"script" : " echo noop"
63
23
}
64
24
}
65
- ],
66
- "depends_on" : [
67
- {
68
- "name" : " dependencyTask"
69
- }
70
25
]
71
26
}
72
27
]
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ buildvariants:
83
83
- ubuntu2004-small
84
84
tasks :
85
85
- name : test-restart-on-fail
86
+ - name : my_first_generator
86
87
87
88
- name : cron-test
88
89
cron : " */5 * * * *"
You can’t perform that action at this time.
0 commit comments