From: Kienan Stewart Date: Wed, 15 Jan 2025 19:17:30 +0000 (-0500) Subject: jjb: Correct SK_TESTS environment variables X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=9531f57303928040a015d533501af081804775d6;p=lttng-ci.git jjb: Correct SK_TESTS environment variables Change-Id: Idb16f6bfc75dbcf7951b65d6b31f1b0efa53fa2b Signed-off-by: Kienan Stewart --- diff --git a/pipelines/libsk/pipeline.groovy b/pipelines/libsk/pipeline.groovy index 98ae1b6..b086081 100644 --- a/pipelines/libsk/pipeline.groovy +++ b/pipelines/libsk/pipeline.groovy @@ -152,8 +152,8 @@ pipeline { } environment { - SK_TESTS_SKIP_REGRESSION = "{ -> params.LIBSK_TESTS_SKIP_REGRESSION }" - SK_TESTS_SKIP_TORTURE = "{ -> params.LIBSK_TESTS_SKIP_TORTURE }" + SK_TESTS_SKIP_REGRESSION = "${ -> params.LIBSK_TESTS_SKIP_REGRESSION ? 'true' : ''}" + SK_TESTS_SKIP_TORTURE = "${ -> params.LIBSK_TESTS_SKIP_TORTURE ? 'true' : ''}" } steps {