again
This commit is contained in:
parent
144ee6c2d6
commit
2dda6f35f5
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -27,9 +27,7 @@ pipeline {
|
||||
withEnv(["KAGGLE_USERNAME=${KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${KAGGLE_KEY}" ]) {
|
||||
sh 'jupyter execute Data_download.ipynb'
|
||||
sh 'chmod 777 ./data_download.sh'
|
||||
sh './data_download.sh --cutoff ${CUTOFF}'
|
||||
archiveArtifacts artifacts: 'test_without_id_column.csv,cutoff_train.csv,test.csv,train.csv', followSymlinks: false
|
||||
archiveArtifacts artifacts: 'test.csv,train.csv', followSymlinks: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2
stats/Jenkinsfile
vendored
2
stats/Jenkinsfile
vendored
@ -14,7 +14,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Dataset statistics') {
|
||||
steps {
|
||||
copyArtifacts filter:'cutoff_train.csv', fingerprintArtifacts: true, projectName: 'z-s495716-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts filter:'train.csv', fingerprintArtifacts: true, projectName: 'z-s495716-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
sh 'chmod 777 stats/data_stats.sh'
|
||||
sh './stats/data_stats.sh'
|
||||
archiveArtifacts artifacts: 'train_lines.txt', followSymlinks: false
|
||||
|
Loading…
Reference in New Issue
Block a user