Fix
This commit is contained in:
parent
cf74d8cc1c
commit
f650ebbb47
@ -29,7 +29,7 @@ node {
|
||||
testImage.inside{
|
||||
copyArtifacts filter: 'baltimore_train.csv', projectName: 's487197-create-dataset'
|
||||
sh "python3 ium_sacred.py -epochs $EPOCHS -lr $LR -validation_split $VALIDATION_SPLIT"
|
||||
archiveArtifacts artifacts: 'baltimore.zip', 'mlflow_model.pth'
|
||||
archiveArtifacts artifacts: 'baltimore.zip, mlflow_model.pth'
|
||||
stage('Buil'){
|
||||
build job: 's487197-evaluation.eg/master', parameters: [string(name: 'build', value: "${currentBuild.number}")], wait:false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user