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 进行构建,使用 Jfrog Artifactory 存储所有依赖项并使用 udeploy 将工件部署到服务器。在 Jenkins 中,我们有两个插件,它们将下载所有依赖项并将部署到发布 repo。此外,我们还有一个插件,可以将工件部署到 udeploy 代码站。
我的问题是如何在 Jenkins 和 udeploy 中配置黑鸭扫描?
让 udeploy 充当詹金斯的奴隶。让黑鸭在插件作业配置中扫描该文件夹路径。
这样你就有了最新的扫描源。