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.
我正在编写一个 Jenkins Build Flow Plugin 脚本,并希望从脚本本身访问文件名(这样如果文件被重命名,脚本内容就不必更改)。如何才能做到这一点?
使用 Jenkins Build Flow 插件时,以下工作:
build.dslFile
但是,它是一个私有字段,因此不能保证它适用于所有版本的插件。