简体   繁体   English

是否可以访问Jenkins从机文件?

[英]Is it possible to access Jenkins slave machine's files?

I have Jenkins master installed in cloud service in linux server. 我在Linux服务器的云服务中安装了Jenkins master。 I have also installed Jenkins in my local machine (Windows). 我还已经在本地计算机(Windows)中安装了Jenkins。 The local machine version of Jenkins is working as a slave. Jenkins的本地计算机版本正在作为从属。 Slave setup is configured in master location. 从站设置在主位置中配置。 The connection between them works fine. 它们之间的连接正常。

I have a plugin in Jenkins master where I need to provide an application directory. 我在Jenkins master中有一个插件,需要提供应用程序目录。 This application directory is located only in my slave machine. 该应用程序目录仅位于我的从属计算机中。 So I would like to know that is it possible to tell to Jenkins master that the application directory is located at slave machine? 所以我想知道是否可以告诉Jenkins主机应用程序目录位于从机上? If yes how it is done? 如果是,如何完成?

I have been searching in Google, but not found any solution yet. 我一直在Google搜索,但尚未找到任何解决方案。

复制到从站插件允许在从站与主站之间进行复制

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM