Skip to content

Commit

Permalink
Merge pull request #1655 from zyyw/jenkinsfile-20231206
Browse files Browse the repository at this point in the history
fix: update settings.cases order
  • Loading branch information
Shengwen YU authored Dec 6, 2023
2 parents a971e5d + 627ff9b commit 726c44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def properties = {

def caseSettings = {
CaseSettings settings = new CaseSettings()
settings.cases = "gc,common,database,trivy"
settings.cases = "gc,trivy,common,database"
return settings
}

Expand Down

0 comments on commit 726c44e

Please sign in to comment.