Update 'Jenkinsfile'
This commit is contained in:
parent
e4a06f4949
commit
153e4960b3
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user