Skip to content
StepArgumentsStatus
Start of Pipeline - (38 sec in block)
node - (37 sec in block)
node block - (6.6 sec in block)
stage - (2.4 sec in block)Grab the original ts.jte
stage block (Grab the original ts.jte) - (1.8 sec in block)
sh - (1.1 sec in self)wget https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/install/websocket/bin/ts.jte
stage - (1.8 sec in block)Configure the ts.jte
stage block (Configure the ts.jte) - (1.1 sec in block)
sh - (0.55 sec in self)#!/bin/bash -ex sed -i 's#^websocket.api=.*#&${pathsep}${web.home}/modules/jakarta.websocket-client-api.jar#g' ts.jte sed -i 's/^impl\.vi=/impl\.vi=glassfish/g' ts.jte sed -i "s/^web\.home=/$(echo web\.home=${SERVER_HOME} | sed -e 's/\\/\\\\/g; s/\//\\\//g;')/g" ts.jte sed -i 's/^webServerHost=/webServerHost=localhost/g' ts.jte sed -i 's/^webServerPort=/webServerPort=8080/g' ts.jte sed -i 's/^harness\.log\.traceflag=false/harness\.log\.traceflag=true/g' ts.jte sed -i "s/^work\.dir=[^ ]*/$(echo work\.dir=${HARNESS_WORK_DIR} | sed -e 's/\\/\\\\/g; s/\//\\\//g;')/g" ts.jte sed -i "s/^report\.dir=[^ ]*/$(echo report\.dir=${HARNESS_REPORT_DIR} | sed -e 's/\\/\\\\/g; s/\//\\\//g;')/g" ts.jte
stage - (1.5 sec in block)Archive the ts.jte
stage block (Archive the ts.jte) - (1.3 sec in block)
archiveArtifacts - (0.68 sec in self)ts.jte