I have a multi-module-maven project.
The jenkins job pipe is like that in my case:
But now the changes of the POMs and the Version.properties are not updated in the tag. So my question is, which workspace is tagged in CVS. What do i have to do to include the version changes in my tag?
Thank you for the fast response!
I have added a cvs commit after step 6 (maven build):
cvs commit -m "blabla"
the result is that the changes are commited but in the tag still the preversion is there. because of that my question was which workspace jenkins is tagging.
You are missing a CVS commit between step 6 and 7.