Skip to content
StepArgumentsStatus
Start of Pipeline - (4 min 37 sec in block)
node - (4 min 34 sec in block)
node block - (4 min 13 sec in block)
stage - (10 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (8.7 sec in block)
checkout - (7.9 sec in self)
withEnv - (4 min 0 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (4 min 0 sec in block)
withEnv - (3 min 56 sec in block)MAVEN_HOME, MAVEN_USER_HOME
withEnv block - (3 min 56 sec in block)
stage - (3.5 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (2.6 sec in block)
tool - (0.61 sec in self)adoptopenjdk-hotspot-jdk8-latest
envVarsForTool - (0.62 sec in self)
withEnv - (3 min 50 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (3 min 50 sec in block)
stage - (3 min 17 sec in block)Maven Release
stage block (Maven Release) - (3 min 15 sec in block)
tool - (0.61 sec in self)adoptopenjdk-hotspot-jdk8-latest
envVarsForTool - (0.76 sec in self)
withEnv - (3 min 8 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (3 min 8 sec in block)
script - (1.5 sec in block)
script block - (0.76 sec in block)
sshagent - (3 min 4 sec in block)
sshagent block - (3 min 3 sec in block)
withMaven - (3 min 2 sec in block)
withMaven block - (3 min 0 sec in block)
sh - (2 min 59 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 - (30 sec in block)Deploy release to downloads.eclipse.org
stage block (Deploy release to downloads.eclipse.org) - (30 sec in block)
tool - (0.6 sec in self)adoptopenjdk-hotspot-jdk8-latest
envVarsForTool - (0.73 sec in self)
withEnv - (23 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (22 sec in block)
sshagent - (20 sec in block)
sshagent block - (20 sec in block)
sh - (19 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