rancher/qa-jenkins-library

Extend checkout in vars/project.groovy to be able to checkout multiple repositories.

Open

#15 opened on Feb 20, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Groovy (4 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

As the function is defined now, it calls deleteDir, then does the git checkout, so if you have to checkout multiple repositories, the first one gets deleted.

Contributor guide