diff --git a/Jenkinsfile b/Jenkinsfile index ae11e6b..78a04b8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { steps { script { for (int i = 0; i < tests.size(); ++i) { - echo "Testing the ${test[i]} browser" + echo "Testing the ${test[i]}" } } }