最佳答案
在某些情况下,我想让构建失败。我该怎么做呢?
我试过:
throw RuntimeException("Build failed for some specific reason!")
这实际上会导致构建失败。但是,日志显示了异常:
org.jenkinsci.plugins.scriptsecurity.sandbox.RejectedAccessException: Scripts not permitted to use new java.lang.RuntimeException java.lang.String
这让用户有点困惑,有更好的办法吗?