Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 5 sec in block)
node - (1 min 5 sec in block)migration
node block - (57 sec in block)
stage - (13 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (13 sec in block)
checkout - (13 sec in self)
withEnv - (44 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (44 sec in block)
sh - (0.43 sec in self)curl -fSs https://ci.eclipse.org/gef/job/gef-master/lastStableBuild/buildNumber
echo - (13 ms in self)Found build number 6740 for build lastStableBuild
sh - (0.28 sec in self)curl -fSs https://ci.eclipse.org/gef/job/gef-master/lastStableBuild/buildNumber
echo - (13 ms in self)Found build number 6740 for build lastStableBuild
sh - (0.28 sec in self)curl -fSs https://ci.eclipse.org/gef/job/gef-master/lastStableBuild/buildNumber
echo - (12 ms in self)Found build number 6740 for build lastStableBuild
sh - (0.28 sec in self)curl -fSs https://ci.eclipse.org/gef/job/gef-master/lastStableBuild/buildNumber
echo - (12 ms in self)Found build number 6740 for build lastStableBuild
sh - (0.28 sec in self)curl -fSs https://ci.eclipse.org/gef/job/gef-master/lastStableBuild/buildNumber
echo - (19 ms in self)Found build number 6740 for build lastStableBuild
withEnv - (42 sec in block)REMOTE_UPDATE_SITE, MIRROR_FILE, COPIED_ARTIFACTS, LOCAL_UPDATE_SITE, PROMOTED_BUILD_NUMBER, UPDATE_SITE_LABEL, REMOTE_UPDATE_SITE_BASE, ESDK_PATH, PROJECT_STORAGE_ROOT, RELEASE_TYPE_LABEL, REMOTE_DROP_LOCATION
withEnv block - (42 sec in block)
timeout - (42 sec in block)
timeout block - (42 sec in block)
stage - (42 sec in block)Promotion
stage block (Promotion) - (42 sec in block)
sshagent - (42 sec in block)
sshagent block - (42 sec in block)
copyArtifacts - (6.7 sec in self)
sh (Logging) - (0.28 sec in self) set -eo pipefail echo "Artifacts to publish: 6740-artifacts/update-site" echo "Will publish as I-build" if [ "y" == "y" ]; then echo "Will publish to /home/data/httpd/download.eclipse.org/tools/gef/updates/integration" if [ "y" == "y" ]; then echo "Will merge with /home/data/httpd/download.eclipse.org/tools/gef/updates/integration" fi fi if [ "y" == "y" ]; then echo "Will promote to drop location" fi echo "Release Label: 5.3.8" echo "Release Label Suffix: "
sh (Download and Prepare Eclipse SDK) - (19 sec in self) set -eo pipefail echo "Downloading eclipse" curl -L -o eclipse-SDK.tar.gz https://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.9-201809060745/eclipse-SDK-4.9-linux-gtk-x86_64.tar.gz tar -xzf eclipse-SDK.tar.gz # Prepare Eclipse SDK to provide WTP releng tools # (used to postprocess repository, i.e set p2.mirrorsURL property) echo "Installing WTP Releng tools" ./eclipse/eclipse -nosplash --launcher.suppressErrors -clean -debug -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/webtools/releng/repository/ -installIUs org.eclipse.wtp.releng.tools.feature.feature.group
sh (Promote to Drop Location) - (6.3 sec in self)
sh (Promote to Update Site) - (8.9 sec in self)
sh (Print versions relevant to SimRel) - (0.53 sec in self) set -eo pipefail ssh genie.gef@projects-storage.eclipse.org ''' cd /home/data/httpd/download.eclipse.org/tools/gef/updates/integration/5.3.8_gef-master_6740/features ls org.eclipse.gef.geometry.sdk* ls org.eclipse.gef.graph.sdk* ls org.eclipse.gef.common.sdk* ls org.eclipse.gef.layout.sdk* ls org.eclipse.gef.dot.sdk* ls org.eclipse.gef.dot.user* ls org.eclipse.gef.fx.sdk* ls org.eclipse.gef.mvc.sdk* ls org.eclipse.gef.zest.sdk* ls org.eclipse.gef.cloudio.sdk* ls org.eclipse.gef.cloudio.user* '''