Update 'Jenkinsfile'
This commit is contained in:
parent
40c80fb2d8
commit
5c81c6f3ab
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -33,7 +33,7 @@ node {
|
|||||||
sh 'echo CUT: $CUT'
|
sh 'echo CUT: $CUT'
|
||||||
sh 'kaggle datasets download -d mssmartypants/water-quality > output.txt'
|
sh 'kaggle datasets download -d mssmartypants/water-quality > output.txt'
|
||||||
sh 'unzip -o water-quality.zip >> output.txt'
|
sh 'unzip -o water-quality.zip >> output.txt'
|
||||||
sh 'python3 create_dataset.py $CUT >> output.txt'
|
sh 'python3 create_dataset.py 70 >> output.txt'
|
||||||
archiveArtifacts artifacts: 'waterQuality.csv, output.txt'
|
archiveArtifacts artifacts: 'waterQuality.csv, output.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user