You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
Actually, there are very few Post-build Actions that I can get this plugin to actually work with, but the show stopper for me is not working with Parameterized Trigger. If I had that I think could work around all the other issues.
My setup is basically that after every build I need to notify several different servers to do different things. The build is also complicated (managing VM for build isolation) so I have the build steps and post build actions in the parent, and the child just exists the configure the correct git repo. Everything works except the Post-build Actions.
If I add a Parameterized build call to the build section that works, but it doesn't work for me because I need to trigger a different set of actions if there is a success then when there is a failure. But as a test, it seem to indicate a problem in processing Post-build Actions not an issue with Parameterized Trigger. Just a guess.
The text was updated successfully, but these errors were encountered:
Actually, there are very few Post-build Actions that I can get this plugin to actually work with, but the show stopper for me is not working with Parameterized Trigger. If I had that I think could work around all the other issues.
Jenkins: 1.5.95
Inheritance: 1.5.3
Parameterized Trigger: 2.25
My setup is basically that after every build I need to notify several different servers to do different things. The build is also complicated (managing VM for build isolation) so I have the build steps and post build actions in the parent, and the child just exists the configure the correct git repo. Everything works except the Post-build Actions.
If I add a Parameterized build call to the build section that works, but it doesn't work for me because I need to trigger a different set of actions if there is a success then when there is a failure. But as a test, it seem to indicate a problem in processing Post-build Actions not an issue with Parameterized Trigger. Just a guess.
The text was updated successfully, but these errors were encountered: