I have a question, if it is possible to define a String parameter and use it in url repository? It always writes red that the repository does not exist, when I use a parameter like this ${NAME}
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you are fully allowed to do that. In fact, I do this every day, where my branch builds append the branch number (from a dropdown parameter) to the URL
http://svn.repo.com/some_project/branch/${NAME}is a valid SVN Repo URLTo avoid the red warning message, do the following:
Just one note on polling. The SVN polling will use the last full (with the expanded variable) URL that was run. In other words, it will remember your ${NAME} parameter for polling, until you run the job with a different value for {NAME}