Skip to content
StepArgumentsStatus
Start of Pipeline - (44 sec in block)
node - (44 sec in block)
node block - (19 sec in block)
stage - (0.67 sec in block)Preparation
stage block (Preparation) - (0.65 sec in block)
cleanWs - (0.6 sec in self)
tool - (12 ms in self)apache-maven-latest
tool - (10 ms in self)oracle-jdk8-latest
stage - (18 sec in block)Build
stage block (Build) - (18 sec in block)
sh - (0.57 sec in self)gpg --version
sh - (9.1 sec in self)JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest /opt/tools/apache-maven/latest/bin/mvn -B -U archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false
sh - (0.29 sec in self)
withCredentials - (8.5 sec in block)
withCredentials block - (8.5 sec in block)
sh - (0.55 sec in self)gpg --batch --import "${KEYRING}"
sh - (0.3 sec in self)for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u); do echo -e "5 y " | gpg --batch --command-fd 0 --expert --edit-key ${fpr} trust; done
sh - (7.6 sec in self)JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest /opt/tools/apache-maven/latest/bin/mvn -B -f my-app/pom.xml clean verify