Tim
Tim

Reputation: 20360

Is there a bug in the svn rev macro of hudson custom email plugin?

When I try to add the svn revision value to my custom email all I get is always revision 400. The build number is correct and other information seems correct, but the svn info is totally wrong.

Any ideas?

Here is the help page for the email extension.

Upvotes: 0

Views: 107

Answers (1)

William Leara
William Leara

Reputation: 10697

Just a guess, but:

Does your build have more than 1 SVN module? (i.e. multiple "Repository URL" in the "Source Code Management/Subversion" section of the project)

If so, Hudson + the Subversion Plugin cannot ascertain what the revision ID is since there are multiple.

Upvotes: 1

Related Questions