mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-16 10:35:44 +01:00
Merge pull request #9 from iFargle/7-container-v022-base_path-issue
7 container v022 base path issue
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -5,7 +5,7 @@ pipeline {
|
||||
label 'linux-x64'
|
||||
}
|
||||
environment {
|
||||
APP_VERSION = 'v0.2.2'
|
||||
APP_VERSION = 'v0.2.3'
|
||||
}
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '100', artifactNumToKeepStr: '20'))
|
||||
|
||||
@@ -21,7 +21,7 @@ app.logger.setLevel(logging.DEBUG)
|
||||
# Colors: https://materializecss.com/color.html
|
||||
COLOR_NAV = "blue-grey darken-1"
|
||||
COLOR_BTN = "blue-grey darken-3"
|
||||
BASE_PATH = os.environ["BASE_PATH"]
|
||||
BASE_PATH = os.environ["BASE_PATH"].replace('"', '')
|
||||
APP_VERSION = os.environ["APP_VERSION"]
|
||||
GIT_COMMIT = os.environ["GIT_COMMIT"]
|
||||
GIT_BRANCH = os.environ["GIT_BRANCH"]
|
||||
|
||||
Reference in New Issue
Block a user