提交 6fdcf1d6 编写于 作者: L liuyq-617

[TD-10780]<CI>Compatibility test

上级 208e2aac
...@@ -487,6 +487,30 @@ pipeline { ...@@ -487,6 +487,30 @@ pipeline {
pre_test() pre_test()
} }
} }
stage('centos7') {
agent{label " centos7 "}
steps {
pre_test()
}
}
stage('ubuntu:trusty') {
agent{label " trusty "}
steps {
pre_test()
}
}
stage('ubuntu:xenial') {
agent{label " xenial "}
steps {
pre_test()
}
}
stage('ubuntu:bionic') {
agent{label " bionic "}
steps {
pre_test()
}
}
stage('build'){ stage('build'){
agent{label " wintest "} agent{label " wintest "}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册