I have defined a continuous integration job using parameter and security token.
It uses job URL :
http://jenkins.les.internets/job/SvnNotification/buildWithParameters?repositoryName=ITS
When this job is triggered after a git push, it works correctly and in my jenkins job, I have repositoryName=ITS
When this job is triggered after a SVN commit, URL used to access Jenkins is not correct and I have repositoryName=ITS/build?token=other. Additionally, security token is not correctly taken into account.