[nostalgia] Make Linux Jenkinsfile only target Linux builders
This commit is contained in:
parent
b1a0fcbc57
commit
f1110bd849
4
jenkins/linux/Jenkinsfile
vendored
4
jenkins/linux/Jenkinsfile
vendored
@ -1,5 +1,7 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'linux-x86_64'
|
||||
}
|
||||
stages {
|
||||
stage('Environment') {
|
||||
steps {
|
||||
|
Loading…
Reference in New Issue
Block a user