Testing dynamic Jenkinsfile
This commit is contained in:
parent
e890135a29
commit
f6f84a61c8
|
|
@ -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]}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue