diff --git a/Jenkinsfile_6 b/Jenkinsfile_6 index 8c3c6da..7aa69e6 100644 --- a/Jenkinsfile_6 +++ b/Jenkinsfile_6 @@ -13,6 +13,7 @@ pipeline { sh 'dvc pull' } } + } stage('Archive Output') { steps { archiveArtifacts 'metrics.txt' @@ -20,5 +21,4 @@ pipeline { } } -} } \ No newline at end of file