Skip to content
StepArgumentsStatus
Start of Pipeline - (50 sec in block)
node - (48 sec in block)migration
node block - (21 sec in block)
stage - (9.1 sec in block)Find discardable builds
stage block (Find discardable builds) - (8.1 sec in block)
sshagent - (2.5 sec in block)
sshagent block - (1.9 sec in block)
sh - (1.2 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 - (5.1 sec in block)Delete files
stage block (Delete files) - (4.3 sec in block)
stage - (3.6 sec in block)Declarative: Post Actions
stage block (Declarative: Post Actions) - (3.3 sec in block)
archiveArtifacts - (1.7 sec in self)**/*.log