You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Maria Odea Ching (JIRA)" <ji...@codehaus.org> on 2011/05/23 05:20:22 UTC

[jira] Created: (CONTINUUM-2628) 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 during project add during 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


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-r1124588/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-r1124588/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

        

[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)

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching updated CONTINUUM-2628:
----------------------------------------

    Fix Version/s: 1.4.1 (Beta)

> 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
>            Assignee: 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

        

[jira] Issue Comment Edited: (CONTINUUM-2628) Continuum uses SCM credentials provided on project add when checking out and updating working copy during project build and during release:prepare when using GIT and SSH in SCM urls

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=268220#action_268220 ] 

Maria Odea Ching edited comment on CONTINUUM-2628 at 5/23/11 2:22 PM:
----------------------------------------------------------------------

Updated summary to reflect the entire affected parts.

      was (Author: oching):
    Updated subject to reflect the entire affected parts.
  
> Continuum uses SCM credentials provided on project add when checking out and updating working copy during project build and during release:prepare when using GIT and SSH in SCM urls
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 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
>            Assignee: 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

        

[jira] Closed: (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)

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching closed CONTINUUM-2628.
---------------------------------------

    Resolution: Fixed

Fixed in continuum trunk [-r1126624|http://svn.apache.org/viewvc?rev=1126624&view=rev] with the following changes:
* use credentials (if) specified in scm url when using ssh protocol for git scm provider, otherwise use scm credentials specified on project add on checkout and update of working copy actions
* added unit tests for setting correct credentials to use in continuum actions

> 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
>            Assignee: 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

        

[jira] Assigned: (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)

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching reassigned CONTINUUM-2628:
-------------------------------------------

    Assignee: Maria Odea Ching

> 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
>            Assignee: 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

        

[jira] Commented: (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)

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=268217#action_268217 ] 

Maria Odea Ching commented on CONTINUUM-2628:
---------------------------------------------

Additional fixes committed in continuum trunk for continuum-release [-r1126667|http://svn.apache.org/viewvc?rev=1126667&view=rev].

> 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
>            Assignee: 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

        

[jira] Updated: (CONTINUUM-2628) Continuum uses SCM credentials provided on project add when checking out and updating working copy during project build and during release:prepare when using GIT and SSH in SCM urls

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ 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 checking out and updating working copy during project build and during release:prepare when using GIT and SSH in SCM urls  (was: 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))

Updated subject to reflect the entire affected parts.

> Continuum uses SCM credentials provided on project add when checking out and updating working copy during project build and during release:prepare when using GIT and SSH in SCM urls
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 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
>            Assignee: 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

        

[jira] Updated: (CONTINUUM-2628) 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)

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching updated CONTINUUM-2628:
----------------------------------------

    Description: 
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}

  was:
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-r1124588/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-r1124588/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}


> 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)
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 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

        

[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)

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ 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