From e5f48b9f37dc3ec80d69e1dc12c5c99ea8859a3c Mon Sep 17 00:00:00 2001 From: jerry <jerryww@aliyun.com> Date: Tue, 3 May 2022 18:28:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6d9f88c..a8fc527 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,11 +9,6 @@ pipeline { } steps { sh 'mkdir build && cd build && qmake .. && make && cd ..' - } - } - - stage('archive') { - steps { archiveArtifacts(artifacts: 'build/src/spark-store', allowEmptyArchive: true, defaultExcludes: true) } }