Skip to content
StepArgumentsStatus
Start of Pipeline - (7 min 19 sec in block)
node - (7 min 17 sec in block)
node block - (7 min 10 sec in block)
stage - (21 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (20 sec in block)
checkout - (19 sec in self)
withEnv - (6 min 47 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (6 min 47 sec in block)
withEnv - (6 min 44 sec in block)REPOSITORY_PATH, DOWNLOAD_AREA
withEnv block - (6 min 44 sec in block)
timeout - (6 min 42 sec in block)
timeout block - (6 min 42 sec 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.5 sec in self)
withEnv - (6 min 37 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (6 min 37 sec in block)
stage - (14 sec in block)Prepare download area
stage block (Prepare download area) - (13 sec in block)
tool - (0.52 sec in self)temurin-jdk17-latest
envVarsForTool - (0.62 sec in self)
withEnv - (7 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (6.7 sec in block)
sshagent - (4.8 sec in block)
sshagent block - (4.4 sec in block)
sh - (3.8 sec in self) echo ${REPOSITORY_PATH} ssh genie.xtext@projects-storage.eclipse.org "mkdir -p $REPOSITORY_PATH"
stage - (1 min 3 sec in block)Prepare versions for Milestone
stage block (Prepare versions for Milestone) - (1 min 2 sec in block)
tool - (0.51 sec in self)temurin-jdk17-latest
envVarsForTool - (0.63 sec in self)
withEnv - (56 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (56 sec in block)
sh - (54 sec in self)./scripts/prepare-for-milestone.sh ${RELEASE_TYPE}
stage - (5 min 17 sec in block)Maven Tycho Build, Sign, Deploy
stage block (Maven Tycho Build, Sign, Deploy) - (5 min 17 sec in block)
tool - (0.5 sec in self)temurin-jdk17-latest
envVarsForTool - (2 sec in self)
withEnv - (5 min 9 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (5 min 8 sec in block)
withCredentials - (2.6 sec in block)
withCredentials block - (1.6 sec in block)
sh - (0.66 sec in self)gpg --batch --import "${KEYRING}"
sh - (0.53 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
sshagent - (5 min 4 sec in block)
sshagent block - (5 min 4 sec in block)
sh - (5 min 3 sec in self) ./full-deploy.sh -Dtycho.version=3.0.5 -X -Peclipse-sign,sonatype-oss-release,release-milestone