upd j
This commit is contained in:
parent
6133e07b2b
commit
3f9a1c345a
@ -45,5 +45,9 @@ pipeline {
|
|||||||
sh "python3 script5_3.py | tee output.txt"
|
sh "python3 script5_3.py | tee output.txt"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Archive Output') {
|
||||||
|
steps {
|
||||||
|
archiveArtifacts 'model.pth'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user