From 06dbb56c28f1e44f8a8a0d194d15a9b5d3302ef8 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 21 Feb 2025 06:34:59 +0000 Subject: [PATCH] Revert "Recipe meta.yaml also archived as artifact" This reverts commit 79fcce8b8401554f69376f79787a786e5a97f31c. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index adf8677..e3261b1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { } stage("archive") { steps { - archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl, conda-bld/**/*.conda, autobigs-engine/*.yaml', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true + archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl, conda-bld/**/*.conda', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true } } stage("publish") {