Skip to content
StepArgumentsStatus
Start of Pipeline - (18 min in block)
echo - (3 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (18 min in block)
podTemplate block - (18 min in block)
node - (18 min in block)centos-7
node block - (18 min in block)
stage - (11 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (11 sec in block)
checkout - (11 sec in self)
withEnv - (18 min in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (18 min in block)
stage - (82 ms in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (70 ms in block)
tool - (9 ms in self)adoptopenjdk-hotspot-jdk11-latest
envVarsForTool - (14 ms in self)
tool - (8 ms in self)apache-maven-latest
envVarsForTool - (9 ms in self)
withEnv - (18 min in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (18 min in block)
stage - (18 min in block)Build and test
stage block (Build and test) - (18 min in block)
tool - (7 ms in self)adoptopenjdk-hotspot-jdk11-latest
envVarsForTool - (16 ms in self)
tool - (8 ms in self)apache-maven-latest
envVarsForTool - (12 ms in self)
withEnv - (18 min in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (18 min in block)
xvnc - (16 min in block)
xvnc block - (15 min in block)
sh - (15 min in self)
archiveArtifacts - (17 sec in self)org.eclipse.comma.standard.product/target/products/*win32*.zip
archiveArtifacts - (1.5 sec in self)
archiveArtifacts - (19 sec in self)org.eclipse.comma.standard.product/target/products/*linux*.tar.gz
archiveArtifacts - (29 sec in self)org.eclipse.comma.standard.product/target/*updatesite*.zip
archiveArtifacts - (2.2 sec in self)org.eclipse.comma.standard.site/target/*site*.zip
archiveArtifacts - (9.2 sec in self)org.eclipse.comma.standard.project/target/comma-*.jar
stage - (61 ms in block)Deploy and push release
stage block (Deploy and push release) - (48 ms in block)
stage - (47 ms in block)Website
stage block (Website) - (35 ms in block)
stage - (5 sec in block)Push to Git
stage block (Push to Git) - (4.8 sec in block)
tool - (6 ms in self)adoptopenjdk-hotspot-jdk11-latest
envVarsForTool - (9 ms in self)
tool - (7 ms in self)apache-maven-latest
envVarsForTool - (9 ms in self)
withEnv - (4.5 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (4.4 sec in block)
sshagent - (4.4 sec in block)
sshagent block - (4.3 sec in block)
sh - (4.3 sec in self) git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" git fetch origin git rebase "origin/${GIT_BRANCH#"origin/"}" git push origin "HEAD:${GIT_BRANCH#"origin/"}" --follow-tags