jjb: lttng-modules: fix RT jobs failure
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 5 Apr 2024 14:47:58 +0000 (10:47 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Fri, 5 Apr 2024 14:55:12 +0000 (10:55 -0400)
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 <mjeanson@efficios.com>
scripts/lttng-modules/master-rt.groovy

index dd24317940a5d18ab45ad74e9aad7646a533f9ee..f2624cd779ab8417cafad0981f9ac200108966a6 100644 (file)
@@ -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
This page took 0.023856 seconds and 4 git commands to generate.