Skip to content
StepArgumentsStatus
Start of Pipeline - (44 sec in block)
node - (42 sec in block)
node block - (19 sec in block)
stage - (15 sec in block)Promote Capella Studio
stage block (Promote Capella Studio) - (14 sec in block)
sshagent - (8.2 sec in block)
sshagent block - (5.2 sec in block)
sh - (0.89 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/capellastudio/updates/$Target/$Version ssh genie.capella@projects-storage.eclipse.org rm -fr /home/data/httpd/download.eclipse.org/capella/capellastudio/products/$Target/$Version fi
sh - (2.4 sec in self) echo "init folders" ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/capellastudio/updates/$Target/$Version ssh genie.capella@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/capella/capellastudio/products/$Target/$Version if [ $Overwrite != 'true' ]; then # check the destination folder is empty #ssh genie.capella@projects-storage.eclipse.org "ls -1 /home/data/httpd/download.eclipse.org/capella/addons/basicperfo/dropins/$Target/$Version | wc -l | test $? -eq 0" #echo $? echo "Check if folder exists (TODO)" fi
sh - (1.1 sec in self) echo "publish update sites" ssh genie.capella@projects-storage.eclipse.org cp -a /home/data/httpd/download.eclipse.org/capella/capellastudio/updates/$Source/* /home/data/httpd/download.eclipse.org/capella/capellastudio/updates/$Target/$Version/ echo "publish products" ssh genie.capella@projects-storage.eclipse.org cp -va /home/data/httpd/download.eclipse.org/capella/capellastudio/products/$Source/* /home/data/httpd/download.eclipse.org/capella/capellastudio/products/$Target/$Version/