ci: Set defaultBranch argument
All checks were successful
dustin/keyserv/pipeline/head This commit looks good

This is necessary in order to update the `latest` tag for the container
image, since the default branch of this repository is not *main*.
This commit is contained in:
2024-01-11 09:52:19 -06:00
parent b2fbdb968f
commit c5753e46a4

1
ci/Jenkinsfile vendored
View File

@@ -2,4 +2,5 @@
buildContainerImage2(
project: 'packages',
defaultBranch: 'master',
)