|
|
|
[
Permlink
| « Hide
]
Murray Waters [26/Mar/09 03:16 PM]
I have noticed that the promotion occurs correctly when I am logged in as an admin, but not when I am logged in as a normal user.
Please check the "next build version" property of configuration "root.myProject.projects.E2E" (if left blank, please check its parent until there is a non-empty value specified), and tell what the current value is.
Also please attach a screenshot of the promote setting screen when promote as a normal user. Thanks Robin next build version property is:
${convertVersionToLabel(promotion.source.build.repository["cvsrepo"].label)}
where "cvsrepo" above is our cvs repository. I'm still trying to figure out why it would be null referencing that for a normal user but not null for an admin..
This is odd, I've tried the same scenarios and normal user seems to be able to promote correctly. Is it possible that you backup your database to xml and sent it to me for diagnostics?
Another approach is to specify an version variable when the promote setting screen appears: version=${convertVersionToLabel(build.repository["cvsrepo"].label)} And then define the "next build version" property of destination configuration as: ${var["version"]} Regards Robin i've sent you an email with the relevant info.
|