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 Anyone Help Or Share Information About Ci/Cd Integration? After Merging To Master On Bitbucket, I Need To Either Create A New Task And Register It On Clearml Web Or Get A New Version From Bitbucket And Update An Old Task. I Only Need To Create Or

Hi, can anyone help or share information about CI/CD integration? After merging to master on Bitbucket, I need to either create a new task and register it on ClearML Web or get a new version from Bitbucket and update an old task. I only need to create or update a function code, but not run it.

  
  
Posted 2 months ago
Votes Newest

Answers 2


I think I found something that might help me. It is to run the task directly from git:
None

clearml-task --project keras_examples --name remote_test --repo 

--script /webinar-0620/keras_mnist.py --args batch_size=64 epochs=1 --queue default
  
  
Posted 2 months ago

Hi @<1671689448707854336:profile|GiganticBee35> , the suggested method would be triggering it via the REST API. If you open developer tools (F12) while in the web UI, you will see everything the web UI is sending to the backend so launching jobs/pipelines via the web UI will give you full visibility into what you need to automate

  
  
Posted 2 months ago
127 Views
2 Answers
2 months ago
2 months ago
Tags