Is it possible to invoke 'Request a Build' using command line?
Accepted answer
I am not aware that there is a command line option to request a built. There is an ANT task requestTeamBuild in the buildsystem toolkit that allows to request a build and you could try to use that. I am not sure if that would work.
Alternatively it is possible to write a small Java tool based on the Plain Java CLient Libraries, to do this in the JavaDoc for that look for com.ibm.team.build.client.ITeamBuildClient which provides this kind of capability.
Alternatively it is possible to write a small Java tool based on the Plain Java CLient Libraries, to do this in the JavaDoc for that look for com.ibm.team.build.client.ITeamBuildClient which provides this kind of capability.