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.
我有一个创建 cppcheck XML 报告的 Jenkins 工作。我需要将此报告发布到 Jenkins。
这有效:
这不起作用:
所以在我看来,詹金斯在这种特定情况下没有正确扩展环境变量。知道我应该怎么做吗?
有点晚了,但是如果您使用管道并已Lightweight checkout选择,您的变量将不会扩展...
Lightweight checkout