Is it possible to execute a Post-build Deliver when using Jenkins server with RTC source?
This is my process;
- When a job is started Jenkins connects to RTC Source using the Rational Team Concert plugin and fetches the required code. (Connects to RTC using a build definition which contains details of the workspace to use. This build definition also contains details of the post-build steps)
- Jenkins tests/builds/deploys application
- Job completes with a status of success.
When I open the results view for the build definition associated with this Jenkins job i notice the absence of any post-build delivery information in the Contribution Summary.
Using the setup I've mentioned should Post-build Delivery be possible?