diff --git a/Jenkinsfile3 b/Jenkinsfile3 index f6280a3..3c2dd1d 100644 --- a/Jenkinsfile3 +++ b/Jenkinsfile3 @@ -24,7 +24,7 @@ stages { stage('Archive') { steps { - archiveArtifacts artifacts: '**/**', + archiveArtifacts artifacts: 'pytorch/result.txt', allowEmptyArchive: true }