Skip to content
log in
ENABLE AUTO REFRESH
Jenkins
jiro_gpg_pipeline_example_scripted
#4
Pipeline Steps
Back to Project
Status
Changes
Console Output
View Build Information
Timings
Embeddable Build Status
Pipeline Steps
Previous Build
Step
Arguments
Status
Start of Pipeline - (1 min 0 sec in block)
Allocate node : Start - (1 min 0 sec in block)
Allocate node : Body : Start - (33 sec in block)
Stage : Start - (1 sec in block)
Preparation
Preparation - (1 sec in block)
Delete workspace when build is done - (0.98 sec in self)
Use a tool from a predefined Tool Installation - (18 ms in self)
apache-maven-latest
Use a tool from a predefined Tool Installation - (8 ms in self)
oracle-jdk8-latest
Stage : Start - (32 sec in block)
Build
Build - (32 sec in block)
Shell Script - (0.86 sec in self)
gpg --version
Shell Script - (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
Shell Script - (0.3 sec in self)
Bind credentials to variables : Start - (15 sec in block)
Bind credentials to variables : Body : Start - (15 sec in block)
Shell Script - (0.7 sec in self)
gpg --batch --import "${KEYRING}"
Shell Script - (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
Shell Script - (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