0

I have created choice parameted using Extended Choice Parameter property files. When used locally jenkins sees file's path correctly and choices are visible, but when I use deployed version and try to get the property file from git repository it does not recognize the path. I use pipeline script from SCM, pass credentials and connect with no problems. Jenkins file is read from git repository correctly. Can the Extended Choice Paramters use git files? What is it's working directory? I don't know where the extension is looking for for this files.

  • the plugin will look for the property file in the Jenkins workspace on the Jenkins agent, not in the Git repository. `workspace` is the directory on the Jenkins agent where Jenkins stores the files that are checked out from the Git repository. – DanTe Dec 30 '22 at 16:38

0 Answers0