diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index a851abfd6e..152185887f 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -264,8 +264,8 @@ def doSlackSend(String color) { buildStatus = "Passed" } - def testSuites = "${params.runTestsSuites}" - if (testSuites == "") { + def testsSuites = "${params.runTestsSuites}" + if (testsSuites == "") { testsSuites = "All suites" }