mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-18 18:35:29 +01:00
Add app version
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -1,11 +1,12 @@
|
||||
def forgejoImage
|
||||
def ghcrImage
|
||||
def APP_VERSION = 0.1.0
|
||||
|
||||
pipeline {
|
||||
agent {
|
||||
label 'linux-x64'
|
||||
}
|
||||
environment {
|
||||
APP_VERSION = '0.1.0'
|
||||
}
|
||||
options {
|
||||
buildDiscarder(logRotator(numToKeepStr: '100', artifactNumToKeepStr: '20'))
|
||||
timestamps()
|
||||
|
||||
Reference in New Issue
Block a user