Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 22 sec in block)
node - (1 min 20 sec in block)
node block - (1 min 11 sec in block)
stage - (1 min 7 sec in block)Promote Capella Studio
stage block (Promote Capella Studio) - (1 min 7 sec in block)
sshagent - (1 min 1 sec in block)
sshagent block - (1 min 0 sec in block)
sh - (0.65 sec in self) if [ $Overwrite == 'true' ]; then echo "Remove destination folders" ssh genie.capella@projects-storage.eclipse.org rm -fr /home/data/httpd/download.eclipse.org/capella/studio/updates/$Target/$Version ssh genie.capella@projects-storage.eclipse.org rm -fr /home/data/httpd/download.eclipse.org/capella/studio/products/$Target/$Version fi
sh - (1.6 sec in self) echo "init folders" ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/studio/updates/$Target/$Version ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/studio/products/$Target/$Version
sh - (57 sec in self) echo "publish update sites" ssh genie.capella@projects-storage.eclipse.org cp -a /home/data/httpd/download.eclipse.org/capella/studio/updates/$Source/* /home/data/httpd/download.eclipse.org/capella/studio/updates/$Target/$Version/ echo "publish products" ssh genie.capella@projects-storage.eclipse.org cp -va /home/data/httpd/download.eclipse.org/capella/studio/products/$Source/* /home/data/httpd/download.eclipse.org/capella/studio/products/$Target/$Version/