ci: fix shared Jenkins library ref
ZeroDownTime/sns-alert-hub/pipeline/head This commit looks good Details

This commit is contained in:
Stefan Reimer 2022-02-11 18:02:11 +01:00
parent 711ac5b767
commit fa43d08276
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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