Skip to content

Commit f3d1886

Browse files
authored
Merge pull request #3397 from travis-ci/TCI-154/Cron_jobs
Update cron-jobs.md
2 parents 58008b7 + 2198ff2 commit f3d1886

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

user/cron-jobs.md

Lines changed: 4 additions & 1 deletion
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
## Add 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

0 commit comments

Comments
 (0)