From 49223059213a8b46fda084a1c7fb852a3410d2fd Mon Sep 17 00:00:00 2001 From: CatChow0 Date: Wed, 8 Oct 2025 18:12:35 +0200 Subject: [PATCH] Jenkins Test #13 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 86a8f2e..4f775e1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -93,7 +93,7 @@ pipeline { def urlsList = [] if (params.BUILD_TYPE in ['Both','Debug']) { urlsList << "\"${env.BUILD_URL}artifact/builds/KhaoticEngineReborn_Debug.zip\"" - + } if (params.BUILD_TYPE in ['Both','Release']) { urlsList << "\"${env.BUILD_URL}artifact/builds/KhaoticEngineReborn_Release.zip\"" } @@ -117,4 +117,4 @@ pipeline { } } -} +} \ No newline at end of file