未验证 提交 9b539710 编写于 作者: H Hui Li 提交者: GitHub

Merge pull request #10347 from taosdata/feature/TD-13388_ARM32_2.4

add arm32 to Jenkinsfile2
......@@ -247,14 +247,14 @@ pipeline {
}
}
parallel {
stage ('build worker06_arm64') {
agent {label " worker06_arm64 "}
stage ('build worker08_arm32') {
agent {label " worker08_arm32 "}
steps {
timeout(time: 20, unit: 'MINUTES') {
pre_test()
script {
sh '''
echo "worker06_arm64 build done"
echo "worker08_arm32 build done"
date
'''
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册