Skip to content

Commit

Permalink
enhance: [skip e2e] update helm chart version for nightly (milvus-io#…
Browse files Browse the repository at this point in the history
…37406)

Signed-off-by: nico <[email protected]>
  • Loading branch information
NicoYuan1986 authored Nov 4, 2024
1 parent 0c4321c commit 9fe90bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jenkins/Nightly2.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ String cron_string = BRANCH_NAME == 'master' ? '50 1 * * * ' : ''
// Make timeout 4 hours so that we can run two nightly during the ci
int total_timeout_minutes = 7 * 60

def milvus_helm_chart_version = '4.2.8'
def milvus_helm_chart_version = '4.2.18'

pipeline {
triggers {
Expand Down

0 comments on commit 9fe90bf

Please sign in to comment.