Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210310676
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210310676
Commits
c29d1d9a
Unverified
Commit
c29d1d9a
authored
Mar 3, 2021
by
李盛俊
Committed by
GitHub
Mar 3, 2021
Browse files
Options
Downloads
Patches
Plain Diff
[skip ci] CI nightly open (#4768)
Signed-off-by:
shengjun.li
<
shengjun.li@zilliz.com
>
parent
5ad002ef
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci/jenkins/Jenkinsfile
+1
-1
1 addition, 1 deletion
ci/jenkins/Jenkinsfile
with
1 addition
and
1 deletion
ci/jenkins/Jenkinsfile
+
1
−
1
View file @
c29d1d9a
#
!
/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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment