diff --git a/test/e2e/ci/Jenkinsfile b/test/e2e/ci/Jenkinsfile index 8b61b0e8b6..a14c309d6a 100644 --- a/test/e2e/ci/Jenkinsfile +++ b/test/e2e/ci/Jenkinsfile @@ -32,8 +32,8 @@ pipeline { ) string( name: 'TEST_SCOPE', - description: 'Paste tag to run specific scope of tests.', - defaultValue: '' + description: 'Paste a known mark to run tests labeled with this mark', + defaultValue: 'critical' ) string( name: 'TESTRAIL_RUN_NAME',