From ba7bcca2c2e0ff2f70eacea1320137ff5ed0a329 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Fri, 5 Apr 2024 10:47:58 -0400 Subject: [PATCH] jjb: lttng-modules: fix RT jobs failure Add the 'distroversion' parameter to lttng-modules_PARAM_build jobs triggered in 'master-rt.groovy'. This fixes the following error: Run condition [Regular expression match] enabling prebuild for step [Execute shell] Exception caught evaluating condition: [org.jenkinsci.plugins.tokenmacro.MacroEvaluationException: Error processing tokens], action = [Fail the build] Change-Id: I9f4eb6735e53e9ad7ea83d69b70a4ccf53843463 Signed-off-by: Michael Jeanson --- scripts/lttng-modules/master-rt.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lttng-modules/master-rt.groovy b/scripts/lttng-modules/master-rt.groovy index dd24317..f2624cd 100644 --- a/scripts/lttng-modules/master-rt.groovy +++ b/scripts/lttng-modules/master-rt.groovy @@ -307,6 +307,7 @@ while ( kversions.size() != 0 || ongoingBuild.size() != 0 ) { new StringParameterValue('mgitrepo', mgitrepo), new StringParameterValue('ktag', kversion.toString()), new StringParameterValue('kgitrepo', kgitrepo), + new StringParameterValue('distroversion', ''), ] // Launch the parametrized build -- 2.34.1