Skip to content
StepArgumentsStatus
Start of Pipeline - (1 min 7 sec in block)
node - (1 min 4 sec in block)
node block - (41 sec in block)
stage - (37 sec in block)Promote Capella Studio
stage block (Promote Capella Studio) - (36 sec in block)
sshagent - (30 sec in block)
sshagent block - (29 sec in block)
sh - (0.81 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 - (5.8 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 - (22 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/