I see this, but I don't understand how to implement it for my use case.
https://www.codependentcodr.com/scheduled-builds-in-jenkins-scripted-pipelines.html

I want JobA to trigger JobB, but at a certain time. I do this now

*Step in JobA to trigger JobB*
build job: JobB,
      wait: true

...but I wish I can do this (for illustration only, the cron option does 
not exist of course)

*Step in JobA to trigger JobB to run around 9:00pm ET*
build job: JobB,
      cron: "H 21 * * 1",
      wait: true

Any ideas? 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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/332c73a3-cac2-4192-bb97-b39640207ff3n%40googlegroups.com.

Reply via email to