Skip to content
StepArgumentsStatus
Start of Pipeline - (59 min in block)
node - (58 min in block)
node block - (52 min in block)
stage - (3.9 sec in block)Init
stage block (Init) - (3.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (0.7 sec in block)
sh - (1.1 sec in self)#!/bin/bash -x mkdir download mkdir jmstckreport || true mkdir jmstckreport/jmstck || true
stage - (2.9 sec in block)Grab IMPL
stage block (Grab IMPL) - (2.1 sec in block)
sh - (1.4 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${IMPL_URL} -O ${IMPL_ZIP_NAME}
stage - (1.9 sec in block)Grab TCK
stage block (Grab TCK) - (1.2 sec in block)
sh - (0.6 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${TCK_BUNDLE_URL} -O ${deliverabledir}tck.zip
stage - (2.1 sec in block)Unzip TCK
stage block (Unzip TCK) - (1.4 sec in block)
sh - (0.72 sec in self)#!/bin/bash -ex cd ${WORKSPACE} unzip ${WORKSPACE}/download/${deliverabledir}tck.zip
stage - (3.1 sec in block)Grab and unzip ANT
stage block (Grab and unzip ANT) - (2.4 sec in block)
sh - (1.7 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.3 sec in block)Unzip MQ
stage block (Unzip MQ) - (1.6 sec in block)
sh - (0.59 sec in self)#!/bin/bash -ex rm -rf $javaee_home/mq unzip -qo download/${IMPL_ZIP_NAME} ls -altrh ls -altrh ./mq ls -altrh ./mq/bin
stage - (2 sec in block)Configure ts.jte
stage block (Configure ts.jte) - (1.3 sec in block)
sh - (0.61 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin/ sed -i "s#^jms.home=.*#jms.home=$TCK_HOME/mq#g" ts.jte sed -i 's#^jms.classes=.*#jms.classes=${ri.jars}#g' ts.jte sed -i "s#^report.dir=.*#report.dir=$TCK_HOME/jmstckreport/jmstck#g" ts.jte sed -i "s#^work.dir=.*#work.dir=$TCK_HOME/jmstckwork/jmstck#g" ts.jte
stage - (21 sec in block)Configure TCK
stage block (Configure TCK) - (20 sec in block)
sh - (19 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant config.vi
stage - (52 min in block)Run TCK tests
stage block (Run TCK tests) - (52 min in block)
sh - (52 min in self)#!/bin/bash -x cd $TS_HOME/src/com/sun/ts/tests ant runclient | tee -a ${TS_HOME}/bin/run.log
stage - (3.6 sec in block)Create summary.txt, API, and run.log artifacts
stage block (Create summary.txt, API, and run.log artifacts) - (3.3 sec in block)
sh - (0.84 sec in self)
archiveArtifacts - (0.59 sec in self)
archiveArtifacts - (0.58 sec in self)
archiveArtifacts - (0.58 sec in self)