摘要:
Jenkins在配置节点时使用SSH Username with private key连接时报错ERROR: Server rejected the 1 private key(s) 正确步骤: 1、在master机器生成key然后在slave机器配置,确定master机器可免密连接slave机器 阅读全文
摘要:
原文出处:Git打标签(Tag) 列出所有标签 git tag 通配符过滤标签 git tag -l "v1.0.0-RC5*" 新建tag git tag tagName 创建带备注得tag git tag -a tagName -m "my tag" 推送tag到远程 git push orig 阅读全文
摘要:
选择【lanch agent by connecting it to the master】这个选项时--默认选项,报错如下 Either WebSocket mode is selected, or the TCP port for inbound agents must be enabled: 阅读全文
摘要:
问题描述: 执行build clean命令成功,执行gradle assemble${BUILDTYPE}Release时报错 FAILURE: Build failed with an exception. * What went wrong: Gradle build daemon disapp 阅读全文