[
http://jira.codehaus.org/browse/CONTINUUM-2437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wendy Smoak updated CONTINUUM-2437:
-----------------------------------
Fix Version/s: 1.3.6
> SCM tag field is not propagated to buildagent
> ---------------------------------------------
>
> Key: CONTINUUM-2437
> URL: http://jira.codehaus.org/browse/CONTINUUM-2437
> Project: Continuum
> Issue Type: Bug
> Components: Distributed Builds
> Affects Versions: 1.3.4
> Environment: Linux Red Hat EL 5.4, Sun java 1.6.0_04
> Reporter: Alftheo Potgieter
> Priority: Blocker
> Fix For: 1.3.6
>
> Attachments: continuum-buildagent-core-1.3.4-scmtag.patch,
> continuum-builder-1.3.4-scmtag.patch
>
>
> The build agent never receives the SCM branch/tag field when building
> I am using continuum 1.3.4. The pom file looks like this:
> <?xml version="1.0" encoding="UTF-8"?>
> <project xmlns="http://maven.apache.org/POM/4.0.0"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> http://maven.apache.org/maven-v4_0_0.xsd">
> <modelVersion>4.0.0</modelVersion>
>
> <groupId>starteam-test</groupId>
> <artifactId>starteam-test</artifactId>
> <version>1</version>
> <packaging>jar</packaging>
> <name>Starteam Checkout by Label</name>
> <scm>
>
> <connection>scm:starteam:user:p...@server:49201:/nonexistent</connection>
> <tag>starteam-label-name</tag>
> </scm>
> </project>
> And the result in the continuum-buildagent.log is this:
> INFO scmManager - Command line: /bin/sh -c stcmd co -x -nologo -stop -p
> u...@server:49201/nonexistent -fp
> /usr/local/applications/data/working-directory/704 -is -eol on
> The command line would have included "-vl starteam-label-name" if the SCM tag
> was used.
--
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