Bug 256644 - devel/jenkins use log parameter instead >> ${jenkins_log_file}
Summary: devel/jenkins use log parameter instead >> ${jenkins_log_file}
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-16 12:28 UTC by Olli Hauer
Modified: 2021-06-20 01:44 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (lwhsu)


Attachments
patch log parameter (749 bytes, patch)
2021-06-16 12:28 UTC, Olli Hauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2021-06-16 12:28:52 UTC
Created attachment 225857 [details]
patch log parameter

Using the official --logfile=${jenkins_log_file} directive for a long time in my jenkins and it works as expected.

With the current log directive not everything is catched additional it seems the log is bufferd
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-06-20 00:51:29 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=af26a4b17feeae1070cafe98139032b5a93f97bb

commit af26a4b17feeae1070cafe98139032b5a93f97bb
Author:     Olli Hauer <ohauer@FreeBSD.org>
AuthorDate: 2021-06-20 00:48:26 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-06-20 00:50:17 +0000

    devel/jenkins: Use native log parameter instead of >> ${jenkins_log_file}

    PR:             256644

 devel/jenkins/Makefile         | 1 +
 devel/jenkins/files/jenkins.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)