Update Jenkinsfile

This commit is contained in:
iFargle
2023-03-21 11:25:08 +09:00
parent 5b17838694
commit c6bd5bd322

2
Jenkinsfile vendored
View File

@@ -6,7 +6,7 @@ pipeline {
APP_VERSION = 'v0.5.6'
HS_VERSION = "v0.20.0" // Version of Headscale this is compatible with
BUILD_DATE = ''
BUILDER_NAME = "multiarch"
BUILDER_NAME = "multiarch-${env.BRANCH_NAME}""
DOCKERHUB_CRED = credentials('dockerhub-ifargle-pat')