Skip to content
StepArgumentsStatus
Start of Pipeline - (6 min 5 sec in block)
node - (6 min 4 sec in block)
node block - (5 min 41 sec in block)
withEnv - (5 min 41 sec in block)BUILD_BRANCH, MVN, REPO, CREDENTIALS_ID
withEnv block - (5 min 41 sec in block)
stage - (37 ms in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (30 ms in block)
tool - (9 ms in self)oracle-jdk8-latest
envVarsForTool - (6 ms in self)
tool - (5 ms in self)apache-maven-latest
envVarsForTool - (5 ms in self)
withEnv - (5 min 40 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (5 min 40 sec in block)
stage - (7.1 sec in block)Fetch from git
stage block (Fetch from git) - (7.1 sec in block)
tool - (3 ms in self)oracle-jdk8-latest
envVarsForTool - (6 ms in self)
tool - (7 ms in self)apache-maven-latest
envVarsForTool - (6 ms in self)
withEnv - (7.1 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (7.1 sec in block)
git - (7.1 sec in self)
stage - (5 min 24 sec in block)Build Locally
stage block (Build Locally) - (5 min 24 sec in block)
tool - (1 sec in self)oracle-jdk8-latest
envVarsForTool - (6 ms in self)
tool - (4 ms in self)apache-maven-latest
envVarsForTool - (6 ms in self)
withEnv - (5 min 22 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (5 min 22 sec in block)
sh - (5 min 22 sec in self)mvn -Pstaging clean install -DskipTests
stage - (9.3 sec in block)Archive
stage block (Archive) - (9.3 sec in block)
sh - (6.8 sec in self)mvn help:evaluate -Dexpression=project.version -q -DforceStdout
withEnv - (2.4 sec in block)JERSEY_MVN_VERSION
withEnv block - (2.4 sec in block)
tool - (0.32 sec in self)oracle-jdk8-latest
envVarsForTool - (0.11 sec in self)
tool - (0.11 sec in self)apache-maven-latest
envVarsForTool - (5 ms in self)
withEnv - (1.8 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (1.8 sec in block)
sh - (0.38 sec in self)#!/bin/bash -ex mkdir -p tempzip echo JERSEY_MVN_VERSION2=$JERSEY_MVN_VERSION.jar while IFS= read -r line ; do SIMPLE_NAME="${line##*/}"; cp $line-$JERSEY_MVN_VERSION.jar tempzip/$SIMPLE_NAME.jar; done <<< "${JERSEY_JARS}" zip -j -r jersey.zip tempzip
archiveArtifacts - (0.64 sec in self)
junit - (0.85 sec in self)