Controlling teamAccept and teamFetch tasks
In the build file, if you are using the <teamAccept> and <teamFetch> tasks, can you ensure that at least one change is accepted before doing the fetch and continuing with the build..if so, how do you do this?
This is availble through the Build Defination GUI if you let Jazz handle the pre-build, however, my issue is if you want to control this through the build file and not through pre-build.
This is availble through the Build Defination GUI if you let Jazz handle the pre-build, however, my issue is if you want to control this through the build file and not through pre-build.
One answer
It should be possible.
See the changesAcceptedProperty attribute on the teamAcceptTask.
https://jazz.net/jazzdocs/topic/com.ibm.team.build.doc/topics/r_teamaccept.html
Also see the buildNotNecessary attribute on the completeTeamBuild task.
https://jazz.net/jazzdocs/topic/com.ibm.team.build.doc/topics/r_completebuild.html
---
Ryan Manwiller
Jazz Team
See the changesAcceptedProperty attribute on the teamAcceptTask.
https://jazz.net/jazzdocs/topic/com.ibm.team.build.doc/topics/r_teamaccept.html
Also see the buildNotNecessary attribute on the completeTeamBuild task.
https://jazz.net/jazzdocs/topic/com.ibm.team.build.doc/topics/r_completebuild.html
---
Ryan Manwiller
Jazz Team