This repository has been archived by the owner on Mar 28, 2020. It is now read-only.
forked from checkstyle/checkstyle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buddy.yml
76 lines (73 loc) · 2.26 KB
/
buddy.yml
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
- pipeline: "versions"
trigger_mode: "ON_EVERY_PUSH"
ref_name: "master"
ref_type: "BRANCH"
actions:
- action: "Execute: ./.ci/travis/travis.sh versions"
type: "BUILD"
working_directory: "/buddy/checkstyle"
docker_image_name: "library/maven"
docker_image_tag: "3.3.3"
execute_commands:
- "./.ci/travis/travis.sh versions"
cached_dirs:
- "/root/.m2/repository"
mount_filesystem_path: "/buddy/checkstyle"
shell: "BASH"
trigger_condition: "ALWAYS"
- pipeline: "releasenotes-gen"
trigger_mode: "ON_EVERY_PUSH"
ref_name: "master"
ref_type: "BRANCH"
actions:
- action: "Execute: ./.ci/travis/travis.sh releasenotes-gen"
type: "BUILD"
working_directory: "/buddy/checkstyle"
docker_image_name: "checkstyle/maven-builder-image"
docker_image_tag: "latest"
execute_commands:
- "export TRAVIS_PULL_REQUEST=master"
- "./.ci/travis/travis.sh releasenotes-gen"
cached_dirs:
- "/buddy/checkstyle/.m2"
mount_filesystem_path: "/buddy/checkstyle"
shell: "BASH"
trigger_condition: "ALWAYS"
# - pipeline: "check-chmod"
# trigger_mode: "ON_EVERY_PUSH"
# ref_name: "master"
# ref_type: "BRANCH"
# actions:
# - action: "Execute: ./.ci/travis/travis.sh check-chmod"
# type: "BUILD"
# working_directory: "/buddy/checkstyle"
# docker_image_name: "checkstyle/maven-builder-image"
# docker_image_tag: "latest"
# execute_commands:
# - "ls -la"
# # "find: unrecognized: -executable"
# #- "./.ci/travis/travis.sh check-chmod"
# cached_dirs:
# - "/buddy/checkstyle/.m2"
# mount_filesystem_path: "/buddy/checkstyle"
# shell: "BASH"
# trigger_condition: "ALWAYS"
# - pipeline: "spell checker"
# trigger_mode: "ON_EVERY_PUSH"
# ref_name: "master"
# ref_type: "BRANCH"
# actions:
# - action: "Execute: ./.ci/test-spelling-unknown-words.sh"
# type: "BUILD"
# working_directory: "/buddy/checkstyle"
# docker_image_name: "checkstyle/maven-builder-image"
# docker_image_tag: "latest"
# execute_commands:
# - "ls -la"
# # "perl,unxz not found"
# #- "./.ci/test-spelling-unknown-words.sh"
# cached_dirs:
# - "/buddy/checkstyle/.m2"
# mount_filesystem_path: "/buddy/checkstyle"
# shell: "BASH"
# trigger_condition: "ALWAYS"