Return-Path: X-Original-To: apmail-continuum-issues-archive@www.apache.org Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3605E45D7 for ; Mon, 23 May 2011 03:22:48 +0000 (UTC) Received: (qmail 91578 invoked by uid 500); 23 May 2011 03:22:48 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 91510 invoked by uid 500); 23 May 2011 03:22:47 -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 91490 invoked by uid 99); 23 May 2011 03:22:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 03:22:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.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; Mon, 23 May 2011 03:22:43 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 4B72F14A82E9 for ; Sun, 22 May 2011 22:22:22 -0500 (CDT) Date: Sun, 22 May 2011 22:22:22 -0500 (CDT) From: "Maria Odea Ching (JIRA)" To: issues@continuum.apache.org Message-ID: <26455447.78219.1306120942307.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <14201417.78215.1306120822137.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Updated: (CONTINUUM-2628) Continuum uses SCM credentials provided on project add when executing update-working-copy during release:prepare if the protocol specified in the SCM urls in pom is SSH (using GIT) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 [ http://jira.codehaus.org/browse/CONTINUUM-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching updated CONTINUUM-2628: ---------------------------------------- Summary: Continuum uses SCM credentials provided on project add when executing update-working-copy during release:prepare if the protocol specified in the SCM urls in pom is SSH (using GIT) (was: Continuum uses SCM credentials provided during project add during update-working-copy during release:prepare if the protocol specified in the SCM urls in pom is SSH (using GIT)) > Continuum uses SCM credentials provided on project add when executing update-working-copy during release:prepare if the protocol specified in the SCM urls in pom is SSH (using GIT) > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: CONTINUUM-2628 > URL: http://jira.codehaus.org/browse/CONTINUUM-2628 > Project: Continuum > Issue Type: Bug > Components: Release, SCM > Affects Versions: 1.4.0 (Beta) > Reporter: Maria Odea Ching > Fix For: 1.4.1 (Beta) > > > In the continuum-build agent logs below, the username and password specified in the scm command {{git pull ssh://oching:PASSWORD@github.com/myprivaterepository/myproject.git}} during {{update-working-copy}} are the SCM credentials I provided during project add. > The {{connectionUrl}} and {{developerConnectionUrl}} specified in my POM are {{scm:git:ssh://git@github.com/myprivaterepository/myproject.git}} > I added my project using the POM Url: {{https://github.com/myprivaterepository/myproject/raw/master/pom.xml}} > {code} > 2011-05-23 10:59:02,806 [btpool0-4] INFO org.apache.continuum.distributed.transport.slave.SlaveBuildAgentTransportServer - Preparing release > 2011-05-23 10:59:03,622 [pool-3-thread-1] INFO releasePhase#update-working-copy - Updating local copy against the scm... > 2011-05-23 10:59:03,808 [pool-3-thread-1] INFO releasePhase#update-working-copy - Executing: /bin/sh -c cd /Users/Deng/Checkouts/continuum-trunk/continuum-buildagent/continuum-buildagent-jetty/target/apache-continuum-buildagent-1.4.1-SNAPSHOT/data/working-directory/231 && git symbolic-ref HEAD > 2011-05-23 10:59:03,808 [pool-3-thread-1] INFO releasePhase#update-working-copy - Working directory: /Users/Deng/Checkouts/continuum-trunk/continuum-buildagent/continuum-buildagent-jetty/target/apache-continuum-buildagent-1.4.1-SNAPSHOT/data/working-directory/231 > 2011-05-23 10:59:04,063 [btpool0-4] INFO org.apache.continuum.buildagent.ContinuumBuildAgentServiceImpl - Ping Ok > 2011-05-23 10:59:04,102 [btpool0-4] INFO org.apache.continuum.distributed.transport.slave.SlaveBuildAgentTransportServer - Retrieving listener for releaseId=com.maestrodev.maestro:parent > 2011-05-23 10:59:04,628 [pool-3-thread-1] INFO scmManager - Executing: /bin/sh -c cd /Users/Deng/Checkouts/continuum-trunk/continuum-buildagent/continuum-buildagent-jetty/target/apache-continuum-buildagent-1.4.1-SNAPSHOT/data/working-directory/231 && git pull ssh://oching:PASSWORD@github.com/myprivaterepository/myproject.git master > 2011-05-23 10:59:04,630 [pool-3-thread-1] INFO scmManager - Working directory: /Users/Deng/Checkouts/continuum-trunk/continuum-buildagent/continuum-buildagent-jetty/target/apache-continuum-buildagent-1.4.1-SNAPSHOT/data/working-directory/231 > 2011-05-23 10:59:14,146 [btpool0-0] INFO org.apache.continuum.buildagent.ContinuumBuildAgentServiceImpl - Ping Ok > 2011-05-23 10:59:14,152 [btpool0-0] INFO org.apache.continuum.distributed.transport.slave.SlaveBuildAgentTransportServer - Retrieving listener for releaseId=com.maestrodev.maestro:parent > 2011-05-23 10:59:23,030 [pool-3-thread-1] WARN scmManager - failed to update git, return code 1 > {code} -- 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