add artifacts
This commit is contained in:
parent
eef645fc49
commit
d4dc3c23b2
@ -39,6 +39,8 @@ pipeline {
|
||||
stage('Archive mlflow') {
|
||||
steps {
|
||||
sh 'cd ./lab8'
|
||||
sh 'tar -czf mlruns.tar.gz mlruns/'
|
||||
archiveArtifacts 'mlruns.tar.gz'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user