mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 03:06:45 +01:00
Ready for merge
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -5,7 +5,7 @@ pipeline {
|
||||
label 'linux-x64'
|
||||
}
|
||||
environment {
|
||||
APP_VERSION = '0.2.0'
|
||||
APP_VERSION = '0.2.1'
|
||||
}
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '100', artifactNumToKeepStr: '20'))
|
||||
|
||||
@@ -22,7 +22,7 @@ app.logger.setLevel(logging.DEBUG)
|
||||
COLOR_NAV = "blue-grey darken-1"
|
||||
COLOR_BTN = "blue-grey darken-3"
|
||||
BASE_PATH = os.environ["BASE_PATH"]
|
||||
APP_VERSION = "0.2.0"
|
||||
APP_VERSION = "0.2.1"
|
||||
HS_VERSION = "0.20.0"
|
||||
DEBUG_STATE = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user