共计 157 个字符,预计需要花费 1 分钟才能阅读完成。
首先需要安装 Workspace Cleanup 插件(默认新版本应该是安装好的)
参考官网 https://github.com/jenkinsci/ws-cleanup-plugin
stages{stage('清除空间') {
steps {
// Clean before build
cleanWs()}
}
}
我设置的如下
打包效果如下
正文完