-
Bug
-
Resolution: Duplicate
-
Critical
-
None
-
Windows XP and redHat 4.6
Hi,
First of all sorry if my post isn't in the better place. I'm new here and i don't know the rules exactly.
I have a problem with subversion plugin.
Facts:
I'll trying to checkout my code using the next url "http://[host]/[project]/${VERSIO}" where ${VERSIO} is the name of one tag in a subversion repository that previously i declared using section "This build is parametrized".
the way I declare the variable VERSIO is:
String parameter
Name: VERSIO
Default Value: 1_0_0
Description:
When I execute build the result is:
Started by user anonymous
Checking out a fresh workspace because C:\Documents and Settings\olorasde\.hudson\jobs\plantilla_canigo_INT\workspace\${VERSIO} doesn't exist
Checking out http://10.30.7.203/svn_ctti/plantilla-canigo/1_0_0
A .classpath
...
Seems that code is downloading into C:\Documents and Settings\olorasde\.hudson\jobs\my_app\workspace\1_0_0 but the reality is that the real path into my system is C:\Documents and Settings\olorasde\.hudson\jobs\my_app\workspace\${VERSIO}.
Question:
I think the variable "$ (VERSIO)" is not resolved properly at first before check out. Although it seems that not then create the folder if it resolves the variable because the code is downloaded correctly.
Is this an expected behavior?
- duplicates
-
JENKINS-4547 Subversion checkout directory does not expand variables
- Closed