Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 4 sec in block)
node - (1 min 4 sec in block)
node block - (32 sec in block)
stage - (3.5 sec in block)Download API artifact from the build job
stage block (Download API artifact from the build job) - (3.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep - (3.4 sec in block)
org.jenkinsci.plugins.workflow.steps.PushdStep block - (3.4 sec in block)
step - (0.71 sec in self)MASKED_VALUE
sh - (1.7 sec in self)find . -mindepth 2 -type f -print -exec mv {} . \;
sh - (0.32 sec in self)rm *client*
sh - (0.31 sec in self)rm *javadoc*
sh - (0.3 sec in self)rm *sources*
stage - (9 sec in block)Grab and unzip Glassfish
stage block (Grab and unzip Glassfish) - (9 sec in block)
sh - (8.9 sec in self)#!/bin/bash -ex cd download wget -q ${GF_URL} -O glassfish.zip #unzip unzip -q glassfish.zip -d ${WORKSPACE} cd ${WORKSPACE}/glassfish5/glassfish/modules
stage - (0.33 sec in block)Replace API in GF
stage block (Replace API in GF) - (0.31 sec in block)
sh - (0.3 sec in self)#!/bin/bash -ex cd glassfish5/glassfish/modules #strip the api name of RC, SNAPSHOT, and version. for jarfile in ${WORKSPACE}/download/*.jar; do echo $(basename $jarfile) | sed -e 's/-RC[0-9][0-9]*//' | sed -e 's/-SNAPSHOT//' | sed -e 's/\.[0-9][0-9]*//' | sed -e 's/\.[0-9][0-9]*//' | sed -e 's/-[0-9][0-9]*//' | while IFS= read -r gfnamejar ; do if [ -f $gfnamejar ]; then rm -v $gfnamejar; cp -v $jarfile $gfnamejar; fi; done; done
stage - (19 sec in block)Archive the GF
stage block (Archive the GF) - (19 sec in block)
sh - (5.5 sec in self)#!/bin/bash -ex cd ${WORKSPACE} zip -r glassfish.zip glassfish5
archiveArtifacts - (13 sec in self)glassfish.zip
archiveArtifacts - (32 ms in self)glassfish5/glassfish/modules/jakarta.websocket-api.jar