Everyone, I am new to Jenkins and am trying to build a software baseline in which over half of the files are soft linked back to other locations within the file system. However, when Jenkins tries to build these soft linked files, I get the following error: Error: Expected to find <filename> at: .... (full path of file)
When I do a 'ls -l <full path of file>' in a terminal window, the file exists, but it is linked as follows: -r-x.. <file name> -> <full path to where the file actually exists> How can I get Jenkins to recognize and navigate to the <full path to where the file actually exists> using the soft/symbolic link? Thanks, Sara -- View this message in context: http://jenkins.361315.n4.nabble.com/Jenkins-soft-symbolic-links-tp4648331.html Sent from the Jenkins issues mailing list archive at Nabble.com.