Pipeline is now selective of build agent.
This commit is contained in:
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 {
|
||||
|
Reference in New Issue
Block a user