fix parsing function

This commit is contained in:
Roberto Cirillo 2022-04-26 16:01:57 +02:00
parent cf35cd8459
commit 8c9124ba4a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -153,7 +153,7 @@ def parseDeployComponent(def deployList) {
// return
components.add([
name : columns[1],
version : columns[2],
version : columns[2]
]
)
}