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.
当他强制构建时,我正在使用动态参数从用户那里获取值。用户为我提供了发布目录路径,如果构建成功,我必须在其中发布解决方案,所以任何人都可以告诉我如何在 publishDir 部分中获取此值。
提前致谢。
您可以通过参数名称来引用您的参数,例如,如果您的参数名称是 pubdir,那么您可以使用以下代码调用它。$[pubdir] 在您的 publishdir 部分中。