mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
6 lines
202 B
Groovy
6 lines
202 B
Groovy
timeout(time: 30, unit: 'MINUTES') {
|
|
dir ("ci/scripts") {
|
|
sh "./run_unittest.sh -i ${env.MILVUS_INSTALL_PREFIX} --mysql_user=root --mysql_password=123456 --mysql_host=\"127.0.0.1\""
|
|
}
|
|
}
|