jenkins-msteams-notification
Version:
Simple webhook wrapper that uses Jenkins build environment variables to send build failure notifications to channels on Microsoft Teams
29 lines (28 loc) • 797 B
JSON
{
"name": "jenkins-msteams-notification",
"version": "1.0.6",
"description": "Simple webhook wrapper that uses Jenkins build environment variables to send build failure notifications to channels on Microsoft Teams",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Microsoft",
"Teams",
"Jenkins",
"Notification",
"Failure"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rouanw/jenkins-msteams-notification.git"
},
"bugs": {
"url": "https://github.com/rouanw/jenkins-msteams-notification/issues"
},
"homepage": "https://github.com/rouanw/jenkins-msteams-notification#readme",
"author": "rouanw",
"license": "MIT",
"dependencies": {}
}