Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atlassian-labs/jsm-integration-jenkins-plugin
Jira Service Management Jenkins Plugin
https://github.com/atlassian-labs/jsm-integration-jenkins-plugin
alerting integration jenkins jsm
Last synced: 3 days ago
JSON representation
Jira Service Management Jenkins Plugin
- Host: GitHub
- URL: https://github.com/atlassian-labs/jsm-integration-jenkins-plugin
- Owner: atlassian-labs
- License: apache-2.0
- Created: 2023-10-23T16:38:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-01T02:50:21.000Z (10 months ago)
- Last Synced: 2024-04-17T19:14:58.646Z (7 months ago)
- Topics: alerting, integration, jenkins, jsm
- Language: Java
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Jenkins integration plugin for Jira Service Management
Use the Jenkins plugin to integrate with Jira Service Management and forward Jenkins build alerts. Jira Service Management determines the right people to notify based on their on-call schedules, notifies them via email, text messages (SMS), phone calls, and mobile push notifications (both iOS and Android), and escalates alerts until they’re acknowledged or closed.
:warning: If the feature isn’t available on your site, keep checking Jira Service Management for updates.
## Steps to install and test
1. Install Maven and the JDK.
```
$ mvn -version | grep -v home
Apache Maven 3.5.0 (; 2017-04-03T22:39:06+03:00)
Java version: 1.8.0_131, vendor: Oracle Corporation
Default locale: en_US, platform encoding: UTF-8
```
2. Create an HPI file to install the plugin in Jenkins.
The HPI file is found at `target/jsm-integration.hpi`.
```
mvn hpi:hpi
```## Contributions
Contributions to Jira Service Management Integration Jenkins Plugin are welcome! Read how to contribute to the project in [CONTRIBUTING.md](CONTRIBUTING.md).## License
Copyright (c) [2023] Atlassian US., Inc. Apache 2.0 licensed. [View the LICENSE](LICENSE) file.
[![With ❤️ from Atlassian](https://raw.githubusercontent.com/atlassian-internal/oss-assets/master/banner-cheers.png)](https://www.atlassian.com)