PeteJames
10 months agoQrew Cadet
Jinja time check in Pipelines
I wish to stop my pipelines running outside of working hours
I have an IF section with advanced expression. What is the correct syntax to check whether the current hour is greater than or equal to a given hour?
I have tried
{{time.now.hour <= 15'}}
{{time.now.hour <= '5}}
but these don't seem to work
thank you
------------------------------
Pete James
------------------------------