mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-10 18:49:15 +00:00
add sample jabber settings
This commit is contained in:
parent
52ed45bcca
commit
51711c5b38
@ -1,6 +1,7 @@
|
||||
|
||||
plugins:
|
||||
# - nci-mail-notification
|
||||
# - nci-jabber-notification
|
||||
|
||||
nodes:
|
||||
- type: local
|
||||
@ -9,6 +10,7 @@ nodes:
|
||||
http:
|
||||
host: 127.0.0.1
|
||||
port: 3000
|
||||
url: http://127.0.0.1:3000
|
||||
|
||||
storage:
|
||||
backend: memdown
|
||||
@ -21,3 +23,9 @@ notify:
|
||||
auth:
|
||||
user: bot.nci@gmail.com
|
||||
pass: pass
|
||||
jabber:
|
||||
host: talk.google.com
|
||||
port: 5222
|
||||
reconnect: true
|
||||
jid: bot.nci@gmail.com
|
||||
password: password
|
||||
|
@ -4,8 +4,8 @@ scm:
|
||||
repository: ./test/repos/mercurial
|
||||
rev: default
|
||||
|
||||
catchRev:
|
||||
comment: !!js/regexp //
|
||||
# catchRev:
|
||||
# comment: !!js/regexp //
|
||||
|
||||
# buildEvery:
|
||||
# time: "*/5 * * * * *"
|
||||
@ -22,7 +22,7 @@ notify:
|
||||
# - oleg.korobenko@gmail.com
|
||||
# - oleg.poligon@gmail.com
|
||||
# jabber:
|
||||
# - oleg.korobenko@gmail.com
|
||||
# - oleg.poligon@gmail.com
|
||||
|
||||
trigger:
|
||||
after:
|
||||
|
Loading…
Reference in New Issue
Block a user