eroshenkoam / allure-testops-utils

13 stars 6 forks source link

Does the util work constantly or once after run? #35

Open Elvintest opened 8 months ago

Elvintest commented 8 months ago

Hello. I'd like to use the util for constant deletion of launches with certain tag which were created some certain time ago, do i understand correctly that after i run the docker image it will work constantly checking TestOps to detect new launches with needed tag and delete them?

cheshi-mantu commented 8 months ago

@Elvintest you need to use either cron task or scheduled pipeline. tool deletes the launches defined in the setting and then exits

Elvintest commented 8 months ago

okay, thanks