diff --git a/Jenkinsfile_create_dataset b/Jenkinsfile_create_dataset index 7cda0b9..bf6836e 100644 --- a/Jenkinsfile_create_dataset +++ b/Jenkinsfile_create_dataset @@ -54,8 +54,9 @@ pipeline { steps { //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/dataset.py' + sh 'docker build -t jenkins/datasets:1.0 .' + // sh 'pip3 install -r ./ium_z360792/requirements.txt' + // sh 'python3 ./ium_z360792/dataset.py' } } stage('Goodbye!') {