Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Mikołaj Perz 2023-04-20 17:24:19 +02:00
parent 3faf48962c
commit b0956fec34

View File

@ -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!') {