Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
d0bd1ac1d0
commit
b33c66be30
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,7 +6,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 'jupyter nbconvert --execute train.ipynb'
|
sh 'python3 sacred.py'
|
||||||
}
|
}
|
||||||
stage('Save model into artifact') {
|
stage('Save model into artifact') {
|
||||||
archiveArtifacts artifacts: 'model.h5', followSymlinks: false
|
archiveArtifacts artifacts: 'model.h5', followSymlinks: false
|
||||||
|
Loading…
Reference in New Issue
Block a user