Skip to content
Snippets Groups Projects
Unverified Commit c29d1d9a authored by 李盛俊's avatar 李盛俊 Committed by GitHub
Browse files

[skip ci] CI nightly open (#4768)

parent 5ad002ef
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env groovy #!/usr/bin/env groovy
String cron_timezone = "TZ=Asia/Shanghai" String cron_timezone = "TZ=Asia/Shanghai"
String cron_string = BRANCH_NAME == "1.0.0" ? "50 22 * * * " : "" String cron_string = BRANCH_NAME == "1.x" ? "50 22 * * * " : ""
pipeline { pipeline {
agent none agent none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment