Skip to content
StepArgumentsStatus
Start of Pipeline - (1 hr 7 min in block)
node - (1 hr 7 min in block)
node block - (1 hr 7 min in block)
stage - (4.4 sec in block)Init
stage block (Init) - (3.7 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (2.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (1.7 sec in block)
sh - (1 sec in self) #!/bin/bash ls -alh
sh - (0.6 sec in self)#!/bin/bash -x mkdir download mkdir -p servlettckreport/servlettck
stage - (4 sec in block)Grab Glassfish
stage block (Grab Glassfish) - (3.3 sec in block)
sh - (2.6 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${GF_URL} -O glassfish.zip cd ${WORKSPACE} unzip ${WORKSPACE}/download/glassfish.zip
stage - (2.2 sec in block)Grab API
stage block (Grab API) - (1.5 sec in block)
sh - (0.83 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${API_URL} -O ${API_JAR_NAME}
stage - (2.8 sec in block)Grab TCK
stage block (Grab TCK) - (2.1 sec in block)
sh - (1.3 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${TCK_BUNDLE_URL} -O ${deliverabledir}tck.zip cd ${WORKSPACE} unzip ${WORKSPACE}/download/${deliverabledir}tck.zip
stage - (3.1 sec in block)Grab ANT
stage block (Grab ANT) - (2.4 sec in block)
sh - (1.7 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 - (2 sec in block)Replace API in GF
stage block (Replace API in GF) - (1.3 sec in block)
sh - (0.61 sec in self)#!/bin/bash -ex rm $javaee_home/glassfish/modules/${API_JAR_NAME} cp -v ${WORKSPACE}/download/${API_JAR_NAME} $javaee_home/glassfish/modules
stage - (2 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 cd ${TS_HOME}/bin/ sed -i "s#^web.home=.*#web.home=$TCK_HOME/glassfish7/glassfish#g" ts.jte sed -i "s#^report.dir=.*#report.dir=$TCK_HOME/servlettckreport/servlettck#g" ts.jte sed -i "s#^work.dir=.*#work.dir=$TCK_HOME/servlettckwork/servlettck#g" ts.jte sed -i 's#impl.vi=.*#impl.vi=glassfish#g' ts.jte sed -i 's#webServerHost=.*#webServerHost=localhost#g' ts.jte sed -i 's#webServerPort=.*#webServerPort=8080#g' ts.jte sed -i 's#securedWebServicePort=.*#securedWebServicePort=8181#g' ts.jte
stage - (14 sec in block)Configure TCK
stage block (Configure TCK) - (13 sec in block)
sh - (12 sec in self)#!/bin/bash -ex $TCK_HOME/glassfish7/bin/asadmin start-domain cd ${TS_HOME}/bin ant -Dutil.dir=$TS_HOME config.security
stage - (1 hr 6 min in block)Run TCK tests
stage block (Run TCK tests) - (1 hr 6 min in block)
sh - (1 hr 6 min in self)
stage - (5.5 sec in block)Create summary.txt, API, and run.log artifacts
stage block (Create summary.txt, API, and run.log artifacts) - (5.2 sec in block)
sh - (1.1 sec in self)
archiveArtifacts - (1.2 sec in self)
archiveArtifacts - (0.9 sec in self)
archiveArtifacts - (0.58 sec in self)
archiveArtifacts - (0.61 sec in self)