Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 2 sec in block)
echo - (4 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (1 min 1 sec in block)
podTemplate block - (1 min 1 sec in block)
node - (1 min 1 sec in block)orbit-recipes-pod-289
node block - (40 sec in block)
withEnv - (40 sec in block)scriptDir
withEnv block - (40 sec in block)
timeout - (40 sec in block)
timeout block - (40 sec in block)
stage - (40 sec in block)Promote
stage block (Promote) - (40 sec in block)
container - (39 sec in block)container
container block - (39 sec in block)
sshagent - (34 sec in block)
sshagent block - (28 sec in block)
sh - (27 sec in self) # The default seems to be 0022 # We need user (genie.orbit) and group (tools.orbit) to match umask 0002 # Copy over scripts mkdir -p ${scriptDir} pushd ${scriptDir} curl -L -O "https://download.eclipse.org/tools/orbit/commonFiles/cpp2c-jiro.sh" chmod u+x cpp2c-jiro.sh popd . ${scriptDir}/cpp2c-jiro.sh ORBIT_ROOT=/home/data/httpd/download.eclipse.org/tools/orbit mkdir -p ${SRC_LOCATION} ${DST_LOCATION} pushd ${SRC_LOCATION} scp -r genie.orbit@projects-storage.eclipse.org:${ORBIT_ROOT}/${SRC_LOCATION}/* . popd cpp2c ${SRC_LOCATION} ${DST_LOCATION} ${NEW_NAME} scp -r ${DST_LOCATION}/* genie.orbit@projects-storage.eclipse.org:${ORBIT_ROOT}/${DST_LOCATION}