Commands for working with travisci.
pyOpenSSL >= 16.0.0
Verify the webhook signature from travisci
The signature header from the webhook header
The full payload body from the webhook post
Note
The body needs to be the urlencoded version of the body.
CLI Example:
salt '*' travisci.verify_webhook 'M6NucCX5722bxisQs7e...' 'payload=%7B%22id%22%3A183791261%2C%22repository...'
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 3004
salt.modules.transactional_update module