Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 3 sec in block)
node - (1 min 3 sec in block)
node block - (37 sec in block)
echo - (7 ms in self)GF_BUILD_JOB=null
echo - (2 ms in self)
echo - (28 ms in self)
stage - (15 sec in block)Grab GF and ts.jte artifacts
stage block (Grab GF and ts.jte artifacts) - (15 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (14 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (14 sec in block)
sh - (8.6 sec in self) #!/bin/bash export fileid=11-J4D5Bt_dCuFwnJunTf8WwdF9cd8SYv 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 - (5.9 sec in self) #!/bin/bash export fileid=1gD58FJqVe37MvmqYe0Kw17D6W9RuvbSG 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
step - (56 ms in self)MASKED_VALUE
sh - (0.32 sec in self)ls -alh
stage - (4.9 sec in block)Grab TCK bundle
stage block (Grab TCK bundle) - (4.9 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (4.8 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (4.8 sec in block)
step - (4.2 sec in self)
sh - (0.33 sec in self)find . -mindepth 2 -type f -print -exec mv {} . \;
sh - (0.32 sec in self)
stage - (10 sec in block)Unzip TCK and GF
stage block (Unzip TCK and GF) - (10 sec in block)
sh - (10 sec in self)#!/bin/bash -ex cd ${WORKSPACE} unzip ${WORKSPACE}/download/glassfish.zip unzip -q ${WORKSPACE}/download/${deliverabledir}-tck.zip tar -xzf ${WORKSPACE}/download/openjdk-8u41-b04-linux-x64-08_jan_2020.tar.gz cd ${WORKSPACE}/glassfish5/glassfish/modules jar xf jersey-common.jar META-INF/MANIFEST.MF cat META-INF/MANIFEST.MF | grep Bundle-Version
stage - (6.4 sec in block)Grab and unzip ANT
stage block (Grab and unzip ANT) - (6.4 sec in block)
sh - (6.4 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 - (0.32 sec in block)Replace ts.jte
stage block (Replace ts.jte) - (0.31 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.32 sec in block)Configure TCK
stage block (Configure TCK) - (0.32 sec in block)
sh - (0.31 sec in self)#!/bin/bash -ex cd ${TS_HOME}/bin ant config.vi