web label
This commit is contained in:
parent
3ce650ea86
commit
a1c0452607
1 changed files with 6 additions and 6 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,5 +1,5 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent { label 'web' }
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
when {
|
when {
|
||||||
|
|
Loading…
Reference in a new issue