问题记录:jenkins流水线报错java.lang.NoSuchMethodError: No such DSL method ‘cleanWs‘ found among steps
jenkins流水线报错java.lang.NoSuchMethodError: No such DSL method 'cleanWs' found among steps
·
这是因为 pipline script中用到了内置的cleanWs()功能,但没安装插件导致用不了。
需安装插件Workspace Cleanup,在jenkins主页,左侧点击Manage Jenkins,找到plugins选项,搜索如下插件安装:
更多推荐
所有评论(0)