From c5753e46a4dd4d4d6d48781e626a59800f11e059 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 11 Jan 2024 09:52:19 -0600 Subject: [PATCH] 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*. --- ci/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 24a3cc7..a4e0e15 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -2,4 +2,5 @@ buildContainerImage2( project: 'packages', + defaultBranch: 'master', )