Jenkinsfile modified for create dataset
This commit is contained in:
parent
30396e4036
commit
8b4283e8a4
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -10,14 +10,15 @@ pipeline {
|
||||
}
|
||||
stage('sh: Shell Script') {
|
||||
steps {
|
||||
sh 'chmod +x download.sh'
|
||||
sh './download.sh'
|
||||
sh 'chmod +x data.sh'
|
||||
sh './data.sh'
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts') {
|
||||
steps {
|
||||
archiveArtifacts 'top.csv'
|
||||
archiveArtifacts 'netflix_titles.csv'
|
||||
archiveArtifacts 'train_set.csv'
|
||||
archiveArtifacts 'dev_set.csv'
|
||||
archiveArtifacts 'test_set.csv'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user