Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 0 sec in block)
node - (1 min 0 sec in block)
node block - (33 sec in block)
stage - (1 sec in block)Preparation
stage block (Preparation) - (1 sec in block)
cleanWs - (0.98 sec in self)
tool - (18 ms in self)apache-maven-latest
tool - (8 ms in self)oracle-jdk8-latest
stage - (32 sec in block)Build
stage block (Build) - (32 sec in block)
sh - (0.86 sec in self)gpg --version
sh - (15 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.3 sec in self)
withCredentials - (15 sec in block)
withCredentials block - (15 sec in block)
sh - (0.7 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 - (14 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