This commit is contained in:
Wojciech Lidwin 2023-05-12 01:25:05 +02:00
parent ee9dacba25
commit 8026321cf8

View File

@ -31,7 +31,7 @@ node {
sh "python3 ium_train.py -epochs $EPOCHS -lr $LR -validation_split $VALIDATION_SPLIT" sh "python3 ium_train.py -epochs $EPOCHS -lr $LR -validation_split $VALIDATION_SPLIT"
archiveArtifacts artifacts: 'baltimore.zip' archiveArtifacts artifacts: 'baltimore.zip'
stage('Buil'){ stage('Buil'){
build job: 's449312-evaluation.eg/master', parameters: [string(name: 'build', value: "${currentBuild.number}")], wait:false build job: 's487197-evaluation.eg/master', parameters: [string(name: 'build', value: "${currentBuild.number}")], wait:false
} }
} }