fix sintax

This commit is contained in:
Roberto Cirillo 2022-09-30 17:45:53 +02:00
parent 081b52280e
commit a346ad116a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -129,7 +129,7 @@ pipeline {
println "Deploy on going of component: record.get(0)"
catchError(buildResult: 'UNSTABLE', stageResult: 'UNSTABLE') {
checkup(record.get(0), record.get(1), record.get(2));
deploy(record.get(0), record.get(1), record.get(2)s);
deploy(record.get(0), record.get(1), record.get(2));
}
}
}