From 1ee281f9b0a28a5dcf448517e3d2793904823115 Mon Sep 17 00:00:00 2001 From: nrios14 <44674816+nrios14@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:13:25 -0400 Subject: [PATCH] Update cron-jobs.md Updating Cron job options as mentioned in TCI ticket PDTQ-154 --- user/cron-jobs.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/user/cron-jobs.md b/user/cron-jobs.md index 5715d952f57..dbab8a535c3 100644 --- a/user/cron-jobs.md +++ b/user/cron-jobs.md @@ -17,7 +17,10 @@ Configure cron jobs from the "Cron Jobs" settings tab on your Travis CI page. ## Adding Cron Jobs -Select the branch to run the build on, how often to run the build, and whether to run the build if there was a build in the last 24 hours, then click "Add": +Add Cron jobs by filling out the following fields and clicking the Add button +- **Branch** - Select the branch on which to run the build. +- **Interval** - Select how often to run the build: `daily`, `weekly`, or `monthly`. +- **Options** - Select between the option to `Always run` or `Do not run if there has been a build in the last 24h`. ![adding a cron job](/images/cron-adding.png "adding a cron job") @@ -31,7 +34,7 @@ Please note that cron jobs will run regardless and cannot be skipped even with [ ## Deleting Cron Jobs -Click the small trash icon on the right hand side of the page: +Click the small trash icon on the right-hand side of the page: ![deleting a cron job](/images/cron-deleting.png "deleting a cron job")