Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
20cc4dcccf
commit
98756e34df
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -5,6 +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 'apt-get install python'
|
||||||
sh 'python sacred.py'
|
sh 'python sacred.py'
|
||||||
}
|
}
|
||||||
stage('Save model into artifact') {
|
stage('Save model into artifact') {
|
||||||
|
Loading…
Reference in New Issue
Block a user