Jenkins build failing due to version mismatch
Just today our engineering team updated their RTC Server version to 6.x and our builds via Jenkins is failing due to the reason below. Please suggest what needs to be done in order to get this fixed. Thanks.
RTC : checkout... FATAL: RTC : checkout failure: Your client is version 4.0.5, and the server is version 6.0.2. These versions are not compatible. com.ibm.team.repository.common.ServerVersionCheckException: Your client is version 4.0.5, and the server is version 6.0.2. These versions are not compatible. |
Accepted answer
Generally, client - server differences are only supported with "Client N-1 compatibility". i.e. Client cannot be more than one version older than the server; 4.0.2 is two versions behind 6.0.2 hence the issue you observe. See https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.jazz.install.doc%2Ftopics%2Fc_n-1.html for a more complete discussion.
Ralph Schoon selected this answer as the correct answer
|
One other answer
Ralph Schoon (63.5k●3●36●46)
| answered Jun 29 '16, 9:56 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Update the build system toolkit on the Jenkins machine.
Comments
Pratik Shah
commented Jun 29 '16, 10:18 a.m.
Can you please provide some instructions on how to do that or a direct link to the download? Currently trying to navigate thru the various download links on the Jazz website is cumbersome. Thanks.
Ralph Schoon
commented Jun 29 '16, 10:25 a.m.
| edited Jun 29 '16, 10:47 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The download is always on the RTC download page on the all downloads tab.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.