Skip to content
StepArgumentsStatus
Start of Pipeline - (6 min 16 sec in block)
node - (6 min 15 sec in block)
node block - (4 min 45 sec in block)
stage - (10 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (10 sec in block)
checkout - (10 sec in self)
withEnv - (4 min 35 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (4 min 35 sec in block)
withEnv - (4 min 35 sec in block)MAVEN_HOME, MAVEN_USER_HOME
withEnv block - (4 min 35 sec in block)
stage - (60 ms in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (42 ms in block)
tool - (12 ms in self)adoptopenjdk-hotspot-jdk8-latest
envVarsForTool - (12 ms in self)
withEnv - (4 min 34 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (4 min 34 sec in block)
stage - (4 min 32 sec in block)Maven Release
stage block (Maven Release) - (4 min 32 sec in block)
tool - (10 ms in self)adoptopenjdk-hotspot-jdk8-latest
envVarsForTool - (14 ms in self)
withEnv - (4 min 32 sec in block)
withEnv block - (4 min 32 sec in block)
script - (37 ms in block)
script block - (13 ms in block)
sshagent - (4 min 32 sec in block)
sshagent block - (4 min 32 sec in block)
withMaven - (4 min 31 sec in block)
withMaven block - (4 min 29 sec in block)
sh - (4 min 29 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 - (2 sec in block)Deploy release to downloads.eclipse.org
stage block (Deploy release to downloads.eclipse.org) - (2 sec in block)
tool - (11 ms in self)adoptopenjdk-hotspot-jdk8-latest
envVarsForTool - (13 ms in self)
withEnv - (1.9 sec in block)
withEnv block - (1.9 sec in block)
sshagent - (1.8 sec in block)
sshagent block - (1.7 sec in block)
sh - (1.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