https://github.com/codecentric/jenkins-appdynamics-plugin
Jenkins plugin for AppDynamics integration, i.e. for getting performance measurements during acceptance performance test.
https://github.com/codecentric/jenkins-appdynamics-plugin
Last synced: 9 months ago
JSON representation
Jenkins plugin for AppDynamics integration, i.e. for getting performance measurements during acceptance performance test.
- Host: GitHub
- URL: https://github.com/codecentric/jenkins-appdynamics-plugin
- Owner: codecentric
- License: mit
- Created: 2012-12-02T16:03:51.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T03:29:27.000Z (about 2 years ago)
- Last Synced: 2025-03-29T13:35:08.549Z (10 months ago)
- Language: Java
- Size: 232 KB
- Stars: 4
- Watchers: 5
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
This plugin is written for integrating AppDynamics with Jenkins.
AppDynamics provides detailed information about any application and this data can be queried via the REST
interface. This plugin tries to fetch the information related to a build, e.g. after running JMeter, and
visualizes it within Jenkins.
See links below for more information:
http://www.appdynamics.com
http://www.jenkins-ci.org
Many thanks to the developers of the Jenkins Performance plugin
,
on which this plugins is largely based.