fix sintax

This commit is contained in:
Roberto Cirillo 2022-09-30 17:49:06 +02:00
parent a346ad116a
commit 5c2faa5acd
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -132,6 +132,7 @@ pipeline {
deploy(record.get(0), record.get(1), record.get(2)); deploy(record.get(0), record.get(1), record.get(2));
} }
} }
}
} }
cleanup(DEPLOY_FILE,BACKUP_FILE); cleanup(DEPLOY_FILE,BACKUP_FILE);
} }