small fix

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

2
Jenkinsfile vendored
View File

@ -122,7 +122,7 @@ pipeline {
def records = readCSV file: 'CD/deploy.csv'
for (def record : records) {
println("Processing record: "+record)
if (record.toString().startsWith('#')) return;
// if (record.toString().startsWith('#')) return;
def components.add([
name : record.get(0),
version : record.get(1),