From b0956fec34c19d54d23bee3be5ec8560607ec16d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Perz?= Date: Thu, 20 Apr 2023 17:24:19 +0200 Subject: [PATCH] Update 'Jenkinsfile_create_dataset' --- Jenkinsfile_create_dataset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_create_dataset b/Jenkinsfile_create_dataset index 4c9c8d8..ee88150 100644 --- a/Jenkinsfile_create_dataset +++ b/Jenkinsfile_create_dataset @@ -55,7 +55,7 @@ pipeline { //Wypisz wartość parametru w konsoli (To nie jest polecenie bash, tylko groovy!) sh 'echo $KAGGLE_KEY' sh 'pip3 install -r ./ium_z360792/requirements.txt' - sh 'python3 ./ium_z360792/datasets.py' + sh 'python3 ./ium_z360792/dataset.py' } } stage('Goodbye!') {