Recipe meta.yaml also archived as artifact
Some checks reported errors
autoBIGS.engine/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Harrison Deng 2025-02-21 06:22:27 +00:00
parent f4064f087e
commit 79fcce8b84

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ pipeline {
}
stage("archive") {
steps {
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl, conda-bld/**/*.conda', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl, conda-bld/**/*.conda, autobigs-engine/*.yaml', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
}
}
stage("publish") {