Skip to content
StepArgumentsStatus
Start of Pipeline - (41 sec in block)
node - (40 sec in block)
node block - (28 sec in block)
echo - (66 ms in self)GF_BUILD_JOB=GF6TyrusZipIntegration
echo - (<1 ms in self)TS_JTE_BUILD_JOB=Jakarta10_TS_JTE
echo - (0.52 sec in self)TCK_BUNDLE_URL=https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted/jakarta-websocket-tck-2.0.0.zip
tool - (0.89 sec in self)apache-maven-latest
tool - (0.51 sec in self)openjdk-jdk11-latest
stage - (7.7 sec in block)Grab GF and ts.jte artifacts
stage block (Grab GF and ts.jte artifacts) - (7.1 sec in block)
dir - (6.1 sec in block)download
dir block - (5.7 sec in block)
copyArtifacts - (2.7 sec in self)GF6TyrusZipIntegration
copyArtifacts - (2.4 sec in self)Jakarta10_TS_JTE
stage - (2.2 sec in block)Grab TCK bundle
stage block (Grab TCK bundle) - (1.5 sec in block)
sh - (0.9 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}/${GF_FOLDER_NAME}/glassfish/modules jar xf tyrus-core.jar META-INF/MANIFEST.MF cat META-INF/MANIFEST.MF | grep Bundle-Version
stage - (3.4 sec in block)SET WebSocket TCK TOP DIR
stage block (SET WebSocket TCK TOP DIR) - (2.3 sec in block)
sh - (0.56 sec in self)ls -d */ | cut -f1 -d/ | grep tck
sh - (0.56 sec in self)echo websocket-tck
sh - (0.54 sec in self)if [ \'websocket-tck\' != \'websocket-tck\' ]; then mv -v websocket-tck websocket-tck; fi
stage - (3.2 sec in block)Grab and unzip ANT
stage block (Grab and unzip ANT) - (2.6 sec in block)
sh - (2 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 - (1.8 sec in block)Replace ts.jte
stage block (Replace ts.jte) - (1.1 sec in block)
sh - (0.54 sec in self)#!/bin/bash -ex yes | cp -rfv ${WORKSPACE}/download/ts.jte ${TS_HOME}/bin/ts.jte
stage - (3 sec in block)Configure TCK
stage block (Configure TCK) - (2.8 sec in block)
sh - (2.1 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant config.vi