Skip to content

Commit e0dc565

Browse files
committed
Add support for container multibranch testing in CI
1 parent e3ff454 commit e0dc565

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+164
-96
lines changed

cargo/Container.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,25 +322,25 @@ <h3 id="Container-SupportMatrix">Support Matrix</h3>
322322
<h3 id="Container-Containerfeatures">Container features</h3>
323323
<p></p>
324324
<ul class="childpages-macro conf-macro output-block">
325-
<li><a href="Container+Instantiation.html">Container Instantiation</a><span class="smalltext">Create a container instance</span></li>
326-
<li><a href="Remote+Container.html">Remote Container</a><span class="smalltext">A container that is already running on some machine (local or remote)</span></li>
327325
<li><a href="Local+Container.html">Local Container</a><span class="smalltext">A container executing on the machine where Cargo executes</span>
328326
<ul class="childpages-macro">
329327
<li><a href="Container+Start.html">Container Start</a><span class="smalltext">Start a container that is not already running</span></li>
330328
<li><a href="Container+Stop.html">Container Stop</a><span class="smalltext">Stop a running container</span></li>
331329
<li><a href="Container+Timeout.html">Container Timeout</a><span class="smalltext">Timeout after which the container start/stop is deemed failed</span></li>
332330
<li><a href="Installed+Container.html">Installed Container</a><span class="smalltext">A container installed on the machine where Cargo executes.</span>
333331
<ul class="childpages-macro">
334-
<li><a href="Installer.html">Installer</a><span class="smalltext">Installs a container</span></li>
335332
<li><a href="Passing+system+properties.html">Passing system properties</a><span class="smalltext">How to pass system properties that will be available to the container while executing</span></li>
333+
<li><a href="Installer.html">Installer</a><span class="smalltext">Installs a container</span></li>
336334
</ul></li>
337335
<li><a href="Embedded+Container.html">Embedded Container</a><span class="smalltext">A container executing in the same JVM where Cargo is running</span></li>
338336
<li><a href="Container+Classpath.html">Container Classpath</a><span class="smalltext">How to configure the executing container's classpath</span>
339337
<ul class="childpages-macro">
340-
<li><a href="JBoss+7.x+onwards+and+WildFly+container+classpath.html">JBoss 7.x onwards and WildFly container classpath</a></li>
341338
<li><a href="Application+Classpath.html">Application Classpath</a><span class="smalltext">How to configure the classpath of the application without changing the container's own classpath</span></li>
339+
<li><a href="JBoss+7.x+onwards+and+WildFly+container+classpath.html">JBoss 7.x onwards and WildFly container classpath</a></li>
342340
</ul></li>
343341
</ul></li>
342+
<li><a href="Container+Instantiation.html">Container Instantiation</a><span class="smalltext">Create a container instance</span></li>
343+
<li><a href="Remote+Container.html">Remote Container</a><span class="smalltext">A container that is already running on some machine (local or remote)</span></li>
344344
</ul>
345345
<p></p>
346346
<h3 id="Container-Containersupport">Container support</h3>

cargo/Geronimo+1.x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ <h5 id="Geronimo1.x-Forinstalledcontainero.c.c.c.geronimo.Geronimo1xInstalledLoc
14231423
</table>
14241424
</div>
14251425
<h3 id="Geronimo1.x-TestedOn">Tested On</h3>
1426-
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration system</a> every time there is a code change.
1426+
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
14271427
<br>
14281428
The server used for tests is downloaded from: <a href="https://archive.apache.org/dist/geronimo/1.1.1/geronimo-tomcat-j2ee-1.1.1.zip">https://archive.apache.org/dist/geronimo/1.1.1/geronimo-tomcat-j2ee-1.1.1.zip</a></p>
14291429
</td>

cargo/Geronimo+2.x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ <h5 id="Geronimo2.x-Forinstalledcontainero.c.c.c.geronimo.Geronimo2xInstalledLoc
14161416
</table>
14171417
</div>
14181418
<h3 id="Geronimo2.x-TestedOn">Tested On</h3>
1419-
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration system</a> every time there is a code change.
1419+
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
14201420
<br>
14211421
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/apache/geronimo/assemblies/geronimo-tomcat6-javaee5/2.1.8/geronimo-tomcat6-javaee5-2.1.8-bin.zip">https://repo.maven.apache.org/maven2/org/apache/geronimo/assemblies/geronimo-tomcat6-javaee5/2.1.8/geronimo-tomcat6-javaee5-2.1.8-bin.zip</a></p>
14221422
</td>

cargo/Geronimo+3.x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ <h5 id="Geronimo3.x-Forinstalledcontainero.c.c.c.geronimo.Geronimo3xInstalledLoc
14161416
</table>
14171417
</div>
14181418
<h3 id="Geronimo3.x-TestedOn">Tested On</h3>
1419-
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration system</a> every time there is a code change.
1419+
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
14201420
<br>
14211421
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/apache/geronimo/assemblies/geronimo-tomcat7-javaee6/3.0.1/geronimo-tomcat7-javaee6-3.0.1-bin.zip">https://repo.maven.apache.org/maven2/org/apache/geronimo/assemblies/geronimo-tomcat7-javaee6/3.0.1/geronimo-tomcat7-javaee6-3.0.1-bin.zip</a></p>
14221422
</td>

cargo/GlassFish+3.x.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,9 +1739,13 @@ <h5 id="GlassFish3.x-Forremotecontainero.c.c.c.glassfish.GlassFish3xRemoteContai
17391739
</table>
17401740
</div>
17411741
<h3 id="GlassFish3.x-TestedOn">Tested On</h3>
1742-
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration system</a> every time there is a code change.
1742+
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
17431743
<br>
17441744
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/3.1.2.2/glassfish-3.1.2.2.zip">https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/3.1.2.2/glassfish-3.1.2.2.zip</a></p>
1745+
<p>Moreover, the below other branch is also tested by the CI system:</p>
1746+
<ul>
1747+
<li><a href="https://repo.maven.apache.org/maven2/org/glassfish/distributions/glassfish/3.0.1/glassfish-3.0.1.zip">https://repo.maven.apache.org/maven2/org/glassfish/distributions/glassfish/3.0.1/glassfish-3.0.1.zip</a></li>
1748+
</ul>
17451749
</td>
17461750
</tr>
17471751
</tbody>

cargo/GlassFish+4.x.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1735,9 +1735,13 @@ <h5 id="GlassFish4.x-Forremotecontainero.c.c.c.glassfish.GlassFish4xRemoteContai
17351735
</table>
17361736
</div>
17371737
<h3 id="GlassFish4.x-TestedOn">Tested On</h3>
1738-
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration system</a> every time there is a code change.
1738+
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
17391739
<br>
17401740
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/4.1.2/glassfish-4.1.2.zip">https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/4.1.2/glassfish-4.1.2.zip</a></p>
1741+
<p>Moreover, the below other branch is also tested by the CI system:</p>
1742+
<ul>
1743+
<li><a href="https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/4.0/glassfish-4.0.zip">https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/4.0/glassfish-4.0.zip</a></li>
1744+
</ul>
17411745
</td>
17421746
</tr>
17431747
</tbody>

cargo/GlassFish+5.x.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1735,9 +1735,13 @@ <h5 id="GlassFish5.x-Forremotecontainero.c.c.c.glassfish.GlassFish5xRemoteContai
17351735
</table>
17361736
</div>
17371737
<h3 id="GlassFish5.x-TestedOn">Tested On</h3>
1738-
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration system</a> every time there is a code change.
1738+
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
17391739
<br>
17401740
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/5.1.0/glassfish-5.1.0.zip">https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/5.1.0/glassfish-5.1.0.zip</a></p>
1741+
<p>Moreover, the below other branch is also tested by the CI system:</p>
1742+
<ul>
1743+
<li><a href="https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/5.0.1/glassfish-5.0.1.zip">https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/5.0.1/glassfish-5.0.1.zip</a></li>
1744+
</ul>
17411745
</td>
17421746
</tr>
17431747
</tbody>

cargo/GlassFish+6.x.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,9 +1621,14 @@ <h5 id="GlassFish6.x-Forinstalledcontainero.c.c.c.glassfish.GlassFish6xInstalled
16211621
</table>
16221622
</div>
16231623
<h3 id="GlassFish6.x-TestedOn">Tested On</h3>
1624-
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration system</a> every time there is a code change.
1624+
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
16251625
<br>
16261626
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/6.2.5/glassfish-6.2.5.zip">https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/6.2.5/glassfish-6.2.5.zip</a></p>
1627+
<p>Moreover, the below other branches are also tested by the CI system:</p>
1628+
<ul>
1629+
<li><a href="https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/6.0.0/glassfish-6.0.0.zip">https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/6.0.0/glassfish-6.0.0.zip</a></li>
1630+
<li><a href="https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/6.1.0/glassfish-6.1.0.zip">https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/6.1.0/glassfish-6.1.0.zip</a></li>
1631+
</ul>
16271632
</td>
16281633
</tr>
16291634
</tbody>

cargo/GlassFish+7.x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ <h5 id="GlassFish7.x-Forinstalledcontainero.c.c.c.glassfish.GlassFish7xInstalled
16151615
</table>
16161616
</div>
16171617
<h3 id="GlassFish7.x-TestedOn">Tested On</h3>
1618-
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration system</a> every time there is a code change.
1618+
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
16191619
<br>
16201620
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/7.0.25/glassfish-7.0.25.zip">https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/7.0.25/glassfish-7.0.25.zip</a></p>
16211621
</td>

cargo/GlassFish+8.x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ <h5 id="GlassFish8.x-Forinstalledcontainero.c.c.c.glassfish.GlassFish8xInstalled
16151615
</table>
16161616
</div>
16171617
<h3 id="GlassFish8.x-TestedOn">Tested On</h3>
1618-
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration system</a> every time there is a code change.
1618+
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
16191619
<br>
16201620
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/8.0.0-M12/glassfish-8.0.0-M12.zip">https://repo.maven.apache.org/maven2/org/glassfish/main/distributions/glassfish/8.0.0-M12/glassfish-8.0.0-M12.zip</a></p>
16211621
</td>

0 commit comments

Comments
 (0)