Skip to content
StepArgumentsStatus
Start of Pipeline - (52 sec in block)
node - (52 sec in block)
node block - (25 sec in block)
stage - (11 sec in block)Grab GF and ts.jte artifacts
stage block (Grab GF and ts.jte artifacts) - (10 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (9.6 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (9.4 sec in block)
copyArtifacts - (8.2 sec in self)TCK_Integrate_GlassFish
copyArtifacts - (0.53 sec in self)TCK_ts_jte
stage - (2.4 sec in block)Grab TCK bundle
stage block (Grab TCK bundle) - (1.7 sec in block)
sh - (1.1 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${TCK_BUNDLE_URL} -O ${deliverabledir}tck.zip
stage - (2.7 sec in block)Unzip TCK and GF
stage block (Unzip TCK and GF) - (2 sec in block)
sh - (1.4 sec in self)#!/bin/bash -ex cd ${WORKSPACE} unzip -q ${WORKSPACE}/download/glassfish.zip unzip -q ${WORKSPACE}/download/${deliverabledir}tck.zip
stage - (3.2 sec in block)Grab and unzip ANT
stage block (Grab and unzip ANT) - (2.6 sec in block)
sh - (1.9 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q http://mirror.koddos.net/apache/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz -O ant.tar.gz tar xfz ant.tar.gz mkdir -p ${ANT_HOME} && cp -a ${WORKSPACE}/download/apache-ant-${ANT_VERSION}/. ${ANT_HOME}
stage - (2 sec in block)Replace ts.jte
stage block (Replace ts.jte) - (1.4 sec in block)
sh - (0.8 sec in self)#!/bin/bash -ex yes | cp -rfv ${WORKSPACE}/download/ts.jte ${TS_HOME}/bin/ts.jte
stage - (2.5 sec in block)Configure TCK
stage block (Configure TCK) - (2.2 sec in block)
sh - (1.6 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant -Dwebcontainer.home=${WORKSPACE}/glassfish5/glassfish -Dconnector.home=${WORKSPACE}/glassfish6/glassfish config.vi