From 04b938b22e9bda82704694510824647c697db4b1 Mon Sep 17 00:00:00 2001 From: Anna Nowak Date: Sun, 11 Apr 2021 22:23:16 +0200 Subject: [PATCH] =?UTF-8?q?Brakuj=C4=85cy=20nawias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 61da745..50b63f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { { steps { withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}", - "KAGGLE_KEY=${params.KAGGLE_KEY}") { + "KAGGLE_KEY=${params.KAGGLE_KEY}"]) { sh 'python3.8 \"Zadanie 1.py\"' } }