[CI] Switching jobs running Oracle container to larger nodes

This commit is contained in:
jcechace 2022-01-11 16:53:10 +01:00 committed by Jakub Cechacek
parent 6ea3688f46
commit cb0032d012
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ pipeline {
} }
agent { agent {
label 'Slave' label 'NodeXL'
} }
stages { stages {

View File

@ -1,6 +1,6 @@
pipeline { pipeline {
agent { agent {
label 'Slave' label 'NodeXL'
} }
stages { stages {