This commit is contained in:
eugene 2023-06-06 22:10:45 +02:00
parent 3f9a1c345a
commit 19d622508b

View File

@ -48,6 +48,7 @@ pipeline {
stage('Archive Output') {
steps {
archiveArtifacts 'model.pth'
}
}
}
}
}