mY selenium java代码在本地工作正常并且在Windows中安装了Jenkins但是当我在Jenkins中使用我的代码时如何安装在centos Os中我有这个错误:文件/ var / lib / jenins / workspace / seleniumProject \ resource \ reportConfig。找不到xml资源\ testdata \ edu_testdata_properties.yml(aucun fichier ou dossier de ce type)
jenkins找不到所有目录:String PropertiesyamlFilePath =“resources \ testdata \”+ dataFileProperties;
当我改变\与/它的工作,但问题,我不能在Windows本地执行代码任何想法PLZ?
String dataFileProperties = "EDU_TestData_Properties.yml";
String PropertiesyamlFilePath = "resources\\testdata\\" +
dataFileProperties;