onepremise / gReview

A Bamboo plugin integrating Gerrit which allows Bamboo to verify changes and update the Gerrit review system.
Apache License 2.0
15 stars 23 forks source link

[greview gerrit plugin]Gerrit information #25

Closed maverick229 closed 9 years ago

maverick229 commented 11 years ago

Hi,

I notice that the greviewplugin polls the source repository for any changes being submitted,is there a place/log where the change being submitted is saved by bamboo...we need this information to do some post-processing activities

Thanks,

onepremise commented 11 years ago

This is covered in the readme under debugging:

https://github.com/onepremise/gReview/blob/master/README.md

Check your Bamboo home directory for log output:

Ex: bamboo-home\logs\atlassian-bamboo.log

If you're after the physical location of your checked out code, it should be listed in your log. Looking at one of the other problems you submitted, it looks like here:

code to directory '/local/mnt/workspace/bamboo-agent-2/xml-data/build-dir/QWbuild-buildCI0-JOB1/vendor/test/proprietary/\wlan',

One think i notice immediately is the use of a backslash in the path before wlan. Is this on purpose?

maverick229 commented 11 years ago

no such info in the log

On Tue, Dec 18, 2012 at 1:41 PM, Jason Huntley notifications@github.comwrote:

This is covered in the readme under debugging:

https://github.com/onepremise/gReview/blob/master/README.md

Check your Bamboo home directory for log output:

Ex: bamboo-home\logs\atlassian-bamboo.log

If you're after the physical location of your checked out code, it should be listed in your log. Looking at one of the other problems you submitted, it looks like here:

code to directory

'/local/mnt/workspace/bamboo-agent-2/xml-data/build-dir/QWbuild-buildCI0-JOB1/vendor/test/proprietary/\wlan',

One think i notice immediately is the use of a backslash in the path before wlan. Is this on purpose?

— Reply to this email directly or view it on GitHubhttps://github.com/onepremise/gReview/issues/25#issuecomment-11506493.

onepremise commented 11 years ago

Are you working with remote agents? There is a separate log file for remotes. Sorry to hear you're having difficulties. I wish I could be of more assistance, but i'm currently tasked with other priorities right now. You could inquire my employer if you would like to pay for higher tiered support, but that would be something new to me as we only use this internally right now. If you're interested, just let me know. Otherwise, I'll eventually make it back to this issue queue and try to resolve them when I have time.

maverick229 commented 11 years ago

ya,we are interested,how much would that be if we need to pay,also you mentioned you are new to this,do you think we could get thes done,I dont want to end up payin gand not getting the job done

On Wed, Dec 19, 2012 at 11:43 AM, Jason Huntley notifications@github.comwrote:

Are you working with remote agents? There is a separate log file for remotes. Sorry to hear you're having difficulties. I wish I could be of more assistance, but i'm currently tasked with other priorities right now. You could inquire my employer if you would like to pay for higher tiered support, but that would be something new to me as we only use this internally right now. If you're interested, just let me know. Otherwise, I'll eventually make it back to this issue queue and try to resolve them when I have time.

— Reply to this email directly or view it on GitHubhttps://github.com/onepremise/gReview/issues/25#issuecomment-11544961.

onepremise commented 11 years ago

Hi, I responded to the warren.buffet email regarding support. Are you Gopi? Did you ever find the log entries? I assume you have debug turned on under the admin console and you added the gReview debug token? Also, did you say you were using a remote agent? If so, the logs are stored in a diff location.

onepremise commented 9 years ago

Inactive.