提交 1aaa3f1e 编写于 作者: M milvus-ci-robot

make sure to put #!/usr/bin/env groovy at the top of the Jenkinsfile


Former-commit-id: 54f9e98638beec1fc204056aba203b2e74028373
上级 e6793446
#!/usr/bin/env groovy
String cron_timezone = "TZ=Asia/Shanghai"
String cron_string = BRANCH_NAME == "master" ? "H 0 * * * " : ""
cron_string = BRANCH_NAME == "0.5.1" ? "H 1 * * * " : cron_string
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册