-
Bug
-
Resolution: Fixed
-
Medium
-
1.0.1
-
None
-
Standalone on Windows and Linux
Bamboo's BuildChangeDetector does not take time zones in to consideration when asking Perforce for changes. All Perforce commands assume the time zone of the server. In our case the Perfrorce server runs on PST and the Bamboo server on UTC. The effect is that Bamboo never builds from changes detected in the VCS. The changes are detected and Bamboo issues a p4 changes command using the current date and the date since last build. This command return zero in our case since the server is 8 hours ahead.
I temporarily solved the problem by passing system property user.timezone in the wrapper config.
- is related to
-
BAM-1096 Change the way bamboo detects changes in perforce
-
- Closed
-