This commit is contained in:
Jakub Henyk 2023-05-13 18:33:02 +02:00
parent 618aa8888c
commit f8edb532d5

View File

@ -13,6 +13,7 @@ pipeline {
sh 'dvc pull'
}
}
}
stage('Archive Output') {
steps {
archiveArtifacts 'metrics.txt'
@ -20,5 +21,4 @@ pipeline {
}
}
}
}