diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 6047a34381..0168bf39d9 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -266,7 +266,7 @@ def checkTestSuite(Map parallelTasks = [:], Map item = [:]) { parallelTasks["${platform}_${suite}_${tags}"] = generateFunctionalTestStep(name: "${name}", platform: "${platform}", suite: "${suite}", tags: "${tags}", pullRequestFilter: "${pullRequestFilter}") } } else { - log(level: 'WARN', text: "The ${platform}:${suite}:${tags} test suite won't be executed because there are no modified files") + log(level: 'WARN', text: "The ${suite}:${tags} test suite won't be executed in any platform because there are no modified files") } } }