This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
Releases: morficus/Parameterized-Remote-Trigger-Plugin
Releases · morficus/Parameterized-Remote-Trigger-Plugin
Parameterized-Remote-Trigger-2.2.0
###New Feature/Enhancement:
- Ability to debug connection errors with (optional) enhanced console output (pull request)
###Bug fixes:
- fing JENKINS-23748 - Better error handleing for console output and logs to display info about the failure (pull request)
- Don't fail build on 404 (pull request)
- Fixed unhandled NPE (pull request)
- Hand-full of other bugs (pull request):
- fixing JENKINS-26127
- fixing JENKINS-24872
- fixing JENKINS-25366
Parameterized-Remote-Trigger-2.1.2
#2.1.2 (April 6th, 2014)
###Bug fixes:
- fixing JENKINS-22325 - local job fails when not sending any parameters to remote job
- fixing JENKINS-21470 - UI does not display that a build is using a file to get the parameter list
- fixing JENKINS-22493 - 400 when remote job has default parameters and parameters are not explicitly list them
- fixing JENKINS-22427 - fails when remote job waits for available executor
Parameterized Remote Trigger Plugin 2.1
New Feature/Enhancement:
- ability to specify the list of remote parameters from a file (request ticket)
- optionally block the local build until remote build is complete (request ticket)
Misc:
- the console output has also been cleansed of displaying any URLs, since this could pose a security risk for public CI environemnts.
- special thanks to @tombrown5 for his contributions to the last item mentioned above
Parameterized Remote Trigger Plugin 2.0
Lots of refactoring and addition of some major new features.
New Feature/Enhancement:
- integration with the 'Credentials' plugin (request ticket)
- able to override global credentials at a job-level (request ticket)
- support for 'Token Macro' plugin (request ticket)
- support for traditional Jenkins environment variables (request ticket)
Misc:
Special thanks to @elksson for his contributions to the last 2 items mentioned above and to @imod for his awesome feedback and feature suggestions.