mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 00:42:34 +01:00
Add label requirement for Jenkins
This commit is contained in:
parent
5aad7d8e41
commit
2838e08f63
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,5 +1,7 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
label 'papermario'
|
||||||
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Setup') {
|
stage('Setup') {
|
||||||
|
Loading…
Reference in New Issue
Block a user