Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
- linux-4.9.y
- linux-4.14.y
- linux-4.19.y
+ - linux-5.0.y
+ - linux-5.1.y
lttngversion:
- master
- stable-2.9
final String pastJobsPath = build.getEnvironment(listener).get('WORKSPACE') + "/pastjobs";
def recentLttngBranchesOfInterest = ['master', 'stable-2.10', 'stable-2.9']
-def recentLinuxBranchesOfInterest = ['master', 'linux-4.19.y', 'linux-4.14.y', 'linux-4.9.y']
+def recentLinuxBranchesOfInterest = ['master',
+ 'linux-5.1.y',
+ 'linux-5.0.y',
+ 'linux-4.19.y',
+ 'linux-4.14.y',
+ 'linux-4.9.y',
+ 'linux-4.4.y']
def legacyLttngBranchesOfInterest = []
def legacyLinuxBranchesOfInterest = []