mirror of https://github.com/pmret/papermario.git
Add label requirement for Jenkins
This commit is contained in:
parent
5aad7d8e41
commit
2838e08f63
|
@ -1,5 +1,7 @@
|
|||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'papermario'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Setup') {
|
||||
|
|
Loading…
Reference in New Issue