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 {
|
pipeline {
|
||||||
agent any
|
agent {
|
||||||
|
label 'linux && increased_mem'
|
||||||
|
}
|
||||||
options {
|
options {
|
||||||
disableConcurrentBuilds()
|
disableConcurrentBuilds()
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage("run server") {
|
stage("run server") {
|
||||||
when {
|
when {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user