提交 4e34b78d 编写于 作者: L liuyq-617

add stage after build

上级 8930b00e
......@@ -267,6 +267,17 @@ pipeline {
}
}
}
stage('after_build'){
agent{label 'master'}
when {
changeRequest()
}
steps {
sh'''
df -h
'''
}
}
}
post {
success {
......
......@@ -92,7 +92,7 @@ class TDTestCase:
col_list = [ 'col1' , 'col2' , 'col3' , 'col4' , 'col5' , 'col6' , 'col7' , 'col8' , 'col9' , 'col11' , 'col12' , 'col13' , 'col14' , '1' , '1.1' , 'NULL' ]
op_list = [ '+' , '-' , '*' , '/' , '%' ]
err_list = [ 'col7' , 'col8' , 'col9' , 'NULL' ]
order_lsit = [ ' order by ts ', ' order by ts desc ', ' order by ts asc ']
order_lsit = [ ' order by ts ', ' order by ts desc ', ' order by ts asc']
for i in col_list :
for j in col_list :
for k in op_list :
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册