[Pharo-project] is there a way I can see the PharoDebug of a hudson job?
because a test is red and I don't have enough information with the small stack show in Hudson. THanks -- Mariano http://marianopeck.wordpress.com
builder.sh writes "PharoDebug.log" and since recently also "crash.dmp" to the error console, so that Jenkins displays them in the build log. Also you can find all build-artifacts (such as PharoDebug.log and crash.dmp) in the workspace. Lukas On 13 August 2011 14:30, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
because a test is red and I don't have enough information with the small stack show in Hudson.
THanks
-- Mariano http://marianopeck.wordpress.com
-- Lukas Renggli www.lukas-renggli.ch
Thanks Lukas. I cannot see this in the Jenkis server of Pharo. I guess we are using an "old" builder.sh or whatever scsript ?? On Sat, Aug 13, 2011 at 2:49 PM, Lukas Renggli <renggli@gmail.com> wrote:
builder.sh writes "PharoDebug.log" and since recently also "crash.dmp" to the error console, so that Jenkins displays them in the build log. Also you can find all build-artifacts (such as PharoDebug.log and crash.dmp) in the workspace.
Lukas
On 13 August 2011 14:30, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
because a test is red and I don't have enough information with the small stack show in Hudson.
THanks
-- Mariano http://marianopeck.wordpress.com
-- Lukas Renggli www.lukas-renggli.ch
-- Mariano http://marianopeck.wordpress.com
or you can configure the job to archive those files as another artifact (for instance, "log-files.zip") and then download it from hudson. (without accessing the hudson server). On Sat, Aug 13, 2011 at 9:49 AM, Lukas Renggli <renggli@gmail.com> wrote:
builder.sh writes "PharoDebug.log" and since recently also "crash.dmp" to the error console, so that Jenkins displays them in the build log. Also you can find all build-artifacts (such as PharoDebug.log and crash.dmp) in the workspace.
Lukas
On 13 August 2011 14:30, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
because a test is red and I don't have enough information with the small stack show in Hudson.
THanks
-- Mariano http://marianopeck.wordpress.com
-- Lukas Renggli www.lukas-renggli.ch
participants (3)
-
Bernardo Ezequiel Contreras -
Lukas Renggli -
Mariano Martinez Peck