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, Can I Check Of Anyone Has Interfaced Clearml With Jenkins? I Am Having An Issue With Jenkins Unable To Trigger Clearml Tasks. Both Jenkins And Clearml Servers Are Hardened.

Hi, can I check of anyone has interfaced ClearML with Jenkins? I am having an issue with Jenkins unable to trigger ClearML tasks. Both Jenkins and ClearML servers are hardened.

  
  
Posted one year ago
Votes Newest

Answers


Likely network. Can you run a curl on ClearML server api server from jenkin stage and see if that gets through?

  
  
Posted one year ago
545 Views
1 Answer
one year ago
one year ago
Tags