From 2710603c16823124231d8d97016f7bc89d23a5d8 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 17 Oct 2025 08:39:13 +0300 Subject: [PATCH] Fixing tests --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0b5d221..cfa8538 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,8 +13,7 @@ pipeline { } parameters { - //string(name: 'SCHEMES', defaultValue: 'chibi chicken gauche kawa racket sagittarius stklos', description: '') - string(name: 'SCHEMES', defaultValue: 'sagittarius', description: '') + string(name: 'SCHEMES', defaultValue: 'chibi chicken kawa racket sagittarius stklos', description: '') } stages {