Fix cockroach build node config
This commit is contained in:
parent
886582bf46
commit
0fdac313dc
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue