Skip to content
StepArgumentsStatus
Start of Pipeline - (54 min in block)
node - (54 min in block)
node block - (53 min in block)
stage - (5.2 sec in block)Init
stage block (Init) - (4.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (0.94 sec in block)
sh - (1.3 sec in self)#!/bin/bash -x mkdir download mkdir jmstckreport || true mkdir jmstckreport/jmstck || true
stage - (3.4 sec in block)Grab IMPL
stage block (Grab IMPL) - (2.1 sec in block)
sh - (1.1 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${IMPL_URL} -O ${IMPL_ZIP_NAME}
stage - (2.5 sec in block)Grab TCK
stage block (Grab TCK) - (1.8 sec in block)
sh - (0.85 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${TCK_BUNDLE_URL} -O ${deliverabledir}tck.zip
stage - (6.4 sec in block)Unzip TCK
stage block (Unzip TCK) - (1.2 sec in block)
sh - (0.58 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.6 sec in block)Configure ts.jte
stage block (Configure ts.jte) - (1.8 sec in block)
sh - (0.59 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) - (21 sec in block)
sh - (20 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant config.vi
stage - (53 min in block)Run TCK tests
stage block (Run TCK tests) - (53 min in block)
sh - (53 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.7 sec in block)Create summary.txt, API, and run.log artifacts
stage block (Create summary.txt, API, and run.log artifacts) - (3.4 sec in block)
sh - (0.83 sec in self)
archiveArtifacts - (0.56 sec in self)
archiveArtifacts - (0.56 sec in self)
archiveArtifacts - (0.58 sec in self)