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

Commit

Permalink
setup Jenkins job
Browse files Browse the repository at this point in the history
  • Loading branch information
yuHe1 committed Jul 14, 2017
1 parent dfef4bb commit 82bccc9
Show file tree
Hide file tree
Showing 5 changed files with 379 additions and 13 deletions.
22 changes: 11 additions & 11 deletions wsit/boms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<name>Metro Web Services Stack Dependency POM</name>
<version>2.4.0-SNAPSHOT</version>
<description>Metro Web Services Stack Dependency POM</description>

<url>http://javaee.github.io/metro</url>

<licenses>
Expand Down Expand Up @@ -94,7 +94,7 @@
<jaxws.ri.version>2.3.0-b170703.2001</jaxws.ri.version>
<jaxws.maven.plugin.version>2.3.1-b20150201.1248</jaxws.maven.plugin.version>
</properties>

<dependencyManagement>
<dependencies>

Expand Down Expand Up @@ -136,7 +136,7 @@
<type>war</type>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>metro-cm-api</artifactId>
Expand Down Expand Up @@ -186,13 +186,13 @@
<artifactId>wsrm-impl</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ws-mex</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>metro-runtime-api</artifactId>
Expand All @@ -209,18 +209,18 @@
<artifactId>metro-commons</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>soaptcp-api</artifactId>
<version>${project.version}</version>
</dependency>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>soaptcp-impl</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>wssx-api</artifactId>
Expand All @@ -231,7 +231,7 @@
<artifactId>wssx-impl</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>xmlfilter</artifactId>
Expand Down Expand Up @@ -274,7 +274,7 @@
<artifactId>webservices-api</artifactId>
<version>${project.version}</version>
</dependency>

<!-- GF -->
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down Expand Up @@ -306,5 +306,5 @@

</dependencies>
</dependencyManagement>

</project>
2 changes: 2 additions & 0 deletions wsit/hudson/cts-smoke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ _unzip $GF_ZIP $GF_WORK_DIR

if [ -d "$GF_WORK_DIR/glassfish4" ]; then
SERVER_DIR=glassfish4
elif [ -d "$GF_WORK_DIR/glassfish5" ]; then
SERVER_DIR=glassfish5
else
SERVER_DIR=glassfish3
fi
Expand Down
2 changes: 2 additions & 0 deletions wsit/hudson/devtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ _unzip $GF_ZIP $GF_WORK_DIR

if [ -d "$GF_WORK_DIR/glassfish4" ]; then
SERVER_DIR=glassfish4
elif [ -d "$GF_WORK_DIR/glassfish5" ]; then
SERVER_DIR=glassfish5
else
SERVER_DIR=glassfish3
fi
Expand Down
Loading

0 comments on commit 82bccc9

Please sign in to comment.