Skip to content
StepArgumentsStatus
Start of Pipeline - (3 min 22 sec in block)
node - (3 min 20 sec in block)
node block - (2 min 58 sec in block)
stage - (11 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (9.9 sec in block)
checkout - (9.2 sec in self)
withEnv - (2 min 40 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_LOCAL_BRANCH, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (2 min 40 sec in block)
withEnv - (2 min 37 sec in block)MAVEN_HOME, MAVEN_USER_HOME
withEnv block - (2 min 37 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)adoptopenjdk-hotspot-jdk8-latest
envVarsForTool - (0.5 sec in self)
withEnv - (2 min 32 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (2 min 32 sec in block)
stage - (2 min 11 sec in block)Maven Release
stage block (Maven Release) - (2 min 9 sec in block)
tool - (0.49 sec in self)adoptopenjdk-hotspot-jdk8-latest
envVarsForTool - (0.65 sec in self)
withEnv - (2 min 2 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (2 min 2 sec in block)
script - (1.2 sec in block)
script block - (0.64 sec in block)
sshagent - (1 min 59 sec in block)
sshagent block - (1 min 59 sec in block)
withMaven - (1 min 58 sec in block)
withMaven block - (1 min 55 sec in block)
sh - (1 min 55 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 - (18 sec in block)Deploy release to downloads.eclipse.org
stage block (Deploy release to downloads.eclipse.org) - (18 sec in block)
tool - (0.51 sec in self)adoptopenjdk-hotspot-jdk8-latest
envVarsForTool - (0.65 sec in self)
withEnv - (11 sec in block)JAVA_HOME, PATH+JDK
withEnv block - (11 sec in block)
sshagent - (9.1 sec in block)
sshagent block - (3.6 sec in block)
sh - (2.9 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