Skip to content
StepArgumentsStatus
Start of Pipeline - (59 sec in block)
node - (59 sec in block)
node block - (23 sec in block)
stage - (16 sec in block)Grab GF and ts.jte artifacts
stage block (Grab GF and ts.jte artifacts) - (16 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (15 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (15 sec in block)
sh - (8.9 sec in self) #!/bin/bash export fileid=1x9Agggq2VS1b2FXwaudMq27En-ZloVmA export filename=glassfish.zip ## WGET ## wget --save-cookies cookies.txt 'https://docs.google.com/uc?export=download&id='$fileid -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1/p' > confirm.txt wget -q --load-cookies cookies.txt -O $filename 'https://docs.google.com/uc?export=download&id='$fileid'&confirm='`cat confirm.txt` rm cookies.txt
sh - (6.8 sec in self) #!/bin/bash export fileid=1moYCr6w0vJyzOrB_6YOkBC0rQja9O__3 export filename=openjdk-8u41-b04-linux-x64-08_jan_2020.tar.gz ## WGET ## wget --save-cookies cookies.txt 'https://docs.google.com/uc?export=download&id='$fileid -O- | sed -rn 's/.*confirm=([0-9A-Za-z_]+).*/\1/p' > confirm.txt wget -q --load-cookies cookies.txt -O $filename 'https://docs.google.com/uc?export=download&id='$fileid'&confirm='`cat confirm.txt` rm cookies.txt
copyArtifacts - (66 ms in self)TCK_ts_jte
stage - (0.59 sec in block)Grab TCK bundle
stage block (Grab TCK bundle) - (0.57 sec in block)
sh - (0.55 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q ${TCK_BUNDLE_URL} -O ${deliverabledir}tck.zip
stage - (4.1 sec in block)Unzip TCK and GF
stage block (Unzip TCK and GF) - (4.1 sec in block)
sh - (4.1 sec in self)#!/bin/bash -ex cd ${WORKSPACE} tar -xzf ${WORKSPACE}/download/openjdk-8u41-b04-linux-x64-08_jan_2020.tar.gz unzip -q ${WORKSPACE}/download/glassfish.zip unzip -q ${WORKSPACE}/download/${deliverabledir}tck.zip
stage - (2.2 sec in block)Grab and unzip ANT
stage block (Grab and unzip ANT) - (2.2 sec in block)
sh - (2.1 sec in self)#!/bin/bash -ex cd ${WORKSPACE}/download wget -q https://archive.apache.org/dist/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 - (0.41 sec in block)Replace ts.jte
stage block (Replace ts.jte) - (0.36 sec in block)
sh - (0.3 sec in self)#!/bin/bash -ex yes | cp -rfv ${WORKSPACE}/download/ts.jte ${TS_HOME}/bin/ts.jte
stage - (0.36 sec in block)Configure TCK
stage block (Configure TCK) - (0.34 sec in block)
sh - (0.3 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant -Dextension.dir=${WORKSPACE}/glassfish5/glassfish/domains/domain1/lib/ext -Ds1as.admin=${WORKSPACE}/glassfish5/glassfish/bin/asadmin config.vi