Skip to content

Commit 1ee281f

Browse files
authored
Update cron-jobs.md
Updating Cron job options as mentioned in TCI ticket PDTQ-154
1 parent 00735eb commit 1ee281f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

user/cron-jobs.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ Configure cron jobs from the "Cron Jobs" settings tab on your Travis CI page.
1717

1818
## Adding Cron Jobs
1919

20-
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":
20+
Add Cron jobs by filling out the following fields and clicking the Add button
21+
- **Branch** - Select the branch on which to run the build.
22+
- **Interval** - Select how often to run the build: `daily`, `weekly`, or `monthly`.
23+
- **Options** - Select between the option to `Always run` or `Do not run if there has been a build in the last 24h`.
2124

2225
![adding a cron job](/images/cron-adding.png "adding a cron job")
2326

@@ -31,7 +34,7 @@ Please note that cron jobs will run regardless and cannot be skipped even with [
3134

3235
## Deleting Cron Jobs
3336

34-
Click the small trash icon on the right hand side of the page:
37+
Click the small trash icon on the right-hand side of the page:
3538

3639
![deleting a cron job](/images/cron-deleting.png "deleting a cron job")
3740

0 commit comments

Comments
 (0)