[nostalgia/jenkins] Add shared environment var file

This commit is contained in:
Gary Talent 2021-03-12 00:38:11 -06:00
parent 458258e30f
commit 15d169dd12
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ pipeline {
stages {
stage('Environment') {
steps {
load 'jenkins/shared/env.gy'
sh 'make vcpkg'
}
}

1
jenkins/shared/env.gy Normal file
View File

@ -0,0 +1 @@
env.OX_NODEBUG = 1