-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpipeline.gocd.yaml
38 lines (38 loc) · 1.08 KB
/
pipeline.gocd.yaml
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
pipelines:
dojo-init:
group: dojo
label_template: "${git[:8]}"
materials:
git:
git: "[email protected]:dojo/dojo-init.git"
branch: master
stages:
- test:
clean_workspace: true
jobs:
test:
elastic_profile_id: w.c1.m1024.e5
tasks:
- exec:
command: /bin/bash
arguments:
- -c
- ./tasks test
- release:
clean_workspace: true
secure_variables:
GITHUB_TOKEN: "AES:9mQGklAskrmLBczL1b/UXQ==:u/Kt5dVTpXlDIOTN7ndS6SId01ryLQK+8OorJS7ZA8EECQvc04daQkLA+gRuzHNg"
jobs:
release:
elastic_profile_id: w.c1.m1024.e5
tasks:
- exec:
command: /bin/bash
arguments:
- -c
- ./tasks release
- exec:
command: bash
arguments:
- -c
- ./tasks release_gh