From 132d394a82a762a0c69c6502c533c31b0c52f75a Mon Sep 17 00:00:00 2001 From: bernat Date: Tue, 9 Feb 2021 19:35:20 +0100 Subject: [PATCH] Adding UE4_ROOT variable --- Jenkinsfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 22b36c97d..898315a5b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,6 +33,10 @@ pipeline stage('ubuntu') { agent { label "ubuntu && build && ${JOB_ID}" } + environment + { + UE4_ROOT = '/home/jenkins/UnrealEngine_4.26' + } stages { stage('ubuntu setup') @@ -218,6 +222,10 @@ pipeline stage('windows') { agent { label "windows && build && ${JOB_ID}" } + environment + { + UE4_ROOT = 'C:\\Program Files\\Epic Games\\UE_4.26' + } stages { stage('windows setup')