Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 Hudson CI 插件。
问题:是否有任何功能可以为我提供特定工作的工作空间?我需要遍历这个工作区来获取这些工作区中的文件。
http://javadoc.jenkins-ci.org/hudson/model/AbstractBuild.html#getWorkspace%28%29
hudson.model.AbstractBuild.getWorkspace().toURI()
您应该在大多数地方都有参考,build这将很有用。
build