Skip to content
StepArgumentsStatus
Start of Pipeline - (52 sec in block)
node - (52 sec in block)centos-8
node block - (44 sec in block)
stage - (8 sec in block)Declarative: Checkout SCM
stage block (Declarative: Checkout SCM) - (8 sec in block)
checkout - (8 sec in self)
withEnv - (35 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_PREVIOUS_SUCCESSFUL_COMMIT, GIT_URL
withEnv block - (35 sec in block)
sh - (0.34 sec in self)curl -fSs https://ci.eclipse.org/gef/job/gef-master/lastStableBuild/buildNumber
echo - (9 ms in self)Found build number 7100 for build lastStableBuild
sh - (0.27 sec in self)curl -fSs https://ci.eclipse.org/gef/job/gef-master/lastStableBuild/buildNumber
echo - (85 ms in self)Found build number 7100 for build lastStableBuild
sh - (0.27 sec in self)curl -fSs https://ci.eclipse.org/gef/job/gef-master/lastStableBuild/buildNumber
echo - (9 ms in self)Found build number 7100 for build lastStableBuild
sh - (0.27 sec in self)curl -fSs https://ci.eclipse.org/gef/job/gef-master/lastStableBuild/buildNumber
echo - (15 ms in self)Found build number 7100 for build lastStableBuild
sh - (0.27 sec in self)curl -fSs https://ci.eclipse.org/gef/job/gef-master/lastStableBuild/buildNumber
echo - (23 ms in self)Found build number 7100 for build lastStableBuild
withEnv - (34 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 - (34 sec in block)
timeout - (33 sec in block)
timeout block - (33 sec in block)
stage - (33 sec in block)Promotion
stage block (Promotion) - (33 sec in block)
sshagent - (33 sec in block)
sshagent block - (33 sec in block)
copyArtifacts - (14 sec in self)
sh (Logging) - (0.27 sec in self) set -eo pipefail echo "Artifacts to publish: 7100-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.4.1" echo "Release Label Suffix: "
sh (Download and Prepare Eclipse SDK) - (15 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) - (2.2 sec in self)
sh (Promote to Update Site) - (0.67 sec in self)
sh (Print versions relevant to SimRel) - (0.54 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.4.1_gef-master_7100/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* '''