From 46a7b3c841ae87b2674ac5285cbb177cf03038c0 Mon Sep 17 00:00:00 2001 From: peri4 Date: Sun, 19 Nov 2023 22:19:33 +0300 Subject: [PATCH] fix --- src/org/SHS/SDK.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/org/SHS/SDK.groovy b/src/org/SHS/SDK.groovy index 3b9e6d0..5b11032 100644 --- a/src/org/SHS/SDK.groovy +++ b/src/org/SHS/SDK.groovy @@ -30,10 +30,11 @@ class SDK { steps.sh "cd build && cmake --build ./ --target install -j${env.JOBS_COUNT}" steps.archiveArtifacts 'release/*' // steps.sh 'rm -rf ./build ./bin ./release ./builds' + } }, // //whiteList: ["ubuntu", "debian", "osx"], blackList: ["android"] - }) + ) steps.stage("Register for autobuild") { def plugin_jobs_dir = "${env.SHSSDK_DIR}/plugin_jobs"