gpt4 book ai didi

jenkins - 在 Jenkins 上使用带有警告插件和管道的 PyLint

转载 作者:行者123 更新时间:2023-12-03 13:24:59 28 4
gpt4 key购买 nike

我想使用 PyLint在 Jenkins 上使用 Warnings PluginPipeline ,因为不推荐使用 Violations 插件。
没有文档或完整的示例。
some information :

timeout(time: 5, unit: 'MINUTES') {
sh 'npm run lint:ci'
step([$class: 'WarningsPublisher',
parserConfigurations: [[
parserName: 'JSLint',
pattern: 'pmd.xml'
]],
unstableTotalAll: '0',
usePreviousBuildAsReference: true
])
}
workarounds :
pylint || exit 0
有没有更强大的解决方案?

最佳答案

请注意,|| exit 0 的替代方法或 || echo "failed" (很好)是使用 pylint --exit-zero :

--exit-zero         Always return a 0 (non-error) status code, even if
lint errors are found. This is primarily useful in
continuous integration scripts.

关于jenkins - 在 Jenkins 上使用带有警告插件和管道的 PyLint,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41875412/

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