Fix cockroach build node config

This commit is contained in:
Christian Beikov 2022-10-21 15:55:28 +02:00
parent 886582bf46
commit 0fdac313dc
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ this.helper = new JobHelper(this)
helper.runWithNotification {
stage('Configure') {
this.environments = [
new BuildEnvironment( dbName: 'cockroachdb', node: 'cockroachdb', longRunning: true, dbLockableResource: 'cockroachdb', dbLockResourceAsHost: true )
new BuildEnvironment( dbName: 'cockroachdb', node: 'cockroachdb', longRunning: true )
];
helper.configure {