This repository has been archived by the owner on Jan 5, 2024. It is now read-only.
Change Log
1.0.5
Updates
- Updated to Jenkins 3.242 to pickup latest Spring 5.3.18 and Spring Security 5.6.2
- Added
setCustomAttributes()
back toAppBuildEventProducer
- Replaced PowerMock with Mockito
- Moved to using Jenkins BOM instead of specifying plugin versions
1.0.4
Updates
- Added
JenkinsSystemEvent
to record node/queue/executor metrics, agent connected count, and quiet mode - Disabled use of
${JSON}
token due to security advisory - Refactored event logic
1.0.3
Updates
- Updated to Jenkins 2.249 as the base Jenkins
- Switched to JUnit 4 for testing
- Removed md2pdf exec task
- Updated dependencies with security warnings
1.0.2
Added
- #10 Show all applications in deployment marker configuration
Updates
1.0.0
Added
- Initial version