From 93effb445634d250b8e06ebb15991e24a104a559 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Tue, 7 Nov 2023 09:19:11 +0100
Subject: [PATCH] OZG-4320 OZG-4536 Output NodeJS version

---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 95affea776..8cfdb418e1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -50,6 +50,7 @@ pipeline {
                     FAILED_STAGE=env.STAGE_NAME
 
                     sh 'npm --version'
+                    sh 'node --version'
                     dir('goofy-client') {
                         sh 'echo "registry=https://nexus.ozg-sh.de/repository/npm-proxy" >> ~/.npmrc'
                         sh 'echo "//nexus.ozg-sh.de/:_auth=amVua2luczprTSFnNVUhMVQzNDZxWQ==" >> ~/.npmrc'
-- 
GitLab