Skip to content
StepArgumentsStatus
Start of Pipeline - (38 sec in block)
node - (38 sec in block)
node block - (3.4 sec in block)
stage - (1.5 sec in block)Grab the original ts.jte
stage block (Grab the original ts.jte) - (1.5 sec in block)
sh - (1.5 sec in self)
stage - (1.1 sec in block)Configure the ts.jte
stage block (Configure the ts.jte) - (1.1 sec in block)
sh - (1.1 sec in self)#!/bin/bash -ex sed -i '$ a impl\.vi=glassfish' ts.jte sed -i "$ a web\.home=$(echo ${SERVER_HOME} | sed -e 's/\\/\\\\/g; s/\//\\\//g;')" ts.jte #sed -i "s/^impl\.vi\.deploy\.dir=/$(echo impl\.vi\.deploy\.dir=\${web.home}/domains/domain1/autodeploy | sed -e 's/\\/\\\\/g; s/\//\\\//g;')/g" ts.jte sed -i 's/^harness\.log\.traceflag=false/harness\.log\.traceflag=true/g' ts.jte sed -i 's/^endorsed\.dirs=/endorsed\.dirs=${web\.home}\/modules\/endorsed/g' ts.jte sed -i 's/^webcontainer\.home=/webcontainer\.home=${web.home}/g' ts.jte sed -i "s/^work\.dir=\/tmp\/JTwork/$(echo work\.dir=${HARNESS_WORK_DIR} | sed -e 's/\\/\\\\/g; s/\//\\\//g;')/g" ts.jte sed -i "s/^report\.dir=\/tmp\/JTreport/$(echo report\.dir=${HARNESS_REPORT_DIR} | sed -e 's/\\/\\\\/g; s/\//\\\//g;')/g" ts.jte sed -i "s/^local\.classes=/$(echo local\.classes=${JARS_ON_CP} | sed -e 's/\\/\\\\/g; s/\//\\\//g;')/g" ts.jte
stage - (0.64 sec in block)Archive the ts.jte
stage block (Archive the ts.jte) - (0.63 sec in block)
archiveArtifacts - (0.62 sec in self)ts.jte