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' sh 'dvc pull'
} }
} }
}
stage('Archive Output') { stage('Archive Output') {
steps { steps {
archiveArtifacts 'metrics.txt' archiveArtifacts 'metrics.txt'
@ -21,4 +22,3 @@ pipeline {
} }
} }
} }
}