diff --git a/Jenkinsfile-lab6 b/Jenkinsfile-lab6 index 5602072..6fd76b9 100644 --- a/Jenkinsfile-lab6 +++ b/Jenkinsfile-lab6 @@ -45,5 +45,9 @@ pipeline { sh "python3 script5_3.py | tee output.txt" } } + stage('Archive Output') { + steps { + archiveArtifacts 'model.pth' + } } }