[nostalgia] Remove environment variables from Jenkinsfiles
This commit is contained in:
parent
75a2b8f489
commit
5774bcfdcf
5
jenkins/gba/Jenkinsfile
vendored
5
jenkins/gba/Jenkinsfile
vendored
@ -2,11 +2,6 @@ pipeline {
|
||||
agent {
|
||||
label 'gba'
|
||||
}
|
||||
environment {
|
||||
DEVKITPRO = '/opt/devkitpro'
|
||||
DEVKITARM = '/opt/devkitpro/devkitARM'
|
||||
VCPKG_DIR_BASE = '/var/lib/vcpkg/nostalgia/'
|
||||
}
|
||||
stages {
|
||||
stage('Environment') {
|
||||
steps {
|
||||
|
3
jenkins/linux/Jenkinsfile
vendored
3
jenkins/linux/Jenkinsfile
vendored
@ -2,9 +2,6 @@ pipeline {
|
||||
agent {
|
||||
label 'linux-x86_64'
|
||||
}
|
||||
environment {
|
||||
VCPKG_DIR_BASE = '/var/lib/vcpkg/nostalgia/'
|
||||
}
|
||||
stages {
|
||||
stage('Environment') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user