Skip to content
StepArgumentsStatus
Start of Pipeline - (16 min in block)
echo - (2 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (16 min in block)
podTemplate block - (16 min in block)
node - (16 min in block)centos-7
node block - (16 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 - (16 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (16 min in block)
stage - (56 ms in block)Declarative: Tool Install
stage block (Declarative: Tool Install) - (42 ms in block)
tool - (8 ms in self)adoptopenjdk-hotspot-jdk11-latest
envVarsForTool - (10 ms in self)
tool - (9 ms in self)apache-maven-latest
envVarsForTool - (8 ms in self)
withEnv - (16 min in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (16 min in block)
stage - (16 min in block)Build and test
stage block (Build and test) - (16 min in block)
tool - (8 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 - (16 min in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (16 min in block)
xvnc - (14 min in block)
xvnc block - (14 min in block)
sh - (14 min in self)
archiveArtifacts - (24 sec in self)org.eclipse.comma.standard.product/target/products/*win32*.zip
archiveArtifacts - (2.5 sec in self)
archiveArtifacts - (25 sec in self)org.eclipse.comma.standard.product/target/products/*linux*.tar.gz
archiveArtifacts - (34 sec in self)org.eclipse.comma.standard.product/target/*updatesite*.zip
archiveArtifacts - (4.2 sec in self)org.eclipse.comma.standard.site/target/*site*.zip
archiveArtifacts - (13 sec in self)org.eclipse.comma.standard.project/target/comma-*.jar
stage - (2.1 sec in block)Deploy and push release
stage block (Deploy and push release) - (2.1 sec in block)
stage - (1.4 sec in block)Website
stage block (Website) - (0.13 sec in block)
stage - (10 sec in block)Push to Git
stage block (Push to Git) - (9.3 sec in block)
tool - (8 ms in self)adoptopenjdk-hotspot-jdk11-latest
envVarsForTool - (9 ms in self)
tool - (8 ms in self)apache-maven-latest
envVarsForTool - (9 ms in self)
withEnv - (9.2 sec in block)JAVA_HOME, PATH+JDK, M2_HOME, MAVEN_HOME, PATH+MAVEN
withEnv block - (9.1 sec in block)
sshagent - (7.5 sec in block)
sshagent block - (7.4 sec in block)
sh - (7.4 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