[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 {
|
agent {
|
||||||
label 'gba'
|
label 'gba'
|
||||||
}
|
}
|
||||||
environment {
|
|
||||||
DEVKITPRO = '/opt/devkitpro'
|
|
||||||
DEVKITARM = '/opt/devkitpro/devkitARM'
|
|
||||||
VCPKG_DIR_BASE = '/var/lib/vcpkg/nostalgia/'
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Environment') {
|
stage('Environment') {
|
||||||
steps {
|
steps {
|
||||||
|
3
jenkins/linux/Jenkinsfile
vendored
3
jenkins/linux/Jenkinsfile
vendored
@ -2,9 +2,6 @@ pipeline {
|
|||||||
agent {
|
agent {
|
||||||
label 'linux-x86_64'
|
label 'linux-x86_64'
|
||||||
}
|
}
|
||||||
environment {
|
|
||||||
VCPKG_DIR_BASE = '/var/lib/vcpkg/nostalgia/'
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Environment') {
|
stage('Environment') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user