Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 22:37:52 +03:00
parent 29b166eca8
commit af8d1d8d03
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ pipeline {
stage('Testing') { stage('Testing') {
steps { steps {
script { script {
implementations.each { implementations -> implementations.each { implementation ->
stage("Testing to ${implementation}") { stage("Testing to ${implementation}") {
echo "Testing" echo "Testing"
} }