Add label requirement for Jenkins

This commit is contained in:
Ethan Roseman 2021-01-18 22:05:32 +09:00
parent 5aad7d8e41
commit 2838e08f63

4
Jenkinsfile vendored
View File

@ -1,5 +1,7 @@
pipeline { pipeline {
agent any agent {
label 'papermario'
}
stages { stages {
stage('Setup') { stage('Setup') {