Skip to content
StepArgumentsStatus
Start of Pipeline - (54 min in block)
node - (54 min in block)
node block - (53 min in block)
stage - (4 sec in block)Init
stage block (Init) - (3.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (0.69 sec in block)
sh - (1.2 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.7 sec in block)
sh - (1.9 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${IMPL_URL} -O ${IMPL_ZIP_NAME}
stage - (2.1 sec in block)Grab TCK
stage block (Grab TCK) - (1.3 sec in block)
sh - (0.65 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.3 sec in block)
sh - (0.64 sec in self)#!/bin/bash -ex cd ${WORKSPACE} unzip ${WORKSPACE}/download/${deliverabledir}tck.zip
stage - (3.2 sec in block)Grab and unzip ANT
stage block (Grab and unzip ANT) - (2.5 sec in block)
sh - (1.8 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.61 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.5 sec in block)Configure ts.jte
stage block (Configure ts.jte) - (1.5 sec in block)
sh - (0.62 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 - (22 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 - (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 - (4.6 sec in block)Create summary.txt, API, and run.log artifacts
stage block (Create summary.txt, API, and run.log artifacts) - (4.3 sec in block)
sh - (0.82 sec in self)
archiveArtifacts - (0.6 sec in self)
archiveArtifacts - (0.56 sec in self)
archiveArtifacts - (1.6 sec in self)