Remote service trigger with mail
Project description
Mail Trigger
Requirements
- Python (3.7+)
- pip
- python-dev
Installation
On Ubuntu / Mint, install Mail Trigger with the following commands:
sudo apt update
sudo apt install python3-dev python3-pip python3-setuptools
sudo pip3 install mailtrigger
On OS X, install Mail Trigger via Homebrew (or via Linuxbrew on Linux):
TBD
On Windows, install Mail Trigger with the following commands:
TBD
Updating
pip3 install mailtrigger --upgrade
Settings
Several Mail Trigger parameters can be set in the directory config.
An example of configuration in mailer.json:
{
"debug": false,
"pop3": {
"host": "pop.example.com",
"pass": "pass",
"port": 995,
"ssl": true,
"user": "user"
},
"smtp": {
"host": "smtp.example.com",
"pass": "pass",
"port": 465,
"ssl": true,
"user": "user"
}
}
An example of configuration in scheduler.json:
{
"interval": 10
}
An example of configuration in trigger.json:
{
"gerrit": {
"host": "localhost",
"port": 8080
},
"jenkins": {
"host": "localhost",
"port": 8081
},
"jira": {
"host": "localhost",
"port": 8082
}
}
Usage
Title
[trigger]: Write your description here
Note: [trigger]
is the reserved word in title
Recipient
The recipient is mail receiver as Mail Trigger.
Content
Gerrit Trigger
@gerrit help
@gerrit list
@gerrit restart <host>
@gerrit start <host>
@gerrit stop <host>
@gerrit verify <host>
@gerrit review <host>:<port>
[--project <PROJECT> | -p <PROJECT>]
[--branch <BRANCH> | -b <BRANCH>]
[--message <MESSAGE> | -m <MESSAGE>]
[--notify <NOTIFYHANDLING> | -n <NOTIFYHANDLING>]
[--submit | -s]
[--abandon | --restore]
[--rebase]
[--move <BRANCH>]
[--publish]
[--json | -j]
[--delete]
[--verified <N>] [--code-review <N>]
[--label Label-Name=<N>]
[--tag TAG]
{COMMIT | CHANGEID,PATCHSET}
Jenkins Trigger
@jenkins build <host>:<port> JOB [--parameter <PARAMETER> | -p <PARAMETER>]
@jenkins help
@jenkins list
@jenkins list <host>:<port>
@jenkins query <host>:<port> JOB
@jenkins rebuild <host>:<port> JOB
@jenkins stop <host>:<port> JOB
@jenkins verify <host>:<port> JOB
Jira Trigger
TBD
Trigger Help
@help
License Apache
Project License can be found here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mailtrigger-1.0.2.tar.gz
.
File metadata
- Download URL: mailtrigger-1.0.2.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa06b0e8294d87fbd2292bd1fd6dd4772c76aad42f305cea8bc2d870f6e9c087 |
|
MD5 | 30272429ce0ea8b8e8f4355720155eb2 |
|
BLAKE2b-256 | 9fabd6043f99b6a6589e25e21eb961d32f6390d7e4615ed121058351ef981baa |
File details
Details for the file mailtrigger-1.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: mailtrigger-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e31d3c06919691562eb5e374772517d3ff879436fe470b9d804fa54743a7f55 |
|
MD5 | c54d0b8eaca0a5c40856c9ca383c17b2 |
|
BLAKE2b-256 | 48d097ded81d2d334771ddae87edf72aed82ad8aa0532a15c29a4d963adce7a3 |