mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 08:05:05 +00:00
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…
x
Reference in New Issue
Block a user