1

build(ci): fix syntax

This commit is contained in:
2025-08-18 14:32:15 +03:00
parent 949ef19133
commit 974548497c

View File

@@ -66,7 +66,7 @@ pipeline {
}
def files = findFiles(glob: 'build/libs/*.jar')
if (files.isEmpty()) {
if (files.length == 0) {
echo "⚠️ Нет артефактов для загрузки."
return
}