Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, When I Run A Pipeline, The Artifacts From My Tasks Are Saved On My Ec2 Server. When I Archive The Pipeline And Go Into The Archive And Delete The Pipeline, The Artifacts Are Not Deleted. It Looks Like They Are Only Deleted If I Delete The Whole Pipel

Hi, when I run a pipeline, the artifacts from my tasks are saved on my EC2 server. When I archive the pipeline and go into the archive and delete the pipeline, the artifacts are not deleted. It looks like they are only deleted if I delete the whole pipeline folder. Is this a bug? I thought when I delete the pipeline, it should remove all the artifacts in that pipeline?

  
  
Posted one year ago
Votes Newest

Answers 3


Yep only in 1.7 🙂

  
  
Posted one year ago

Hi GrittyCormorant73

When I archive the pipeline and go into the archive and delete the pipeline, the artifacts are not deleted.

Which clearml-server version are you using? The artifact delete was only recently added

  
  
Posted one year ago

hi martin, im using version 1.6.0, so probably not the newer one. Thank you for the confirmation though 😄

  
  
Posted one year ago