Skip to content
StepArgumentsStatus
Start of Pipeline - (2 min 2 sec in block)
node - (2 min 0 sec in block)migration
node block - (1 min 50 sec in block)
stage - (9.5 sec in block)Find discardable builds
stage block (Find discardable builds) - (8.4 sec in block)
sshagent - (2.1 sec in block)
sshagent block - (1.5 sec in block)
sh - (0.89 sec in self) UPDATESS="/home/data/httpd/download.eclipse.org/diffmerge/nightly/" ssh genie.diffmerge@projects-storage.eclipse.org ls -1 $UPDATESS ssh genie.diffmerge@projects-storage.eclipse.org find "$UPDATESS" -type d -mindepth 1 -maxdepth 1 ! -name "master" ! -name "generic" -printf '%T@\ %p\\n' | sort -rn | cut -d' ' -f2- | head -n 14 >> keep.log ssh genie.diffmerge@projects-storage.eclipse.org find "$UPDATESS" -type d -mindepth 1 -maxdepth 1 ! -name "master" ! -name "generic" -printf '%T@\ %p\\n' | sort -rn | cut -d' ' -f2- >> all.log grep -Fvxf keep.log all.log > delete.log echo "" echo "Discardable builds:" cat delete.log
stage - (1 min 32 sec in block)Delete files
stage block (Delete files) - (1 min 32 sec in block)
sshagent - (1 min 24 sec in block)
sshagent block - (1 min 24 sec in block)
sh - (1 min 23 sec in self) echo "Delete builds:" for i in $(cat delete.log); do echo "Delete $i" echo "$i" >> deleted.log ssh genie.diffmerge@projects-storage.eclipse.org rm -rf "$i" >> deleted.log done cat deleted.log
stage - (4.1 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (3.8 sec in block)
archiveArtifacts - (2 sec in self)**/*.log