I am trying to get CI going with Jenkins. To date, we have been performing two scheduled builds in our environment, but our dev staff wants to get CI working. I have follo
Please take a look at your URL. Since Jenkins is a web application running in a servlet container the following one must work:
http(s)://server_name:server_port/application_name/subversion/${UUID}/notifyCommit?rev=$REV"
The idea is to pass
"subversion/${UUID}/notifyCommit?rev=$REV"
to the right place.