Skip to content
StepArgumentsStatus
Start of Pipeline - (5 min 56 sec in block)
node - (5 min 56 sec in block)
node block - (5 min 18 sec in block)
stage - (12 sec in block)Grab GF and ts.jte artifacts
stage block (Grab GF and ts.jte artifacts) - (12 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (12 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (12 sec in block)
sh - (7.2 sec in self) #!/bin/bash export fileid=1_E6Z7h1FoR18fUUhoXRszQcq9EX2PDZo export filename=glassfish.zip ## WGET ## wget --save-cookies cookies.txt 'https://docs.google.com/uc?export=download&id='$fileid -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1/p' > confirm.txt wget -q --load-cookies cookies.txt -O $filename 'https://docs.google.com/uc?export=download&id='$fileid'&confirm='`cat confirm.txt` rm cookies.txt
sh - (5.6 sec in self) #!/bin/bash export fileid=102WZCO0kW6yLnZ3LKg4Sje0wXjaN-SuX export filename=openjdk-8u41-b04-linux-x64-08_jan_2020.tar.gz ## WGET ## wget --save-cookies cookies.txt 'https://docs.google.com/uc?export=download&id='$fileid -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1/p' > confirm.txt wget -q --load-cookies cookies.txt -O $filename 'https://docs.google.com/uc?export=download&id='$fileid'&confirm='`cat confirm.txt` rm cookies.txt
copyArtifacts - (52 ms in self)TCK_ts_jte_custom
stage - (0.35 sec in block)Grab TCK bundle
stage block (Grab TCK bundle) - (0.33 sec in block)
sh - (0.31 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${TCK_BUNDLE_URL} -O ${deliverabledir}tck.zip
stage - (8.6 sec in block)Unzip TCK and GF
stage block (Unzip TCK and GF) - (8.5 sec in block)
sh - (8.5 sec in self)#!/bin/bash -ex cd ${WORKSPACE} tar -xzf ${WORKSPACE}/download/openjdk-8u41-b04-linux-x64-08_jan_2020.tar.gz unzip -q ${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) - (3 sec in block)
sh - (3 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 - (0.34 sec in block)Replace ts.jte
stage block (Replace ts.jte) - (0.32 sec in block)
sh - (0.31 sec in self)#!/bin/bash -ex yes | cp -rfv ${WORKSPACE}/download/ts.jte ${TS_HOME}/bin/ts.jte
stage - (30 sec in block)Configure TCK
stage block (Configure TCK) - (30 sec in block)
sh - (30 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant -Dextension.dir=${WORKSPACE}/glassfish5/glassfish/domains/domain1/lib/ext -Ds1as.admin=${WORKSPACE}/glassfish5/glassfish/bin/asadmin config.vi
stage - (13 sec in block)Deploy TCK tests
stage block (Deploy TCK tests) - (13 sec in block)
sh - (13 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant -Dimpl.vi.deploy.dir=${WORKSPACE}/glassfish5/glassfish/domains/domain1/autodeploy/ deploy.all
stage - (4 min 8 sec in block)Run TCK tests
stage block (Run TCK tests) - (4 min 8 sec in block)
sh - (4 min 8 sec in self)#!/bin/bash -ex echo java -version >> ${WORKSPACE}/environment.txt java -version >> ${WORKSPACE}/environment.txt 2>&1 echo uname -a >> ${WORKSPACE}/environment.txt uname -a >> ${WORKSPACE}/environment.txt echo cat /etc/os-release >> ${WORKSPACE}/environment.txt cat /etc/os-release >> ${WORKSPACE}/environment.txt echo Downloaded TCK from ${TCK_BUNDLE_URL} >> ${WORKSPACE}/environment.txt echo SHA256 of TCK is `sha256sum ${WORKSPACE}/download/${deliverabledir}tck.zip` >> ${WORKSPACE}/environment.txt cd ${TS_HOME}/bin ant -DwebServerHome=${WORKSPACE}/glassfish5/glassfish/ run.all | tee run.log
stage - (1.4 sec in block)Create summary.txt, API, and run.log artifacts
stage block (Create summary.txt, API, and run.log artifacts) - (1.4 sec in block)
sh - (0.3 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} if [ "$ERROR_COUNT" != "0" ]; then exit -1; fi if [ "$FAILED_COUNT" != "0" ]; then exit -1; fi
archiveArtifacts - (0.65 sec in self)
step - (71 ms in self)
step - (0.29 sec in self)
archiveArtifacts - (83 ms in self)