-
Notifications
You must be signed in to change notification settings - Fork 0
/
rebar3-grisp-master-grisp-hex-tools-hex-build-false-otp-22.0.gopipeline.json
127 lines (115 loc) · 2.87 KB
/
rebar3-grisp-master-grisp-hex-tools-hex-build-false-otp-22.0.gopipeline.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"environment_variables": [
],
"group": "rebar3_grisp",
"label_template": "${COUNT}",
"lock_behavior": "none",
"materials": [
{
"auto_update": true,
"branch": "master",
"destination": "rebar3_grisp/",
"filter": {
"ignore": [
],
"whitelist": [
]
},
"name": "rebar3_grisp",
"shallow_clone": false,
"type": "git",
"url": "https://github.com/grisp/rebar3_grisp.git"
},
{
"name": "rebar3-grisp-master-grisp-hex-tools-hex-build-true-otp-22.0",
"pipeline": "rebar3-grisp-master-grisp-hex-tools-hex-build-true-otp-22.0",
"stage": "build",
"type": "dependency"
},
{
"auto_update": true,
"branch": "master",
"destination": ".gocd",
"filter": {
"ignore": [
],
"whitelist": [
]
},
"name": "gocd",
"shallow_clone": false,
"type": "git",
"url": "https://github.com/grisp/grisp-gocd.git"
}
],
"name": "rebar3-grisp-master-grisp-hex-tools-hex-build-false-otp-22.0",
"parameters": [
],
"stages": [
{
"approval": {
"roles": [
],
"type": "success",
"users": [
]
},
"clean_working_directory": true,
"environment_variables": [
],
"fetch_materials": true,
"jobs": [
{
"artifacts": [
{
"destination": "grisp_release/",
"source": "grisp_release*.tar.gz",
"type": "build"
}
],
"environment_variables": [
{
"encrypted_value": "AES:jrW5vV/Il7aaMequSv5V7Q==:Nb+eeokNuRaX50tM+YRyedDxnhSME/16YO/0uSs8GjjQ7uqZ9W0ZBUTV0gYFMg0k",
"name": "GO_API_TOKEN"
}
],
"name": "build_grisp_project",
"properties": [
],
"resources": [
],
"run_instance_count": "0",
"tabs": [
],
"tasks": [
{
"arguments": [
".gocd/install-env.sh"
],
"command": "/bin/bash",
"run_if": "passed",
"timeout": -1.0,
"type": "exec"
},
{
"arguments": [
".gocd/grisp-project.sh",
"--erlang-version=22.0",
"--use-rebar3_grisp-material",
"--prebuilt-otp",
"--toolchain-from-s3"
],
"command": "/bin/bash",
"run_if": "passed",
"timeout": -1.0,
"type": "exec"
}
],
"timeout": 0.0
}
],
"name": "build",
"never_cleanup_artifacts": false
}
]
}