Jenkins Test #13

This commit is contained in:
2025-10-08 18:12:35 +02:00
parent 14c07f8750
commit 4922305921

4
Jenkinsfile vendored
View File

@@ -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 {
}
}
}
}