Skip to content
StepArgumentsStatus
Start of Pipeline - (7 min 41 sec in block)
node - (7 min 38 sec in block)
node block - (7 min 35 sec in block)
stage - (8.3 sec in block)Grab GF and ts.jte artifacts
stage block (Grab GF and ts.jte artifacts) - (7.6 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (6.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (6.2 sec in block)
copyArtifacts - (4.9 sec in self)Patch_GF7
copyArtifacts - (0.55 sec in self)Configure_10_TCK
stage - (2.3 sec in block)Grab TCK bundle
stage block (Grab TCK bundle) - (1.7 sec in block)
sh - (1 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${TCK_BUNDLE_URL} -O ${deliverabledir}tck.zip
stage - (2.9 sec in block)Unzip TCK and GF
stage block (Unzip TCK and GF) - (2.2 sec in block)
sh - (1.6 sec in self)#!/bin/bash -ex cd ${WORKSPACE} unzip ${WORKSPACE}/download/glassfish.zip unzip -q ${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 - (1.9 sec in block)Replace ts.jte
stage block (Replace ts.jte) - (1.2 sec in block)
sh - (0.59 sec in self)#!/bin/bash -ex yes | cp -rfv ${WORKSPACE}/download/ts.jte ${TS_HOME}/bin/ts.jte
stage - (1 min 30 sec in block)Configure TCK
stage block (Configure TCK) - (1 min 29 sec in block)
sh - (1 min 28 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ls -l /home/jenkins/agent/workspace/Run_10_tck/glassfish7/glassfish/bin/ ls -l /home/jenkins/agent/workspace/Run_10_tck/connectors-tck/bin/xml/impl/glassfish ant -Dwebcontainer.home=${WORKSPACE}/glassfish7/glassfish -Dconnector.home=${WORKSPACE}/glassfish7/glassfish config.vi
stage - (11 sec in block)Deploy TCK tests
stage block (Deploy TCK tests) - (11 sec in block)
sh - (10 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant -Dwebcontainer.home=${WORKSPACE}/glassfish7/glassfish -Dconnector.home=${WORKSPACE}/glassfish7/glassfish deploy.all
stage - (5 min 13 sec in block)Run TCK tests
stage block (Run TCK tests) - (5 min 8 sec in block)
sh - (5 min 8 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant -Dwebcontainer.home=${WORKSPACE}/glassfish7/glassfish -Dconnector.home=${WORKSPACE}/glassfish7/glassfish -Dri.lib=${WORKSPACE}/glassfish7/glassfish/modules run.all | tee run.log
stage - (20 sec in block)Create summary.txt, API, and run.log artifacts
stage block (Create summary.txt, API, and run.log artifacts) - (16 sec in block)
sh - (0.59 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin cat run.log | sed -e '1,/Completed running/d' > summary.txt PASSED_COUNT=`head -1 summary.txt | tail -1 | sed 's/.*=\s\(.*\)/\1/'` FAILED_COUNT=`head -2 summary.txt | tail -1 | sed 's/.*=\s\(.*\)/\1/'` ERROR_COUNT=`head -3 summary.txt | tail -1 | sed 's/.*=\s\(.*\)/\1/'` echo ERROR_COUNT=${ERROR_COUNT} echo FAILED_COUNT=${FAILED_COUNT} echo PASSED_COUNT=${PASSED_COUNT} echo DETAILS java -version uname -a sha256sum ${WORKSPACE}/download/${deliverabledir}tck.zip
archiveArtifacts - (7.3 sec in self)
archiveArtifacts - (5.8 sec in self)
archiveArtifacts - (1.7 sec in self)