Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit 82bccc9

Browse files
committed
setup Jenkins job
1 parent dfef4bb commit 82bccc9

5 files changed

Lines changed: 379 additions & 13 deletions

File tree

wsit/boms/bom/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<name>Metro Web Services Stack Dependency POM</name>
5757
<version>2.4.0-SNAPSHOT</version>
5858
<description>Metro Web Services Stack Dependency POM</description>
59-
59+
6060
<url>http://javaee.github.io/metro</url>
6161

6262
<licenses>
@@ -94,7 +94,7 @@
9494
<jaxws.ri.version>2.3.0-b170703.2001</jaxws.ri.version>
9595
<jaxws.maven.plugin.version>2.3.1-b20150201.1248</jaxws.maven.plugin.version>
9696
</properties>
97-
97+
9898
<dependencyManagement>
9999
<dependencies>
100100

@@ -136,7 +136,7 @@
136136
<type>war</type>
137137
<version>${project.version}</version>
138138
</dependency>
139-
139+
140140
<dependency>
141141
<groupId>${project.groupId}</groupId>
142142
<artifactId>metro-cm-api</artifactId>
@@ -186,13 +186,13 @@
186186
<artifactId>wsrm-impl</artifactId>
187187
<version>${project.version}</version>
188188
</dependency>
189-
189+
190190
<dependency>
191191
<groupId>${project.groupId}</groupId>
192192
<artifactId>ws-mex</artifactId>
193193
<version>${project.version}</version>
194194
</dependency>
195-
195+
196196
<dependency>
197197
<groupId>${project.groupId}</groupId>
198198
<artifactId>metro-runtime-api</artifactId>
@@ -209,18 +209,18 @@
209209
<artifactId>metro-commons</artifactId>
210210
<version>${project.version}</version>
211211
</dependency>
212-
212+
213213
<dependency>
214214
<groupId>${project.groupId}</groupId>
215215
<artifactId>soaptcp-api</artifactId>
216216
<version>${project.version}</version>
217-
</dependency>
217+
</dependency>
218218
<dependency>
219219
<groupId>${project.groupId}</groupId>
220220
<artifactId>soaptcp-impl</artifactId>
221221
<version>${project.version}</version>
222222
</dependency>
223-
223+
224224
<dependency>
225225
<groupId>${project.groupId}</groupId>
226226
<artifactId>wssx-api</artifactId>
@@ -231,7 +231,7 @@
231231
<artifactId>wssx-impl</artifactId>
232232
<version>${project.version}</version>
233233
</dependency>
234-
234+
235235
<dependency>
236236
<groupId>${project.groupId}</groupId>
237237
<artifactId>xmlfilter</artifactId>
@@ -274,7 +274,7 @@
274274
<artifactId>webservices-api</artifactId>
275275
<version>${project.version}</version>
276276
</dependency>
277-
277+
278278
<!-- GF -->
279279
<dependency>
280280
<groupId>${project.groupId}</groupId>
@@ -306,5 +306,5 @@
306306

307307
</dependencies>
308308
</dependencyManagement>
309-
309+
310310
</project>

wsit/hudson/cts-smoke.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ _unzip $GF_ZIP $GF_WORK_DIR
124124

125125
if [ -d "$GF_WORK_DIR/glassfish4" ]; then
126126
SERVER_DIR=glassfish4
127+
elif [ -d "$GF_WORK_DIR/glassfish5" ]; then
128+
SERVER_DIR=glassfish5
127129
else
128130
SERVER_DIR=glassfish3
129131
fi

wsit/hudson/devtests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ _unzip $GF_ZIP $GF_WORK_DIR
108108

109109
if [ -d "$GF_WORK_DIR/glassfish4" ]; then
110110
SERVER_DIR=glassfish4
111+
elif [ -d "$GF_WORK_DIR/glassfish5" ]; then
112+
SERVER_DIR=glassfish5
111113
else
112114
SERVER_DIR=glassfish3
113115
fi

0 commit comments

Comments
 (0)