Jenkins Specify Remote Root Directory which creates “workspace” folder in the folder structure which i dont want

拜拜、爱过 提交于 2021-02-10 17:52:25

问题


I tried searching on different sites but couldn't find answer. My Question is In Jenkins Slave Node, In Remote root directory, I specified -C:\MyJenkinsRun\ and it is creating folder structure as C:\MyJenkinsRun\workspace\Myprojectname Actually I dont want workspace named folder. I just want C:\MyJenkinsRun\Myprojectname. In My Master, it is Not creating workspace named folder. It is creating the way I want which is C:\MyJenkinsRun\Myprojectname. I did many different ways to specify Remote Root directory in slave but counldn't find answer. By the way My Global Configure system, Workspace Root Directory is set up as C:\MyJenkinsRun/${ITEM_FULLNAME} and Build Record Root Directory is set up as ${ITEM_ROOTDIR}/builds.

来源:https://stackoverflow.com/questions/46588929/jenkins-specify-remote-root-directory-which-creates-workspace-folder-in-the-fo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!