标签: mongodb jenkins-pipeline
即使没有找到mongo连接且没有测试运行,Jenkins管道也会通过Place[] places阶段 这是简单的Jenkinsfile测试部分:
Place[] places
npm run test
我在构建服务器上本地运行mongo作为docker镜像 我收到了这个错误:
MongoError:无法连接到服务器mongo
但如果没有找到mongo连接或测试用例失败,我希望我的构建失败。