Re-added checkout step
Some checks reported errors
autoBIGS.cli-bioconda/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Harrison Deng 2025-02-19 20:25:56 +00:00
parent 20a74c1be8
commit d45ca2f0e0

3
Jenkinsfile vendored
View File

@ -12,6 +12,9 @@ pipeline {
stage("recipes repo") {
steps {
sh 'git clone https://github.com/Syph-and-VPD-Lab/auto-updated-bioconda-recipes.git'
dir('auto-updated-bioconda-recipes') {
sh 'git checkout update-autobigs-cli'
}
}
}
stage("conda") {