<%@include file="/include.jsp"%> <%@ taglib prefix="props" tagdir="/WEB-INF/tags/props" %> $('radioButton_promoteSeparately').disabled = !this.checked; $('radioButton_promoteTogether').disabled = !this.checked; var rad_promoteSeparately = $('radioButton_promoteSeparately').checked; var rad_promoteTogether = $('radioButton_promoteTogether').checked; if (!rad_promoteSeparately && !rad_promoteTogether) { $('radioButton_promoteSeparately').checked = true; }
Watch Stream: The stream which is monitored for changes
Populate Stream: The stream that will be checked out when the build begins. If a populate stream is not specified then the Watch stream will be checked out instead
Checkout Subdirectory: a subdirectory that the stream will be populated to.
If selected all changes from this stream will appear as a single entry in the TeamCity change list
If selected will create a reference tree to sync with the stream instead of a standard workspace
If selected will cause the build to fail if an overlap on the stream is detected
If selected TeamCity will promote the watch stream up to the current transaction if build succeeds
Promote Each Transaction Separately
Promotes each transaction separately with a comment string of the form [userID:Comment].
Transactions are promoted in ascending order.
Promote all transactions together.
Will promote all transactions as one promote. The comment string for the promote will consist of an amalgamation of all the individual comment strings for each transaction.
The format of the comment string will be [userID:comment] followed by a new line.