From 613ddb8c6b9144c5d40d0614f7e0fa390cccfd77 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 29 May 2024 16:35:18 +0200 Subject: [PATCH] OZG-5271 OZG-5783 Use Node 20 for E2E pipeline --- alfa-client/apps/alfa-e2e/Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alfa-client/apps/alfa-e2e/Jenkinsfile b/alfa-client/apps/alfa-e2e/Jenkinsfile index c8d87902ef..9c0c282006 100644 --- a/alfa-client/apps/alfa-e2e/Jenkinsfile +++ b/alfa-client/apps/alfa-e2e/Jenkinsfile @@ -5,7 +5,7 @@ def SKIP_RUN = false pipeline { agent { node { - label 'ozgcloud-jenkins-build-agent' + label 'ozgcloud-jenkins-build-agent-jdk21-node20' } } @@ -53,8 +53,8 @@ pipeline { } } stage('Check branch') { - when { - triggeredBy 'TimerTrigger' + when { + triggeredBy 'TimerTrigger' } steps { script { -- GitLab