diff --git a/Jenkinsfile b/Jenkinsfile index 2632088..b2fc1b8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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()