-
Notifications
You must be signed in to change notification settings - Fork 0
/
macros.yaml
51 lines (47 loc) · 1.67 KB
/
macros.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
39
40
41
42
43
44
45
46
47
48
49
50
51
- builder:
name: execute-job-build-script
builders:
- shell: |
sh -ex cadets-ci/jobs/${JOB_NAME}/build.sh
- publisher:
name: scan-clang-warnings
publishers:
- warnings:
console-log-parsers:
- Clang (LLVM based)
- publisher:
name: publish-junit-results
publishers:
- junit:
results: test-report.xml
- publisher:
name: slack-notification
publishers:
- raw:
xml: |
<jenkins.plugins.slack.SlackNotifier>
<teamDomain>cadets</teamDomain>
<authToken/>
<authTokenCredentialId>d34e56c1-b102-4a93-8178-26c9ba0c52a9</authTokenCredentialId>
<room>#ci</room>
<startNotification>false</startNotification>
<notifySuccess>false</notifySuccess>
<notifyAborted>true</notifyAborted>
<notifyNotBuilt>true</notifyNotBuilt>
<notifyUnstable>true</notifyUnstable>
<notifyFailure>true</notifyFailure>
<notifyBackToNormal>true</notifyBackToNormal>
<notifyRepeatedFailure>false</notifyRepeatedFailure>
<includeTestSummary>false</includeTestSummary>
<commitInfoChoice>NONE</commitInfoChoice>
<includeCustomMessage>false</includeCustomMessage>
<customMessage/>
</jenkins.plugins.slack.SlackNotifier>
- property:
name: wall-display
properties:
- raw:
xml: |
<de.pellepelster.jenkins.walldisplay.WallDisplayJobProperty>
<wallDisplayName>{text}</wallDisplayName>
</de.pellepelster.jenkins.walldisplay.WallDisplayJobProperty>