From e83f6ff445abd2920d9991295566a20307f2642a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 3 Jul 2024 12:07:18 +0200 Subject: [PATCH] fix(ci): add missing import for JsonBuilder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/Jenkinsfile.combined | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/Jenkinsfile.combined b/ci/Jenkinsfile.combined index 399034884e..e251f97c9e 100644 --- a/ci/Jenkinsfile.combined +++ b/ci/Jenkinsfile.combined @@ -1,6 +1,8 @@ #!/usr/bin/env groovy library 'status-jenkins-lib@v1.9.1' +import groovy.json.JsonBuilder + pipeline { agent { label 'linux' }