commit | a9cf2c65ad7540230f1958c037c684b2d963dfcb | [log] [tgz] |
---|---|---|
author | Tomáš Kukrál <tomkukral@users.noreply.github.com> | Sat Mar 04 11:25:20 2017 +0100 |
committer | Tomáš Kukrál <tomkukral@users.noreply.github.com> | Sat Mar 04 11:29:03 2017 +0100 |
tree | c389f7ca601a452d14e4bc3ed0a6cea0565d6f6b | |
parent | 83129fc2b5ee567623fa878ffffc983744db69e4 [diff] [blame] |
add support for job timer I'd like to run some jobs on daily basis and this PR add this functionality. Change-Id: I5ec5b736bda201c7f788b0c57d9ff4776c7ba631
diff --git a/README.rst b/README.rst index b24514d..3438cb2 100644 --- a/README.rst +++ b/README.rst
@@ -172,6 +172,8 @@ url: https://github.com/jenkinsci/docker name: "Jenkins Docker Image" trigger: + timer: + spec: "H H * * *" github: pollscm: spec: "H/15 * * * *"