Skip to content
StepArgumentsStatus
Start of Pipeline - (14 min in block)
podTemplate - (14 min in block)
podTemplate block - (14 min in block)
node - (14 min in block)
node block - (14 min in block)
stage - (41 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (40 sec in block)
checkout - (39 sec in self)
withEnv - (13 min in block)GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT
withEnv block - (13 min in block)
stage - (21 sec in block)Init
stage block (Init) - (20 sec in block)
container - (14 sec in block)el-build
container block - (14 sec in block)
git - (3 sec in self)
sshagent - (5.8 sec in block)
sshagent block - (2.4 sec in block)
sh - (1.8 sec in self) # Directory for JEE server binaries (WildFly, Glassfish) # Maven build automatically download and unpack them. mkdir ~/.eclipselinktests
withCredentials - (3.4 sec in block)
withCredentials block - (2.3 sec in block)
sh - (1.9 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.7 sec in self) git config --global user.name "${GIT_USER_NAME}" git config --global user.email "${GIT_USER_EMAIL}"
stage - (13 min in block)Build and release EclipseLink
stage block (Build and release EclipseLink) - (13 min in block)
container - (13 min in block)el-build
container block - (13 min in block)
git - (1.3 sec in self)
sshagent - (12 min in block)
sshagent block - (12 min in block)
sh - (12 min in self)