diff --git a/JenkinsfileDeploy b/JenkinsfileDeploy index 75ee0ed707..eeb0fae1bd 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,vkarak' // The Github usernames requested for review -def ebTemplate = '3.4.2' // The eb recipe of ReFrame to use as template +def ebTemplate = '3.7.2' // The eb recipe of ReFrame to use as template stage('Deploy Tests') { node('daint') {