From 446a9cd512c49e9395e50b60faeb45a84f24f06b Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 4 Dec 2016 22:37:12 +0000 Subject: Jenkins Job DSL: Adjust for location of Gradle-test-result files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1772581 13f79535-47bb-0310-9956-ffa450edef68 --- jenkins/create_jobs.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index e2e7de68b7..eed41ffcc2 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -253,7 +253,7 @@ Apache POI - the Java API for Microsoft Documents warnings(['Java Compiler (javac)', 'JavaDoc Tool'], null) { resolveRelativePaths() } - archiveJunit('build/ooxml-test-results/*.xml,build/scratchpad-test-results/*.xml,build/test-results/*.xml,build/excelant-test-results/*.xml,build/integration-test-results/*.xml,build/*/build/test-results/TEST-*.xml') { + archiveJunit('build/ooxml-test-results/*.xml,build/scratchpad-test-results/*.xml,build/test-results/*.xml,build/excelant-test-results/*.xml,build/integration-test-results/*.xml,build/*/build/test-results/test/TEST-*.xml') { testDataPublishers { publishTestStabilityData() } -- cgit v1.2.3 ease/v1.18'>release/v1.18 Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD: https://github.com/go-gitea/giteawww-data
summaryrefslogtreecommitdiffstats
path: root/integrations/org_test.go
blob: ee61aae6f5ac02fd6e3c08c6af3efd508d33c7af (plain)
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112