Skip to content
StepArgumentsStatus
Start of Pipeline - (23 min in block)
node - (23 min in block)
node block - (23 min in block)
echo - (7 ms in self)
echo - (2 ms in self)
echo - (47 ms in self)
stage - (7.1 sec in block)Grab GF and ts.jte artifacts
stage block (Grab GF and ts.jte artifacts) - (6.5 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (5.1 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4.8 sec in block)
step - (3.7 sec in self)MASKED_VALUE
step - (0.5 sec in self)MASKED_VALUE
stage - (2.4 sec in block)Grab TCK bundle
stage block (Grab TCK bundle) - (1.7 sec in block)
sh - (1.1 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${TCK_BUNDLE_URL} -O ${deliverabledir}tck.zip
stage - (3.4 sec in block)Unzip TCK and GF
stage block (Unzip TCK and GF) - (2.7 sec in block)
sh - (2.1 sec in self)#!/bin/bash -ex cd ${WORKSPACE} unzip ${WORKSPACE}/download/glassfish.zip unzip -q ${WORKSPACE}/download/${deliverabledir}tck.zip cd ${WORKSPACE}/glassfish6/glassfish/modules jar xf jersey-common.jar META-INF/MANIFEST.MF cat META-INF/MANIFEST.MF | grep Bundle-Version
stage - (4.3 sec in block)Grab and unzip ANT
stage block (Grab and unzip ANT) - (3.6 sec in block)
sh - (3 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 - (6.6 sec in block)Replace ts.jte
stage block (Replace ts.jte) - (1.1 sec in block)
sh - (0.53 sec in self)#!/bin/bash -ex yes | cp -rfv ${WORKSPACE}/download/ts.jte ${TS_HOME}/bin/ts.jte
stage - (9 sec in block)Configure TCK
stage block (Configure TCK) - (8.3 sec in block)
sh - (7.7 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant config.vi
stage - (15 sec in block)Deploy TCK tests
stage block (Deploy TCK tests) - (14 sec in block)
sh - (13 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant deploy.all
stage - (22 min in block)Run TCK tests
stage block (Run TCK tests) - (22 min in block)
sh - (22 min in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant run.all | tee 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) - (3.9 sec in block)
sh - (1 sec in self)
archiveArtifacts - (0.52 sec in self)
step - (0.69 sec in self)
step - (0.54 sec in self)
archiveArtifacts - (0.51 sec in self)
stage - (2.8 sec in block)push results to gh-pages
stage block (push results to gh-pages) - (2.5 sec in block)
sshagent - (1.5 sec in block)
sshagent block - (1.1 sec in block)
sh - (0.53 sec in self)