Skip to content
StepArgumentsStatus
Start of Pipeline - (2 min 3 sec in block)
echo - (9 ms in self)[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
podTemplate - (1 min 57 sec in block)
podTemplate block - (1 min 56 sec in block)
node - (1 min 54 sec in block)orbit-recipes-pod-287
node block - (59 sec in block)
withEnv - (55 sec in block)scriptDir
withEnv block - (52 sec in block)
timeout - (50 sec in block)
timeout block - (49 sec in block)
stage - (45 sec in block)Promote
stage block (Promote) - (44 sec in block)
container - (36 sec in block)container
container block - (35 sec in block)
sshagent - (34 sec in block)
sshagent block - (31 sec in block)
sh - (30 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}