共1篇相关文章
问题复现 最近写了一个groovy替换程序增量流水线脚本(会Java也能看懂),示意脚本如下: 获取文件列表方法 def listFiles(folder) { def output = sh(script: &quot...