Update 'Jenkinsfile'

This commit is contained in:
Wojciech Mikołajski 2023-04-15 04:49:31 +02:00
parent e4a06f4949
commit 153e4960b3

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ node {
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) { "KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
sh 'kaggle datasets download -d mssmartypants/water-quality > waterQuality.csv' sh 'kaggle datasets download -d mssmartypants/water-quality > waterQuality.csv'
sh 'ls > output.txt' sh 'ls > output.txt'
archiveArtifacts artifacts: "output.txt archiveArtifacts artifacts: 'output.txt'
} }
} }
} }