Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am using "Scheduler component(tQuartzScheduler)" to run job every day specific time.
so I input the specific time, and build job, and run ".sh" in linux
But If I want to change the specific time, I have to reset the time in Component and rebuild.
I want to change the specific time when I run ".sh" file
like "runjob.sh [0 0 2 1/1 * ? *(cron expression)]"
Is it possible?
when I text "t" and CTRL + SPACE .
then looks like below..
Is it possible?
if It possible what component should I use?
Thanks for your reply
Thanks, I try your solution
but seems didn't work
If I were okay with context variable could use..
what is the next step?
I'm just wondering