ci: make work with main branch

This commit is contained in:
Stefan Reimer 2024-11-19 16:39:45 +00:00
parent 89c9cc1676
commit 5581f5fbb1

2
Jenkinsfile vendored
View File

@ -1,4 +1,4 @@
library identifier: 'zdt-lib@master', retriever: modernSCM(
library identifier: 'zdt-lib@main', retriever: modernSCM(
[$class: 'GitSCMSource',
remote: 'https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git'])