Convert file separator in path variables October 05, 2011 When Jenkins invoke shell scripts, it pass its environment variables to it. Include workspace path. But file separator is Java like ('/') instead of windows like ('\'). Read more