I want to schedule the particular jenkins job on application deployment. Technically it's when the application is tagged with
production
tag, for now I just add hook on deployment process which is very hard, since I need to modify each deployment. For me, the most convenient approach would be just provide a webhook, when app has been tagged with production tag.