Updated to node 15 again

This commit is contained in:
Erik Tiekstra
2021-04-29 09:43:59 +02:00
parent edbd508e10
commit 5f945f4d7e
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ def devproject = "${DEV_NAMESPACE}"
def i1project = "${I1_NAMESPACE}"
def u1project = "${U1_NAMESPACE}"
def t1project = "${T1_NAMESPACE}"
def jenkinsslave = "nodejs14-agent"
def jenkinsslave = "nodejs15-agent"
pipeline {