Skip to content
StepArgumentsStatus
Start of Pipeline - (1 hr 39 min in block)
node - (1 hr 39 min in block)
node block - (1 hr 39 min in block)
echo - (12 ms in self)GF_BUILD_JOB=GF6_Jersey3Archive_Integration
echo - (3 ms in self)TS_JTE_BUILD_JOB=Jakarta_TS_JTE
echo - (27 ms in self)TCK_BUNDLE_URL=https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9/promoted/restful-ws-tck-3.0.2.zip
tool - (4.1 sec in self)apache-ant-latest
tool - (0.61 sec in self)openjdk-jdk11-latest
tool - (0.33 sec in self)apache-maven-latest
stage - (10 sec in block)Grab GF and ts.jte artifacts
stage block (Grab GF and ts.jte artifacts) - (9.5 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (8.3 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (8 sec in block)
copyArtifacts - (6 sec in self)GF6_Jersey3Archive_Integration
copyArtifacts - (0.59 sec in self)Jakarta_TS_JTE
stage - (3.1 sec in block)Grab TCK bundle
stage block (Grab TCK bundle) - (2.3 sec in block)
sh - (1.6 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${TCK_BUNDLE_URL} -O ${tckbundledir}.zip
stage - (4.3 sec in block)Unzip TCK and GF
stage block (Unzip TCK and GF) - (3.6 sec in block)
sh - (2.8 sec in self)#!/bin/bash -ex cd ${WORKSPACE} unzip ${WORKSPACE}/download/glassfish.zip unzip -q ${WORKSPACE}/download/${tckbundledir}.zip cd ${WORKSPACE}/glassfish6/glassfish/modules jar xf jersey-common.jar META-INF/MANIFEST.MF cat META-INF/MANIFEST.MF | grep Bundle-Version
stage - (2.9 sec in block)SET JAX-RS TCK TOP DIR
stage block (SET JAX-RS TCK TOP DIR) - (2.2 sec in block)
sh - (0.68 sec in self)ls -d */ | cut -f1 -d/ | grep tck
echo - (15 ms in self)restful-ws-tck
sh - (0.76 sec in self)if [ \'restful-ws-tck\' != \'restful-ws-tck\' ]; then mv -v restful-ws-tck restful-ws-tck; fi
stage - (1.6 sec in block)Grab and unzip ANT
stage block (Grab and unzip ANT) - (0.74 sec in block)
echo - (2 ms in self)/home/jenkins/agent/tools/hudson.tasks.Ant_AntInstallation/apache-ant-latest
stage - (2.1 sec in block)Replace ts.jte
stage block (Replace ts.jte) - (1.3 sec in block)
sh - (0.63 sec in self)#!/bin/bash -ex yes | cp -rfv ${WORKSPACE}/download/ts.jte ${TS_HOME}/bin/ts.jte
stage - (46 sec in block)Configure TCK
stage block (Configure TCK) - (45 sec in block)
sh - (14 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant config.vi
sleep - (30 sec in self)
stage - (28 sec in block)Deploy TCK tests
stage block (Deploy TCK tests) - (27 sec in block)
script - (26 sec in block)
script block - (26 sec in block)
sh - (25 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant deploy.all
stage - (1 hr 37 min in block)Run TCK tests
stage block (Run TCK tests) - (1 hr 37 min in block)
sh - (1 hr 37 min in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant run.all | tee run.log
stage - (5.7 sec in block)Create summary.txt, API, and run.log artifacts
stage block (Create summary.txt, API, and run.log artifacts) - (5.4 sec in block)
sh - (0.85 sec in self)
sh - (0.59 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin cat run.log | sed -e '1,/Completed running/d' >> ${WORKSPACE}/summary.txt PASSED_COUNT=`head -10 ${WORKSPACE}/summary.txt | tail -1 | sed 's/.*=\s\(.*\)/\1/'` FAILED_COUNT=`head -11 ${WORKSPACE}/summary.txt | tail -1 | sed 's/.*=\s\(.*\)/\1/'` ERROR_COUNT=`head -12 ${WORKSPACE}/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.91 sec in self)
archiveArtifacts - (0.58 sec in self)
archiveArtifacts - (0.57 sec in self)
archiveArtifacts - (0.61 sec in self)
archiveArtifacts - (0.58 sec in self)