Skip to content
StepArgumentsStatus
Start of Pipeline - (1 hr 20 min in block)
node - (1 hr 20 min in block)
node block - (1 hr 19 min in block)
echo - (10 ms in self)GF_BUILD_JOB=GF5_Jersey2_Archive_Integration
echo - (4 ms in self)TS_JTE_BUILD_JOB=ts_jte_alter
echo - (2 sec in self)TCK_BUNDLE_URL=https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8-eftl/promoted/eclipse-restful-ws-tck-2.1.0.zip
stage - (13 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 - (8.7 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (8.4 sec in block)
copyArtifacts - (6.8 sec in self)GF5_Jersey2_Archive_Integration
copyArtifacts - (0.7 sec in self)ts_jte_alter
stage - (3.5 sec in block)Grab TCK bundle
stage block (Grab TCK bundle) - (2.6 sec in block)
sh - (1.8 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${TCK_BUNDLE_URL} -O ${deliverabledir}-tck.zip
stage - (3.6 sec in block)Unzip TCK and GF
stage block (Unzip TCK and GF) - (2.7 sec in block)
sh - (1.9 sec in self)#!/bin/bash -ex cd ${WORKSPACE} unzip ${WORKSPACE}/download/glassfish.zip unzip -q ${WORKSPACE}/download/${deliverabledir}-tck.zip ls ls ${tck_root} cd ${WORKSPACE}/glassfish5/glassfish/modules jar xf jersey-common.jar META-INF/MANIFEST.MF cat META-INF/MANIFEST.MF | grep Bundle-Version
stage - (3.4 sec in block)Grab and unzip ANT
stage block (Grab and unzip ANT) - (2.6 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)Replace ts.jte
stage block (Replace ts.jte) - (1.5 sec in block)
sh - (0.69 sec in self)#!/bin/bash -ex ls ${TS_HOME} ls ${TS_HOME}/bin yes | cp -rfv ${WORKSPACE}/download/ts.jte ${TS_HOME}/bin/ts.jte
stage - (9.8 sec in block)Configure TCK
stage block (Configure TCK) - (9 sec in block)
sh - (8.2 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant config.vi
stage - (18 sec in block)Deploy TCK tests
stage block (Deploy TCK tests) - (17 sec in block)
sh - (16 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant deploy.all
stage - (1 hr 18 min in block)Run TCK tests
stage block (Run TCK tests) - (1 hr 18 min in block)
sh - (1 hr 18 min in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant run.all | tee run.log
stage - (4.9 sec in block)Create summary.txt, API, and run.log artifacts
stage block (Create summary.txt, API, and run.log artifacts) - (4.6 sec in block)
sh - (0.68 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}
archiveArtifacts - (0.98 sec in self)
archiveArtifacts - (0.84 sec in self)
archiveArtifacts - (0.65 sec in self)
archiveArtifacts - (0.65 sec in self)