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); }