From 7345fe27a4b5957c840fa3fb628ac1e37acf6b4a Mon Sep 17 00:00:00 2001 From: s444380 Date: Sun, 27 Mar 2022 12:28:41 +0200 Subject: [PATCH] Typo fix in Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0ee758d..2b8a4b9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { steps { withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", "KAGGLE_KEY=${params.KAGGLE_KEY}", - "CUTOFF=%{params.CUTOFF}"]) { + "CUTOFF=${params.CUTOFF}"]) { sh "./download_data.sh $CUTOFF" archiveArtifacts artifacts: "crime.test, crime.dev, crime.train", onlyIfSuccessful: true }