Add app version

This commit is contained in:
iFargle
2023-02-09 14:01:12 +09:00
parent 83cf28a6a1
commit 2510a4c714

5
Jenkinsfile vendored
View File

@@ -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()