jenkins报SSH: Current build result is [NOT_BUILT], not going to run.错误
jenkins报SSH: Current build result is [NOT_BUILT], not going to run.
·
起因:jenkins构建整个项目中的jar包推送到远程服务器,由于单个jia包推送到服务器,有的成功,有的报这个错误 SSH: Current build result is [NOT_BUILT], not going to run. jar包也是构建成功的,就是没有推送到远程服务器
解决方法:
(1):下载插件 Fail The Build ;
(2):项目配置修改 → Pre Steps → Set the build result → Success;
(3)再次build就可以推送到远程服务器上了;
更多推荐
所有评论(0)