Get last successful build number in ant build script
I found how to get last successful build number using built-in rest server http://confluence.jetbrains.net/display/TCD65/How+To...#HowTo...-Getlastsuccessfulbuildnumber . But I need it in my ant built script. Because I must update last successful build db in case if current build is successful too.
Please sign in to leave a comment.
Currently I use next workaround, but built-in variable is better...