Pipeline is now selective of build agent.
This commit is contained in:
parent
0da948064b
commit
43537c9517
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,8 +1,11 @@
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'linux && increased_mem'
|
||||
}
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
}
|
||||
|
||||
stages {
|
||||
stage("run server") {
|
||||
when {
|
||||
|
Loading…
x
Reference in New Issue
Block a user