From 9ce0127a72b1d96d63c7ea87f886cbba386f5ae8 Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Sun, 8 May 2022 15:45:21 +0200 Subject: [PATCH] artifact of saved model --- Jenkinsfile3 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile3 b/Jenkinsfile3 index 4009508..0c00834 100644 --- a/Jenkinsfile3 +++ b/Jenkinsfile3 @@ -23,6 +23,9 @@ stages { archiveArtifacts artifacts: 'pytorch/result.txt', allowEmptyArchive: true + dir('my_runs') { + archiveArtifacts artifacts: '**/**' + } } }