Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Mikołaj Perz 2023-04-20 20:40:40 +02:00
parent b937494be0
commit c16642d7df

View File

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