This commit is contained in:
eugene 2023-06-06 22:09:05 +02:00
parent 6133e07b2b
commit 3f9a1c345a

View File

@ -45,5 +45,9 @@ pipeline {
sh "python3 script5_3.py | tee output.txt"
}
}
stage('Archive Output') {
steps {
archiveArtifacts 'model.pth'
}
}
}