Hi Everyone, I'm having a strange problem with the complete property of a BuildInstance in coffeescript. I've registered for on change messages for a build collection, which works great. The only problem is, inside the onChange(build) method I'm always getting false for build.complete, but if I $log.debug the build object itself I can drill down and see that complete is set to true. Other members are fine, like build.number and build.state_string. typeof build.complete is a Boolean.
I'm running through the gulp proxy. And I'm running relatively recent code, I haven't updated to beta 6 yet though. I'm not sure if that matters. Any ideas? Thx. -Greg
_______________________________________________ users mailing list [email protected] https://lists.buildbot.net/mailman/listinfo/users
