Post-build deliver from ANT
![]()
Bernd van Oostrum (217●2●48●69)
| asked Jul 13 '12, 5:54 a.m.
edited Jul 13 '12, 9:51 a.m. by Spencer Murata (2.3k●11●59●71)
Hi,
Is it possible to trigger a post-build deliver from ANT? I would like to deliver the changes accepted/made in the build workspace to a stream. Regards, Bernd. |
3 answers
![]()
Are you using the JBE Ant build definition? If so there is a post-build deliver participant which should do exactly what you want. Without using the JBE ANT definition, you will have to implement the post build deliver via the SCM CLI ( https://jazz.net/library/article/620/)
Comments No, I'm using Hudson/Jenkins build definition. Thanks. Regards, Bernd. Ah ok. We haven't implemented a post-build deliver participant that the Hudson definition can use, so you will have to put something at the end of the build.xml to deliver the changes via the SCM CLI. ok. I was trying to find a way to make it independent from the chosen engine. |
![]()
an ANT-task to deliver the snapshot into the stream. Does it exist?
|
Comments
When using the "Ant - Jazz Build Engine" to create a build definition, there is a posibility to configure a post-build deliver participant. However, this is not available for the "z/OS Dependency Builds" template.
Using the commandline (SCM), it is possible to do create a post-deliver as well. However, a login into the RTC-server is needed which slows down the build.
I'm looking for the ANT-task to deliver the snapshot into the stream. Does it exist?