Skip to content
StepArgumentsStatus
Start of Pipeline - (11 min in block)
node - (11 min in block)
node block - (11 min in block)
stage - (6 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (4.7 sec in block)
checkout - (4.1 sec in self)
withEnv - (10 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (10 min in block)
stage - (2.9 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (2.1 sec in block)
tool - (0.51 sec in self)temurin-jdk17-latest
envVarsForTool - (0.53 sec in self)
withEnv - (10 min in block)JAVA_HOME, PATH+JDK
withEnv block - (10 min in block)
stage - (12 sec in block)init
stage block (init) - (11 sec in block)
tool - (0.5 sec in self)temurin-jdk17-latest
envVarsForTool - (0.68 sec in self)
withEnv - (4.8 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (4.6 sec in block)
script - (2.5 sec in block)
script block - (1.3 sec in block)
sh - (0.67 sec in self)echo "$(cut -d'/' -f5 <<< ${REPO}) ${VERSION}"
stage - (13 sec in block)clone-repo
stage block (clone-repo) - (12 sec in block)
tool - (0.51 sec in self)temurin-jdk17-latest
envVarsForTool - (0.63 sec in self)
withEnv - (5.6 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (5.3 sec in block)
cleanWs - (0.55 sec in self)
git - (3.3 sec in self)
stage - (11 sec in block)setup-credentials
stage block (setup-credentials) - (10 sec in block)
tool - (0.5 sec in self)temurin-jdk17-latest
envVarsForTool - (0.63 sec in self)
withEnv - (4.5 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.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 - (0.57 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 - (9 min 44 sec in block)publish-component
stage block (publish-component) - (9 min 41 sec in block)
tool - (0.53 sec in self)temurin-jdk17-latest
envVarsForTool - (0.67 sec in self)
withEnv - (9 min 34 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (9 min 32 sec in block)
withCredentials - (9 min 30 sec in block)
withCredentials block - (9 min 29 sec in block)
sh - (9 min 29 sec in self)
stage - (16 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (16 sec in block)
withCredentials - (11 sec in block)
withCredentials block - (10 sec in block)
cleanWs - (0.54 sec in self)
checkout - (9 sec in self)
sh - (0.89 sec in self) chmod +x scripts/discord_webhook.sh ./scripts/discord_webhook.sh "FAILURE" "Publish-Component" "834" "https://github.com/eclipse-edc/Connector" ""