Skip to content
StepArgumentsStatus
Start of Pipeline - (3 min 26 sec in block)
node - (3 min 23 sec in block)
node block - (2 min 59 sec in block)
stage - (6.2 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (4.9 sec in block)
checkout - (4.3 sec in self)
withEnv - (2 min 52 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (2 min 51 sec in block)
stage - (2.9 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (2.1 sec in block)
tool - (0.5 sec in self)temurin-jdk17-latest
envVarsForTool - (0.51 sec in self)
withEnv - (2 min 46 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (2 min 46 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.66 sec in self)
withEnv - (3.7 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (3.4 sec in block)
script - (1.5 sec in block)
script block - (1.2 sec in block)
sh - (0.62 sec in self)echo "$(cut -d'/' -f5 <<< ${REPO}) ${VERSION}"
stage - (10 sec in block)clone-repo
stage block (clone-repo) - (9.7 sec in block)
tool - (0.5 sec in self)temurin-jdk17-latest
envVarsForTool - (0.63 sec in self)
withEnv - (3.2 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (2.9 sec in block)
cleanWs - (0.53 sec in self)
git - (0.91 sec in self)
stage - (11 sec in block)setup-credentials
stage block (setup-credentials) - (10 sec in block)
tool - (0.52 sec in self)temurin-jdk17-latest
envVarsForTool - (0.65 sec in self)
withEnv - (4.4 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (4.2 sec in block)
withCredentials - (2.4 sec in block)
withCredentials block - (1.6 sec in block)
sh - (0.71 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 - (0.53 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 - (2 min 1 sec in block)publish-component
stage block (publish-component) - (2 min 0 sec in block)
tool - (0.52 sec in self)temurin-jdk17-latest
envVarsForTool - (0.66 sec in self)
withEnv - (1 min 54 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (1 min 54 sec in block)
withCredentials - (1 min 52 sec in block)
withCredentials block - (1 min 51 sec in block)
sh - (1 min 51 sec in self)
stage - (8.8 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (8.6 sec in block)
withCredentials - (5.4 sec in block)
withCredentials block - (4.6 sec in block)
cleanWs - (2.7 sec in self)
checkout - (1 sec in self)
sh - (0.52 sec in self) chmod +x scripts/discord_webhook.sh ./scripts/discord_webhook.sh "SUCCESS" "Publish-Component" "852" "https://github.com/eclipse-edc/FederatedCatalog" ""