[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 {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
label 'linux-x86_64'
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Environment') {
|
stage('Environment') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
Reference in New Issue
Block a user