Skip to content
StepArgumentsStatus
Start of Pipeline - (57 min in block)
node - (57 min in block)
node block - (56 min in block)
tool - (0.56 sec in self)openjdk-jdk11-latest
stage - (8.4 sec in block)Grab GF and ts.jte artifacts
stage block (Grab GF and ts.jte artifacts) - (7.7 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (6.6 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (6.3 sec in block)
step - (4.9 sec in self)MASKED_VALUE
copyArtifacts - (0.55 sec in self)TCK_jakarta_TSJTE
stage - (2.8 sec in block)Grab TCK bundle
stage block (Grab TCK bundle) - (2.1 sec in block)
sh - (1.4 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${TCK_BUNDLE_URL} -O ${deliverabledir}tck.zip
stage - (2.8 sec in block)Unzip TCK and GF
stage block (Unzip TCK and GF) - (2.1 sec in block)
sh - (1.5 sec in self)#!/bin/bash -ex cd ${WORKSPACE} unzip -q ${WORKSPACE}/download/glassfish.zip unzip -q ${WORKSPACE}/download/${deliverabledir}tck.zip
stage - (3.8 sec in block)Grab and unzip ANT
stage block (Grab and unzip ANT) - (3 sec in block)
sh - (2.4 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q https://archive.apache.org/dist/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 - (1.8 sec in block)Replace ts.jte
stage block (Replace ts.jte) - (1.1 sec in block)
sh - (0.53 sec in self)#!/bin/bash -ex yes | cp -rfv ${WORKSPACE}/download/ts.jte ${TS_HOME}/bin/ts.jte
stage - (5.2 sec in block)Configure TCK
stage block (Configure TCK) - (4.6 sec in block)
sh - (4 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant -Dextension.dir=${WORKSPACE}/glassfish6/glassfish/domains/domain1/lib/ext -Ds1as.admin=${WORKSPACE}/glassfish6/glassfish/bin/asadmin config.vi
stage - (56 min in block)Deploy TCK tests
stage block (Deploy TCK tests) - (56 min in block)
sh - (56 min in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant -Dimpl.vi.deploy.dir=${WORKSPACE}/glassfish6/glassfish/domains/domain1/autodeploy/ deploy.all