ci: make work with main branch

This commit is contained in:
Stefan Reimer 2024-11-19 16:29:51 +00:00
parent 5a1905a80b
commit 7172e84630

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'])