We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f3e00 commit 9f24b74Copy full SHA for 9f24b74
Jenkinsfile
@@ -6,7 +6,7 @@ pipeline {
6
APP_VERSION = 'v0.5.6'
7
HS_VERSION = "v0.20.0" // Version of Headscale this is compatible with
8
BUILD_DATE = ''
9
- BUILDER_NAME = "multiarch"
+ BUILDER_NAME = "multiarch-${env.BRANCH_NAME}"
10
11
DOCKERHUB_CRED = credentials('dockerhub-ifargle-pat')
12
0 commit comments