New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: BAM-979
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Brydie McCoy [Atlassian]
Reporter: William Sporrong
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Bamboo

Different time zone on Perforce server does not work

Created: 07/Mar/07 07:04 AM   Updated: 11/Apr/07 08:33 PM
Component/s: Repository (Other)
Affects Version/s: 1.0.1
Fix Version/s: 1.0.4

Time Tracking:
Not Specified

Environment: Standalone on Windows and Linux
Issue Links:
Reference
 

Internal Priority: 3. Medium
Participants: Brydie McCoy [Atlassian], Edwin Wong [Atlassian] and William Sporrong
Since last comment: 1 year, 20 weeks ago
Internal Work Bucket: Confirmed
Number of comments: 2
Labels:


 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Brydie McCoy [Atlassian] added a comment - 09/Apr/07 09:15 PM
Hi William,

Apologies for the late reply this issue seems to have slipped through the cracks.

Good news however, I am currently working on changing the way bamboo detects perforce changes to be based on the change number rather than the time. So, having your servers in different timezones should no longer be a problem.

You can track the progress of this here: http://jira.atlassian.com/browse/BAM-1096

Cheers
Brydie


Brydie McCoy [Atlassian] added a comment - 11/Apr/07 08:32 PM
Hi William,

These changes to the bamboo's change detection have been made, you can find them in the next release.

Cheers
Brydie