Skip to content
StepArgumentsStatus
Start of Pipeline - (12 min in block)
node - (12 min in block)
node block - (12 min in block)
stage - (7.1 sec in block)Grab GF and ts.jte artifacts
stage block (Grab GF and ts.jte artifacts) - (6.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (5.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4.9 sec in block)
copyArtifacts - (3.7 sec in self)TCK_API_RI_Integration
copyArtifacts - (0.56 sec in self)TCK_SAAJ_tsjte_pipeline
stage - (2.4 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.7 sec in block)Unzip TCK and GF
stage block (Unzip TCK and GF) - (2 sec in block)
sh - (1.3 sec in self)#!/bin/bash -ex cd ${WORKSPACE} unzip -q ${WORKSPACE}/download/glassfish.zip unzip -q ${WORKSPACE}/download/${deliverabledir}tck.zip
stage - (1.9 sec in block)Replace ts.jte
stage block (Replace ts.jte) - (1.2 sec in block)
sh - (0.58 sec in self)#!/bin/bash -ex yes | cp -rfv ${WORKSPACE}/download/ts.jte ${TS_HOME}/bin/ts.jte
stage - (22 sec in block)Configure TCK
stage block (Configure TCK) - (21 sec in block)
withAnt - (20 sec in block)
withAnt block - (7.6 sec in block)
sh - (7.2 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant config.vi
stage - (8.7 sec in block)Deploy TCK tests
stage block (Deploy TCK tests) - (8 sec in block)
withAnt - (6.9 sec in block)
withAnt block - (6.2 sec in block)
sh - (5.8 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant deploy.all
stage - (11 min in block)Run TCK tests
stage block (Run TCK tests) - (11 min in block)
withAnt - (11 min in block)
withAnt block - (11 min in block)
sh - (11 min in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant run.all | tee run.log
stage - (3.2 sec in block)Create summary.txt, API, and run.log artifacts
stage block (Create summary.txt, API, and run.log artifacts) - (3 sec in block)
sh - (0.57 sec in self)
archiveArtifacts - (0.57 sec in self)
archiveArtifacts - (0.56 sec in self)
archiveArtifacts - (0.56 sec in self)