Skip to content
StepArgumentsStatus
Start of Pipeline - (2 min 2 sec in block)
podTemplate - (2 min 0 sec in block)
podTemplate block - (2 min 0 sec in block)
node - (1 min 59 sec in block)
node block - (1 min 37 sec in block)
stage - (37 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (35 sec in block)
checkout - (35 sec in self)
withEnv - (58 sec in block)GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT
withEnv block - (58 sec in block)
stage - (20 sec in block)Init
stage block (Init) - (19 sec in block)
container - (13 sec in block)el-build
container block - (13 sec in block)
git - (1.7 sec in self)
sshagent - (5.7 sec in block)
sshagent block - (2.4 sec in block)
sh - (1.7 sec in self) # Directory for JEE server binaries (WildFly, Glassfish) # Maven build automatically download and unpack them. mkdir ~/.eclipselinktests
withCredentials - (3.3 sec in block)
withCredentials block - (2.3 sec in block)
sh - (1.8 sec in self) gpg --batch --import "${KEYRING}" for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u); do echo -e "5\ny\n" | gpg --batch --command-fd 0 --expert --edit-key $fpr trust; done
sh - (1.6 sec in self) git config --global user.name "${GIT_USER_NAME}" git config --global user.email "${GIT_USER_EMAIL}"
stage - (33 sec in block)Build and release EclipseLink
stage block (Build and release EclipseLink) - (33 sec in block)
container - (27 sec in block)el-build
container block - (27 sec in block)
git - (2.1 sec in self)
sshagent - (24 sec in block)
sshagent block - (21 sec in block)
sh - (20 sec in self)