Skip to content

Commit 1a31df9

Browse files
committed
Disable Ryuk in CI build
For some reason it doesn't work.
1 parent b68ac93 commit 1a31df9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ pipeline {
99
options {
1010
disableConcurrentBuilds()
1111
}
12+
environment {
13+
TESTCONTAINERS_RYUK_DISABLED = 'true'
14+
}
1215
stages {
1316
stage('Build Hibernate Search Demos') {
1417
steps {

0 commit comments

Comments
 (0)