1
0

Добавлена секция агента в бдд

This commit is contained in:
Nikita Gryzlov
2020-10-21 16:12:45 +03:00
parent 3706474000
commit fa6f9eadfc

View File

@@ -114,6 +114,9 @@ void call() {
}
stage('BDD сценарии') {
agent {
label agent1C
}
when {
beforeAgent true
expression { config.stageFlags.bdd }