Adding UE4_ROOT variable

This commit is contained in:
bernat 2021-02-09 19:35:20 +01:00
parent 72fa082583
commit 132d394a82
1 changed files with 8 additions and 0 deletions

8
Jenkinsfile vendored
View File

@ -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')