Added checkout to appropriate branch

This commit is contained in:
2025-02-17 17:48:21 +00:00
parent f3483c88c9
commit 57308cac7d
3 changed files with 3 additions and 1 deletions

1
Jenkinsfile vendored
View File

@@ -15,6 +15,7 @@ pipeline {
dir('bioconda-recipes') {
sh 'git pull'
sh 'git pull origin update-autobigs-engine'
sh 'git checkout update-autobigs-engine'
}
}
}