ci: fix pipeline after branch rename
All checks were successful
ZeroDownTime/zdt-openvpn/pipeline/head This commit looks good
ZeroDownTime/zdt-openvpn/pipeline/tag This commit looks good

This commit is contained in:
Stefan Reimer 2024-11-18 17:30:05 +00:00
parent b077a97066
commit 322bf209d7

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