提交 68c9e2fc 编写于 作者: T tangfangzhi

add arm32 to Jenkinsfile2

上级 da38834f
......@@ -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.
先完成此消息的编辑!
想要评论请 注册