From 2510a4c7146c80e8ed3a378760bef5bbff2c8ea1 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 9 Feb 2023 14:01:12 +0900 Subject: [PATCH] Add app version --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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()