6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

hubot cron設定

Last updated at Posted at 2014-09-06

毎回忘れて調べるハメになるので備忘録的にメモ。

設定されているjobsを確認する

hubot list jobs

不要なjobを削除する

hubot remove job ID

jobを作成する

前営業日の18:55に,明日の掃除当番はあなたですよ!と通知する

hubot new job 55 18 * * 5 "月曜日の掃除当番は @foo @var です,よろしくお願いします(sun) "
hubot new job 55 18 * * 1 "火曜日の掃除当番は @foo @var です,よろしくお願いします(sun) "
hubot new job 55 18 * * 2 "水曜日の掃除当番は @foo @var です,よろしくお願いします(sun) "
hubot new job 55 18 * * 3 "木曜日の掃除当番は @foo @var です,よろしくお願いします(sun) "
hubot new job 55 18 * * 4 "金曜日の掃除当番は @foo @var です,よろしくお願いします(sun) "

水曜10時からのMTGをお知らせする

hubot new job 59 9 * * 3 "@here Let's meeting!"
6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?