We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc46daf commit 59154dfCopy full SHA for 59154df
nightly.Jenkinsfile
@@ -26,7 +26,7 @@ this.helper = new JobHelper(this)
26
helper.runWithNotification {
27
stage('Configure') {
28
this.environments = [
29
- new BuildEnvironment( dbName: 'cockroachdb', node: 'cockroachdb', longRunning: true, dbLockableResource: 'cockroachdb', dbLockResourceAsHost: true )
+ new BuildEnvironment( dbName: 'cockroachdb', node: 'cockroachdb', longRunning: true )
30
];
31
32
helper.configure {
0 commit comments