Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 22:32:44 +03:00
parent e890135a29
commit f6f84a61c8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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]}"
}
}
}