Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 28104 invoked from network); 15 May 2009 18:41:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 May 2009 18:41:14 -0000 Received: (qmail 77798 invoked by uid 500); 15 May 2009 18:41:14 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 77751 invoked by uid 500); 15 May 2009 18:41:14 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 77741 invoked by uid 99); 15 May 2009 18:41:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 18:41:14 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 18:41:05 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id ECE1314A81A1 for ; Fri, 15 May 2009 13:40:44 -0500 (CDT) Message-ID: <25051665.215861242412844938.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Fri, 15 May 2009 13:40:44 -0500 (CDT) From: "Wendy Smoak (JIRA)" To: issues@continuum.apache.org Subject: [jira] Commented: (CONTINUUM-565) Forced builds should say who (which continuum user) forced the build MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=176661#action_176661 ] Wendy Smoak commented on CONTINUUM-565: --------------------------------------- Initial investigation DefaultBuildController.java has method public void build( int projectId, int buildDefinitionId, int trigger, ScmResult scmResult ) 'build' is called from BuildProjectTaskExecutor.java: {noformat} public void executeTask( Task task ) throws TaskExecutionException { BuildProjectTask buildProjectTask = (BuildProjectTask) task; controller.build( buildProjectTask.getProjectId(), buildProjectTask.getBuildDefinitionId(), buildProjectTask.getTrigger(), buildProjectTask.getScmResult() ); } {noformat} - 'trigger' is an integer, no additional info such as username is passed in - Brett suggested 'trigger' should be a class rather than an int - username needs to get into BuildProjectTask so it's available in BuildProjectTaskExecutor when calling controller.build more in 20090514 #continuum irc log > Forced builds should say who (which continuum user) forced the build > -------------------------------------------------------------------- > > Key: CONTINUUM-565 > URL: http://jira.codehaus.org/browse/CONTINUUM-565 > Project: Continuum > Issue Type: Improvement > Components: Core system > Reporter: Jamie Flournoy > Priority: Minor > Fix For: 1.x > > > Currently if a build is forced the build history and notifications don't say who forced it. It would be nice if that was part of the history and notifications. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira