Point jenkins to self in jjb deploy job

PROD-37197

Change-Id: I28786a4dfc943b608a8b6337ebb1cbb05e1c3655
diff --git a/jobs/pipelines/self-deploy-jobs.groovy b/jobs/pipelines/self-deploy-jobs.groovy
index 2d048be..3d73b5a 100644
--- a/jobs/pipelines/self-deploy-jobs.groovy
+++ b/jobs/pipelines/self-deploy-jobs.groovy
@@ -23,6 +23,7 @@
                     cp jobs/config/sre-jenkins-job-builder-example.ini ${tmp_jenkins_config}
                     sed -i "s/user=some_user/user=\${juser}/g" ${tmp_jenkins_config}
                     sed -i "s/password=some_password/password=\${jpass}/g" ${tmp_jenkins_config}
+                    sed -i "s|url=.*|url=${env.JENKINS_URL}|" ${tmp_jenkins_config}
                     """
                 }
             }