[nostalgia/jenkins] Add shared environment var file
This commit is contained in:
Vendored
+1
@@ -5,6 +5,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Environment') {
|
stage('Environment') {
|
||||||
steps {
|
steps {
|
||||||
|
load 'jenkins/shared/env.gy'
|
||||||
sh 'make vcpkg'
|
sh 'make vcpkg'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
env.OX_NODEBUG = 1
|
||||||
Reference in New Issue
Block a user