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