add artifact to jenkinsfile
All checks were successful
s440058-training/pipeline/head This commit looks good
All checks were successful
s440058-training/pipeline/head This commit looks good
This commit is contained in:
parent
1841e9ea1a
commit
4a68d8dbf4
@ -36,6 +36,7 @@ pipeline {
|
|||||||
steps{
|
steps{
|
||||||
archiveArtifacts 'model.txt'
|
archiveArtifacts 'model.txt'
|
||||||
archiveArtifacts 'diabetes.pkl'
|
archiveArtifacts 'diabetes.pkl'
|
||||||
|
archiveArtifacts 'diabetes.pth'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user