[nostalgia] Make Linux Jenkinsfile only target Linux builders

This commit is contained in:
Gary Talent 2020-05-16 22:53:16 -05:00
parent b1a0fcbc57
commit f1110bd849

View File

@ -1,5 +1,7 @@
pipeline { pipeline {
agent any agent {
label 'linux-x86_64'
}
stages { stages {
stage('Environment') { stage('Environment') {
steps { steps {