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 {
|
helper.runWithNotification {
|
||||||
stage('Configure') {
|
stage('Configure') {
|
||||||
this.environments = [
|
this.environments = [
|
||||||
new BuildEnvironment( dbName: 'cockroachdb', node: 'cockroachdb', longRunning: true, dbLockableResource: 'cockroachdb', dbLockResourceAsHost: true )
|
new BuildEnvironment( dbName: 'cockroachdb', node: 'cockroachdb', longRunning: true )
|
||||||
];
|
];
|
||||||
|
|
||||||
helper.configure {
|
helper.configure {
|
||||||
|
|
Loading…
Reference in New Issue