archive model
This commit is contained in:
parent
93d69f32f8
commit
fdd9858321
@ -8,6 +8,7 @@ pipeline {
|
||||
copyArtifacts filter: 'data.csv', fingerprintArtifacts: true, projectName: 's444386-create-dataset', selector: lastSuccessful()
|
||||
sh 'chmod u+x ./biblioteki_dl.py'
|
||||
sh 'python3 biblioteki_dl.py'
|
||||
archiveArtifacts 'model'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -118,4 +118,4 @@ with open('results.csv','w',encoding='UTF-8',newline='') as f:
|
||||
for row in rows:
|
||||
writer.writerow(row)
|
||||
|
||||
|
||||
model.save('./model')
|
||||
|
Loading…
Reference in New Issue
Block a user