Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 21 sec in block)
node - (1 min 18 sec in block)
node block - (1 min 1 sec in block)
stage - (57 sec in block)Promote Capella Studio
stage block (Promote Capella Studio) - (57 sec in block)
sshagent - (51 sec in block)
sshagent block - (50 sec in block)
sh - (0.78 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 - (0.78 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 - (48 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/