diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2020-02-16 23:42:12 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2020-02-16 23:42:12 +0300 |
| commit | 108665278967cbb31a96179c6781e2c785172cd9 (patch) | |
| tree | bede53b894730ef417f7acb6a9d5079e4d1546e2 | |
| parent | Jenkinsfile: Set ANSIBLE_STDOUT_CALLBACK to actionable. (diff) | |
| download | ansible-cmdb-majordomo-108665278967cbb31a96179c6781e2c785172cd9.tar.gz | |
Jenkinsfile: Add cron.
| -rw-r--r-- | Jenkinsfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 63715c9..0c26f44 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,9 @@ pipeline { agent { label "master" } + triggers { + cron("H 16 * * *") + } environment { ANSIBLE_STDOUT_CALLBACK = "actionable" } |
