diff --git a/JenkinsfileDeploy b/JenkinsfileDeploy index 42a0931c4..4d611f2da 100644 --- a/JenkinsfileDeploy +++ b/JenkinsfileDeploy @@ -2,7 +2,7 @@ def tag = env.TAG_NAME def version = tag.substring(1) // Remove the first character of the tag which is 'v' def machines = '[dom daint eiger pilatus tsa]' // To be included in the PR title def reviewersPR = 'teojgo,ekouts' // The Github usernames requested for review -def ebTemplate = '22.10' // The eb recipe of ReFrame to use as template +def ebTemplate = '23.12' // The eb recipe of ReFrame to use as template def moduleName = 'reframe-cscs-tests' def loginBash = '#!/bin/bash -l' def ebRecipe = "${moduleName}-${version}.eb"