-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver-mode-results-checker.yaml
More file actions
50 lines (40 loc) · 1.31 KB
/
server-mode-results-checker.yaml
File metadata and controls
50 lines (40 loc) · 1.31 KB
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
- project:
name: "server-mode-results-checker-project"
jobs:
- "server-mode-results-checker"
- job-template:
id: "server-mode-results-checker"
name: "server-mode-results-checker-test"
project-type: freestyle
jdk: 'openjdk-1.8'
description: |
This is an experimental job, that is intended to test Results Checker in server mode on data from AS-TS builds.
properties:
- build-discarder:
num-to-keep: 5
wrappers:
- timeout:
type: absolute
timeout: 10
- workspace-cleanup
- timestamps
builders:
- shell: |
git clone git@github.com:vobratil/server-mode-results-checker.git .
# Install Results Checker
git clone git@gitlab.mw.lab.eng.bos.redhat.com:jbossqe-eap/results-checker.git results-checker
cd results-checker
mvn clean install -DskipTests
cd ..
publishers:
- postbuildscript:
generic-script:
- file-path: '${{WORKSPACE}}/results-checker.sh'
role: SLAVE
build-on:
- SUCCESS
- FAILURE
- UNSTABLE
- workspace-cleanup
- archive:
artifacts: "logs.zip,**/target/raw.json,**/target/surefire-reports/*.xml, **/results-checker-report.*"