From 5538dc64874be998d8821086458ae371cc1ea2a8 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 10 Feb 2023 14:03:34 +0900 Subject: [PATCH] Update Jenkinsfile to update Jenkins with both the branch-buildNum AND branch image tag --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index b2fc1b8..d1bc762 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,6 +65,7 @@ pipeline { } else { docker.withRegistry('https://git.sysctl.io/', 'gitea-jenkins-pat') { forgejoImage.push("${env.BRANCH_NAME}-${env.BUILD_ID}") + forgejoImage.push("${env.BRANCH_NAME}") } } }