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: '**/**' + } } }