Commit 1aaa3f1e authored by milvus-ci-robot's avatar milvus-ci-robot
Browse files

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


Former-commit-id: 54f9e98638beec1fc204056aba203b2e74028373
parent e6793446
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
#!/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