Auto deploy delivered code in stream to application server?
One answer
Deploying to a server would be part of the "build" process, so this
association between a stream and a target server would be done in your
build definition (or in the build scripts invoked by your build definition).
Cheers,
Geoff
On 8/2/2011 10:38 AM, artcorl wrote:
association between a stream and a target server would be done in your
build definition (or in the build scripts invoked by your build definition).
Cheers,
Geoff
On 8/2/2011 10:38 AM, artcorl wrote:
Is there any way to associate a code stream with a deployment server,
such that ... whenever anyone on the team delivers a change set, the
update is pushed out to a live server (tomcat or WAS)?