I have a declarative pipeline with 3 stages and it is using poll SCM every 10 minutes (checkout, build and deploy), but I need the last step (deploy) to be executed just once everyday (i.e. 22 o´clock) so it keeps checking out and building everytime a change is submitted but it only deploys once a day. I have tried to use triggers cron directive within the stage but it does not work. I have thought to use the when directive but as I am new to groove I do not see how to tell jenkins "when time is 22 o´clock"
Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/eeebcfd4-e1c9-4c8b-918d-05be60e26c68n%40googlegroups.com.
