From 5c2faa5acd4f12c3a34824a7b47513f37e65b3e2 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Fri, 30 Sep 2022 17:49:06 +0200 Subject: [PATCH] fix sintax --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index afb0d40..ca86ff8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -132,6 +132,7 @@ pipeline { deploy(record.get(0), record.get(1), record.get(2)); } } + } } cleanup(DEPLOY_FILE,BACKUP_FILE); }