small fix

This commit is contained in:
Roberto Cirillo 2022-09-30 17:23:35 +02:00
parent 6937a900b8
commit b39f166d81
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -123,7 +123,7 @@ pipeline {
for (def record : records) {
println("Processing record: "+record)
// if (record.toString().startsWith('#')) return;
def components.add([
components.add([
name : record.get(0),
version : record.get(1),
host : record.get(2)