Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Michał Dudziak 2023-05-10 11:55:24 +02:00
parent 781c2e9c76
commit 20cc4dcccf

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ node {
copyArtifacts filter: 'Car_Prices_Poland_Kaggle.csv', fingerprintArtifacts: true, projectName: 's452662-create-dataset', selector: lastSuccessful() copyArtifacts filter: 'Car_Prices_Poland_Kaggle.csv', fingerprintArtifacts: true, projectName: 's452662-create-dataset', selector: lastSuccessful()
} }
stage('Run') { stage('Run') {
sh 'python3 sacred.py' sh 'python sacred.py'
} }
stage('Save model into artifact') { stage('Save model into artifact') {
archiveArtifacts artifacts: 'model.h5', followSymlinks: false archiveArtifacts artifacts: 'model.h5', followSymlinks: false