Jenkins
-
Jenkins 脚本命名行
清理构建历史 1、删除 历史构建 //项目名称 def jobName = "you-job-name" //删除小于等于64的构建历史 def maxNumb…
-
Jenkins 构建时出现Room数据库Each bind variable in the query must have a matching method parameter. Cannot find method parameters for
在Jenkins构建时候发现这样的一般报错信息: warning: Current JDK version 1.8.0_242-b08 has a bug (https://bug…