提交 6996e215 编写于 作者: Q quicksilver 提交者: JinHai-CN

Add pipeline step to print/get the container logs (#2730)

* Add pipeline step to print/get the container logs
Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>

* Add pipeline step to print/get the container logs
Signed-off-by: Nquicksilver <zhifeng.zhang@zilliz.com>
上级 367c7267
......@@ -81,7 +81,12 @@ pipeline {
steps {
container("milvus-${BINARY_VERSION}-build-env") {
script {
load "${env.WORKSPACE}/ci/jenkins/step/build.groovy"
try{
load "${env.WORKSPACE}/ci/jenkins/step/build.groovy"
} catch (Exception e) {
containerLog "milvus-${BINARY_VERSION}-build-env"
throw e
}
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册