Skip to content
StepArgumentsStatus
Start of Pipeline - (3 hr 6 min in block)
node - (3 hr 6 min in block)
node block - (3 hr 6 min in block)
stage - (3.9 sec in block)Init
stage block (Init) - (3.2 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (1.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (0.71 sec in block)
sh - (1.1 sec in self)#!/bin/bash -x mkdir download
stage - (1.9 sec in block)Grab GF
stage block (Grab GF) - (1.2 sec in block)
sh - (0.59 sec in self)#!/bin/bash -ex # Add support for downloading GF from an arbitrary location
stage - (1.9 sec in block)Grab API and IMPL
stage block (Grab API and IMPL) - (1.2 sec in block)
sh - (0.6 sec in self)#!/bin/bash -ex
stage - (2.7 sec in block)Grab TCK
stage block (Grab TCK) - (2 sec in block)
sh - (1.4 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${TCK_BUNDLE_URL} -O ${TCK_BUNDLE_NAME}.zip cd ${WORKSPACE} unzip ${WORKSPACE}/download/${TCK_BUNDLE_NAME}.zip cat ${TCK_BUNDLE_NAME2}/faces-tck/pom.xml
stage - (1.9 sec in block)Configure ts.jte
stage block (Configure ts.jte) - (1.2 sec in block)
sh - (0.58 sec in self)#!/bin/bash -ex
stage - (1.9 sec in block)Configure TCK
stage block (Configure TCK) - (1.2 sec in block)
sh - (0.57 sec in self)#!/bin/bash -ex
stage - (2 hr 59 min in block)Run TCK tests
stage block (Run TCK tests) - (2 hr 59 min in block)
sh - (2 hr 59 min in self)#!/bin/bash -x ls -altrh echo ${TCK_BUNDLE_NAME2} cd ${TCK_BUNDLE_NAME2} mvn clean install -DskipOldTCK=true -DskipAssembly=true -Pstaging,glassfish-ci-managed -Dglassfish.version=7.0.0-M4 -Dmojarra.version=4.0.0-M7 surefire-report:failsafe-report-only -Daggregate=true | tee ${WORKSPACE}/run.log cd faces-tck mvn clean install -Dglassfish.version=7.0.0-M4 -Dmojarra.version=4.0.0-M7 | tee ${WORKSPACE}/run_old.log
stage - (6 min 47 sec in block)Create summary.txt, API, and run.log artifacts
stage block (Create summary.txt, API, and run.log artifacts) - (6 min 47 sec in block)
sh - (6 min 41 sec in self)
archiveArtifacts - (0.97 sec in self)
archiveArtifacts - (0.54 sec in self)
archiveArtifacts - (4 sec in self)