Skip to content
StepArgumentsStatus
Start of Pipeline - (2 min 44 sec in block)
node - (2 min 39 sec in block)
node block - (2 min 15 sec in block)
stage - (5.9 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (3.9 sec in block)
checkout - (3.2 sec in self)
withEnv - (2 min 8 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (2 min 7 sec in block)
stage - (2.9 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (2.2 sec in block)
tool - (0.51 sec in self)temurin-jdk17-latest
envVarsForTool - (0.51 sec in self)
withEnv - (2 min 2 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (2 min 2 sec in block)
stage - (11 sec in block)init
stage block (init) - (10 sec in block)
tool - (0.51 sec in self)temurin-jdk17-latest
envVarsForTool - (0.65 sec in self)
withEnv - (4.1 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (3.9 sec in block)
script - (1.9 sec in block)
script block - (1.5 sec in block)
sh - (0.93 sec in self)echo "$(cut -d'/' -f5 <<< ${REPO}) ${VERSION}"
stage - (11 sec in block)clone-repo
stage block (clone-repo) - (10 sec in block)
tool - (0.53 sec in self)temurin-jdk17-latest
envVarsForTool - (0.77 sec in self)
withEnv - (3.2 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (2.8 sec in block)
cleanWs - (0.52 sec in self)
git - (0.79 sec in self)
stage - (18 sec in block)setup-credentials
stage block (setup-credentials) - (16 sec in block)
tool - (0.51 sec in self)temurin-jdk17-latest
envVarsForTool - (0.64 sec in self)
withEnv - (8.7 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (5.1 sec in block)
withCredentials - (3.3 sec in block)
withCredentials block - (2 sec in block)
sh - (0.68 sec in self) echo $KEYRING 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 sec in self) # we don't have a TTY, so we need to use the loopback mode echo "use-agent" >> ~/.gnupg/gpg.conf echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf echo "no-tty" >> ~/.gnupg/gpg.conf
stage - (1 min 7 sec in block)publish-component
stage block (publish-component) - (1 min 6 sec in block)
tool - (0.5 sec in self)temurin-jdk17-latest
envVarsForTool - (0.8 sec in self)
withEnv - (59 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (58 sec in block)
withCredentials - (56 sec in block)
withCredentials block - (52 sec in block)
sh - (52 sec in self)
stage - (10 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (9.9 sec in block)
withCredentials - (6.6 sec in block)
withCredentials block - (5.9 sec in block)
cleanWs - (2.3 sec in self)
checkout - (1.2 sec in self)
sh - (0.7 sec in self) chmod +x scripts/discord_webhook.sh ./scripts/discord_webhook.sh "SUCCESS" "Publish-Component" "847" "https://github.com/eclipse-edc/Runtime-Metamodel" ""