diff --git a/Jenkinsfile b/Jenkinsfile index e3c9b2d..13bd3a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { stage('Testing') { steps { script { - implementations.each { implementations -> + implementations.each { implementation -> stage("Testing to ${implementation}") { echo "Testing" }