Files
keyserv/ci/Jenkinsfile
Dustin C. Hatch c5753e46a4
All checks were successful
dustin/keyserv/pipeline/head This commit looks good
ci: Set defaultBranch argument
This is necessary in order to update the `latest` tag for the container
image, since the default branch of this repository is not *main*.
2024-01-11 09:52:19 -06:00

7 lines
108 B
Groovy

@Library('containerimages')_
buildContainerImage2(
project: 'packages',
defaultBranch: 'master',
)