add artifact to jenkinsfile
All checks were successful
s440058-training/pipeline/head This commit looks good

This commit is contained in:
piotr6789 2021-05-24 15:26:43 +02:00
parent 1841e9ea1a
commit 4a68d8dbf4

View File

@ -36,6 +36,7 @@ pipeline {
steps{
archiveArtifacts 'model.txt'
archiveArtifacts 'diabetes.pkl'
archiveArtifacts 'diabetes.pth'
}
}
}