Testing dynamic Jenkinsfile
This commit is contained in:
parent
29b166eca8
commit
af8d1d8d03
|
|
@ -18,7 +18,7 @@ pipeline {
|
|||
stage('Testing') {
|
||||
steps {
|
||||
script {
|
||||
implementations.each { implementations ->
|
||||
implementations.each { implementation ->
|
||||
stage("Testing to ${implementation}") {
|
||||
echo "Testing"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue