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
Is There A Way To Copy The Entire Folder An Agent In A Machine (Different From Server Machine) Builds To The Server Machine?

is there a way to copy the entire folder an agent in a machine (different from server machine) builds to the server machine?

  
  
Posted 3 years ago
Votes Newest

Answers 5


when an agent launches a task, it builds a venv, copies the code, runs it, etc. in my case, the code writes files (such as data it downloaded, or model files, etc) and writes them in subfolders. I'm interested in recovering the entire folder structure.

this is because if I run a different task, everything from the previous task is overwritten.

furthermore, I need the folder structure for other things downstream

  
  
Posted 3 years ago

Yeah, I understand now.
You can add a last step to your code that uploads this folder structure compressed in a zip file as an artifact - what do you think?

  
  
Posted 3 years ago

does this make more sense? SuccessfulKoala55

  
  
Posted 3 years ago

sure, thanks!

  
  
Posted 3 years ago

Hi ElegantCoyote26 ,
I'm not sure I understand the question (or the use-case) - can you elaborate?

  
  
Posted 3 years ago