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.
我见过一些开源项目在提交之前验证补丁。他们会进行诸如“此补丁是否添加测试?”之类的检查。我很难找到可以让我测试新的 git 补丁并验证它是否将我们需要的内容添加到补丁中的插件。
哪些 jenkins 插件可以让我在构建之前验证补丁?
最好的方法是开始使用Gerrit代码审查。这与 Jenkins 的Gerrit 插件一起将使您轻松地做您想做的事。
我正在尝试修改 bash 脚本以从大量文件中删除恶意代码。
社区将从中受益,所以这里是:
#!/bin/bash grep -r -l 'var createDocumentFragm' /home/user/Desk