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
Hej Everyone! How Do I Pass

Hej everyone! How do I pass --trusted-host my.private.package.registry.com:5151 flag when pip environment is being installed on a remote worker inside a docker container?
I'm using a privet package registry from self-hosted gitlab. Now it fails with SSL error

  
  
Posted one year ago
Votes Newest

Answers 4


If you want this to be applied to all jobs that run on that agent then yes. Otherwise you can set it up on the task level as well

  
  
Posted one year ago

ok, thanks a lot! i need that package for all jobs

  
  
Posted one year ago

Thank you @<1523701070390366208:profile|CostlyOstrich36> Do you mean that I should edit clearml.conf and add something like this in agent section?
image

  
  
Posted one year ago

Hi @<1585078752969232384:profile|FantasticDuck7> , I think you can pass this in bash setup script when the docker spins up

  
  
Posted one year ago
855 Views
4 Answers
one year ago
one year ago
Tags