gpt4 book ai didi

Git 格式补丁不显示在 Jenkins 控制台中

转载 作者:行者123 更新时间:2023-12-04 19:09:37 26 4
gpt4 key购买 nike

我正在使用 git format patch [commit_id]在 Jenkins 作业中生成补丁数量,如下所示:

git format patch 198h2idn3912

这会生成 4 个补丁
0001-Test1.patch<br>
0002-Test2.patch<br>
0003-Test3.patch<br>
0004-Test4.patch`<br>

以上显示在 Jenkins 控制台中。

我的要求是生成相同的补丁,但它不应该在控制台中显示,好像有 1000 或更多数量的补丁然后控制台变大并且变得难以打开。

最佳答案

你有option --quiet :

-q
--quiet

Do not print the names of the generated files to standard output.



这样,不需要输出重定向。

关于Git 格式补丁不显示在 Jenkins 控制台中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59816822/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com