gpt4 book ai didi

jenkins - 不推荐使用不带 block 参数的 ‘stage’ 步骤

转载 作者:行者123 更新时间:2023-12-02 09:08:15 24 4
gpt4 key购买 nike

构建 Jenkins 管道作业(Jenkins 版本 2.7.4)时,我收到此警告:

Using the ‘stage’ step without a block argument is deprecated

如何修复它?

管道脚本片段:

stage 'Workspace Cleanup'
deleteDir()

最佳答案

来自 Jenkins 管道阶段步骤 doc :

An older, deprecated mode of this step did not take a blockargument...

为了删除警告,只需添加一个 block 参数:

stage('Stage Name') {
// some block
}

您还可以使用 Snippet Generator 生成阶段步骤.

关于jenkins - 不推荐使用不带 block 参数的 ‘stage’ 步骤,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39445488/

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