Update 'Jenkinsfile'

This commit is contained in:
Wojciech Mikołajski 2023-04-17 21:35:21 +02:00
parent eab5a4d838
commit 40c80fb2d8

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ node {
sh 'echo CUT: $CUT'
sh 'kaggle datasets download -d mssmartypants/water-quality > output.txt'
sh 'unzip -o water-quality.zip >> output.txt'
sh 'python3 create_dataset.py >> output.txt'
sh 'python3 create_dataset.py $CUT >> output.txt'
archiveArtifacts artifacts: 'waterQuality.csv, output.txt'
}
}