Skip to content

Commit 0470614

Browse files
committed
gocd pipeline as code
1 parent 2619d4a commit 0470614

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

hyperstack-tests.gocd.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
format_version: 10
2+
pipelines:
3+
hyperstack-tests:
4+
group: hyperstack
5+
label_template: ${COUNT}
6+
lock_behavior: none
7+
display_order: -1
8+
materials:
9+
hyperstack:
10+
git: https://github.com/mpantel/hyperstack.git
11+
shallow_clone: false
12+
auto_update: true
13+
branch: edge
14+
stages:
15+
- prepare:
16+
fetch_materials: true
17+
keep_artifacts: false
18+
clean_workspace: false
19+
approval:
20+
type: success
21+
allow_only_on_success: false
22+
jobs:
23+
setup:
24+
timeout: 0
25+
tasks:
26+
- exec:
27+
arguments:
28+
- -al
29+
command: ls
30+
run_if: passed

0 commit comments

Comments
 (0)