mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 06:55:27 +08:00
make sure to put #!/usr/bin/env groovy at the top of the Jenkinsfile
Former-commit-id: 5af0774e12ea9d10f3fe10b77336df22d748c7de
This commit is contained in:
parent
e3e22cedc5
commit
28ac93a226
2
ci/jenkins/Jenkinsfile
vendored
2
ci/jenkins/Jenkinsfile
vendored
@ -1,3 +1,5 @@
|
||||
#!/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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user