Revert "Recipe meta.yaml also archived as artifact"
All checks were successful
autoBIGS.engine/pipeline/head This commit looks good

This reverts commit 79fcce8b8401554f69376f79787a786e5a97f31c.
This commit is contained in:
Harrison Deng 2025-02-21 06:34:59 +00:00
parent 79fcce8b84
commit 06dbb56c28

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ pipeline {
} }
stage("archive") { stage("archive") {
steps { 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") { stage("publish") {