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 All! Couldn'T Find This In The Documentation, How Do You Specify A "Setup Shell Script", So It Is Used For That Specific Task?

Hi all! Couldn't find this in the documentation, how do you specify a "setup shell script", so it is used for that specific task?
image

  
  
Posted one year ago
Votes Newest

Answers 2


Wow, didn't catch the docker_setup_bash_script argument. Thanks!

  
  
Posted one year ago

Task.set_base_docker 🙂

  
  
Posted one year ago
680 Views
2 Answers
one year ago
one year ago
Tags