jjb: Add lttng-modules jobs for Ubuntu noble
[lttng-ci.git] / scripts / lttng-modules / master.groovy
index d61c9ac43991cbf41df245bc378a58db686f653b..8d626d84e58df555714c6602f76d9e5e48e6c855 100644 (file)
@@ -360,6 +360,12 @@ if (uversion != null) {
       ]
       break
 
+    case 'noble':
+      matchStrs = [
+        ~/^refs\/tags\/(Ubuntu-6\.8\.0-\d{1,3}?\.[\d]+)$/,
+      ]
+      break
+
     default:
       println "Unsupported Ubuntu version: ${uversion}"
       throw new InterruptedException()
This page took 0.022612 seconds and 4 git commands to generate.