We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e565fb commit dc33ed4Copy full SHA for dc33ed4
create_jenkins_job.py
@@ -41,7 +41,7 @@
41
42
DEFAULT_REPOS_URL = 'https://raw.githubusercontent.com/ros2/ros2/rolling/ros2.repos'
43
DEFAULT_MAIL_RECIPIENTS = 'ros2-buildfarm@googlegroups.com'
44
-PERIODIC_JOB_SPEC = '0 3 * * *'
+PERIODIC_JOB_SPEC = '0 4 * * *'
45
46
template_prefix_path[:] = \
47
[os.path.join(os.path.abspath(os.path.dirname(__file__)), 'job_templates')]
0 commit comments