Skip to content

Commit 9f24b74

Browse files
committed
Different builders for different branches
1 parent 66f3e00 commit 9f24b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pipeline {
66
APP_VERSION = 'v0.5.6'
77
HS_VERSION = "v0.20.0" // Version of Headscale this is compatible with
88
BUILD_DATE = ''
9-
BUILDER_NAME = "multiarch"
9+
BUILDER_NAME = "multiarch-${env.BRANCH_NAME}"
1010

1111
DOCKERHUB_CRED = credentials('dockerhub-ifargle-pat')
1212

0 commit comments

Comments
 (0)