https://github.com/jenkinsci/ironmq-notifier-plugin
Jenkins ironmq build results notifier plugin
https://github.com/jenkinsci/ironmq-notifier-plugin
adopt-me adopt-this-plugin plugin-notifier
Last synced: 2 months ago
JSON representation
Jenkins ironmq build results notifier plugin
- Host: GitHub
- URL: https://github.com/jenkinsci/ironmq-notifier-plugin
- Owner: jenkinsci
- License: other
- Created: 2013-10-03T08:09:11.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T19:37:40.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T04:41:27.426Z (9 months ago)
- Topics: adopt-me, adopt-this-plugin, plugin-notifier
- Language: Java
- Homepage: https://plugins.jenkins.io/ironmq-notifier/
- Size: 747 KB
- Stars: 1
- Watchers: 100
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README-developer.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Jenkins ironmq-notifier plugin
===============For information about the iron.io notifier, see http://www.iron.io/mq
- Warning.. This version uses ironmq api version 3 (version 2 has been deprecated) After doing this upgrade, you will likely need to change your servers to version 3 api servers !
- Warning.. Due to major changes in the message expiry approach on queues, the expiry time will still be part of fields for backward compatibility but are ignored.***
This plugin uses the IronMQ messaging service to send status updates of build information into an enterprise level cloud based message queue. The messages have FIFO ordering so they can be dealt with by different clients as needed.Examples of use might be a "mobile device" reading with and dealing with certain types of queued message, information broadcasts, etc.
With this situation, there is no need for the Jenkins build server to communicate internally to local servers to allow message status to be securely retrieved and dealt with as needed.
***
* For a current list of TO-DOs check the WIKI at https://github.com/jenkinsci/ironmq-notifier-plugin/blob/master/README-developer.md
* To monitor the current build in progress... https://ci.jenkins.io/job/Plugins/job/ironmq-notifier-plugin/
***
To test locally in development, execute mvn hpi:run
The development version of mvn in use : 3.6.1
***
Maintainers
Mike Caspar
[](https://ci.jenkins.io/buildStatus/icon?job=Plugins/ironmq-notifier-plugin/master)
***
To Debug Locally (in Dev) ..
export MAVEN_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n"then... setup remote debug in intelliJ or appropriate tool
***
If having problems deploying, look here...
[https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins](https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins)
To Deploy.. first check
(local m2/settings.xml has userid and pasword)
local m2 settings has...
maven.jenkins-ci.org
mikecaspar
************** (jira password)
and ensure that the password is the current Jenkins WIKI account password
Then, to deploy, use the command...
`mvn release:prepare release:perform `