Skip to content
StepArgumentsStatus
Start of Pipeline - (10 min in block)
node - (10 min in block)
node block - (4 min 35 sec in block)
stage - (11 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (9.5 sec in block)
checkout - (8.8 sec in self)
withEnv - (4 min 23 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (4 min 22 sec in block)
withEnv - (4 min 18 sec in block)MAVEN_HOME, MAVEN_USER_HOME
withEnv block - (4 min 17 sec in block)
stage - (3.2 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (2.3 sec in block)
tool - (0.56 sec in self)adoptopenjdk-hotspot-jdk8-latest
envVarsForTool - (0.56 sec in self)
withEnv - (4 min 11 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (4 min 11 sec in block)
stage - (3 min 48 sec in block)Maven Release
stage block (Maven Release) - (3 min 45 sec in block)
tool - (0.56 sec in self)adoptopenjdk-hotspot-jdk8-latest
envVarsForTool - (0.69 sec in self)
withEnv - (3 min 36 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (3 min 35 sec in block)
script - (3.1 sec in block)
script block - (2.4 sec in block)
sshagent - (3 min 26 sec in block)
sshagent block - (3 min 25 sec in block)
withMaven - (3 min 12 sec in block)
withMaven block - (3 min 9 sec in block)
sh - (3 min 9 sec in self) git config --global user.email "lemminx-bot@eclipse.org" git config --global user.name "LemMinX GitHub Bot" ./mvnw clean release:clean release:prepare -B ./mvnw clean release:perform -B
stage - (20 sec in block)Deploy release to downloads.eclipse.org
stage block (Deploy release to downloads.eclipse.org) - (19 sec in block)
tool - (0.55 sec in self)adoptopenjdk-hotspot-jdk8-latest
envVarsForTool - (0.71 sec in self)
withEnv - (11 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (10 sec in block)
sshagent - (3.7 sec in block)
sshagent block - (3.4 sec in block)
sh - (2.7 sec in self) base=./target/checkout/org.eclipse.lemminx/target/ version=`cat ${base}/maven-archiver/pom.properties | grep "version" | cut -d'=' -f2` targetDir=/home/data/httpd/download.eclipse.org/lemminx/releases/${version} ssh genie.lemminx@projects-storage.eclipse.org mkdir -p $targetDir scp -r ${base}/org.eclipse.lemminx-* genie.lemminx@projects-storage.eclipse.org:$targetDir ssh genie.lemminx@projects-storage.eclipse.org unzip $targetDir/org.eclipse.lemminx-p2repo.zip -d $targetDir/repository