Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i want to write a cron expression to run the job at 4:30 of every day except 3rd of every month. How can i write a expression for this.
i think it is like 30 04 1-2,L-4 * * can some one tell me that it is correct or not.
Thanks.
Hello,
Are you referring to TAC CRON trigger or you want to build your job as a standalone one and schedule it via CRON scheduler?
Best regards
Sabrina
Hi,
If its the UNIX CRON scheduler, you'll probably need to something like:
30 4 1-2,4-31 * * *
Hi Xdshi,
i am using third party scheduler(jenkins). installed in ubuntu server.
Thanks
Hi David_beaty,
i want to schedule in ubuntu server.
I believe Jenkins schedule configuration is cron-format compliant, so the example I gave should work
Hi David_beaty,
Thanks. I want to create a job dependency in Jenkins like one job should depend on four other jobs.
Thanks.
I think the Talend Community Discussions is probably not the best place for that kind of insight into Jenkins.