Skip to content
StepArgumentsStatus
Start of Pipeline - (2 min 53 sec in block)
node - (2 min 50 sec in block)
node block - (2 min 23 sec in block)
stage - (8 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (4.3 sec in block)
checkout - (3.7 sec in self)
withEnv - (2 min 13 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (2 min 13 sec in block)
stage - (3 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (2.2 sec in block)
tool - (0.53 sec in self)temurin-jdk17-latest
envVarsForTool - (0.54 sec in self)
withEnv - (2 min 6 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (2 min 6 sec in block)
stage - (28 sec in block)init
stage block (init) - (21 sec in block)
tool - (1 sec in self)temurin-jdk17-latest
envVarsForTool - (0.66 sec in self)
withEnv - (14 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (13 sec in block)
script - (8.2 sec in block)
script block - (6.5 sec in block)
sh - (5.9 sec in self)echo "$(cut -d'/' -f5 <<< ${REPO}) ${VERSION}"
stage - (19 sec in block)clone-repo
stage block (clone-repo) - (16 sec in block)
tool - (1.8 sec in self)temurin-jdk17-latest
envVarsForTool - (1.4 sec in self)
withEnv - (7.3 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (7.1 sec in block)
cleanWs - (1.3 sec in self)
git - (3.6 sec in self)
stage - (14 sec in block)setup-credentials
stage block (setup-credentials) - (11 sec in block)
tool - (0.53 sec in self)temurin-jdk17-latest
envVarsForTool - (0.67 sec in self)
withEnv - (4.4 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (4.2 sec in block)
withCredentials - (2.3 sec in block)
withCredentials block - (1.6 sec in block)
sh - (0.67 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 - (54 sec in block)publish-component
stage block (publish-component) - (53 sec in block)
tool - (0.58 sec in self)temurin-jdk17-latest
envVarsForTool - (0.64 sec in self)
withEnv - (46 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (45 sec in block)
withCredentials - (44 sec in block)
withCredentials block - (43 sec in block)
sh - (42 sec in self)
stage - (7.1 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (6.8 sec in block)
withCredentials - (3.6 sec in block)
withCredentials block - (2.8 sec in block)
cleanWs - (0.55 sec in self)
checkout - (1.1 sec in self)
sh - (0.8 sec in self) chmod +x scripts/discord_webhook.sh ./scripts/discord_webhook.sh "FAILURE" "Publish-Component" "858" "https://github.com/eclipse-edc/Connector" ""