diff --git a/Jenkinsfile b/Jenkinsfile
index 599fd62..3645616 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -6,7 +6,7 @@ pipeline {
         description: 'Kaggle username',
         name: 'KAGGLE_USERNAME',
         trim: false
-    ),
+    )
     password(
         defaultValue: '',
         description: 'Kaggle token taken from kaggle.json file, as described in https://github.com/Kaggle/kaggle-api#api-credentials',