Skip to content
StepArgumentsStatus
Start of Pipeline - (3 min 18 sec in block)
node - (3 min 16 sec in block)
node block - (3 min 1 sec in block)
stage - (6.9 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (5.4 sec in block)
checkout - (4.7 sec in self)
withEnv - (2 min 53 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (2 min 53 sec in block)
withEnv - (2 min 49 sec in block)MAVEN_HOME, MAVEN_USER_HOME
withEnv block - (2 min 49 sec in block)
stage - (2.9 sec in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (2.2 sec in block)
tool - (0.51 sec in self)adoptopenjdk-hotspot-jdk8-latest
envVarsForTool - (0.54 sec in self)
withEnv - (2 min 44 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (2 min 44 sec in block)
stage - (2 min 28 sec in block)Maven Release
stage block (Maven Release) - (2 min 27 sec in block)
tool - (0.52 sec in self)adoptopenjdk-hotspot-jdk8-latest
envVarsForTool - (0.41 sec in self)
withEnv - (2 min 21 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (2 min 21 sec in block)
script - (1.3 sec in block)
script block - (0.66 sec in block)
sshagent - (2 min 17 sec in block)
sshagent block - (2 min 17 sec in block)
withMaven - (2 min 16 sec in block)
withMaven block - (2 min 13 sec in block)
sh - (2 min 12 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 - (12 sec in block)Deploy release to downloads.eclipse.org
stage block (Deploy release to downloads.eclipse.org) - (12 sec in block)
tool - (0.51 sec in self)adoptopenjdk-hotspot-jdk8-latest
envVarsForTool - (0.64 sec in self)
withEnv - (5.9 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (5.6 sec in block)
sshagent - (3.7 sec in block)
sshagent block - (3.3 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