fix for fix
Some checks failed
s444018-training/pipeline/head There was a failure building this commit

This commit is contained in:
Szymon Parafiński 2022-05-08 23:50:50 +02:00
parent 4cf9f97c65
commit 32330e5335

View File

@ -11,6 +11,7 @@ pipeline {
name: 'EPOCHS', name: 'EPOCHS',
trim: false trim: false
) )
}
stages { stages {
stage('Script'){ stage('Script'){
steps { steps {
@ -19,7 +20,6 @@ pipeline {
archiveArtifacts artifacts: 'model.pkl', followSymlinks: false archiveArtifacts artifacts: 'model.pkl', followSymlinks: false
} }
} }
}
} }
post { post {
success { success {