We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
linuxserver
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 86a11d9 commit ab18a9bCopy full SHA for ab18a9b
Jenkinsfile
@@ -29,7 +29,7 @@ pipeline {
29
CI_DELAY = '120'
30
TEST_MYSQL_HOST = credentials('mysql_test_host')
31
TEST_MYSQL_PASSWORD = credentials('mysql_test_password')
32
- CI_DOCKERENV = '${TEST_MYSQL_HOST}|DB_DATABASE=bookstack|DB_USERNAME=root|DB_PASSWORD=${TEST_MYSQL_PASSWORD}'
+ CI_DOCKERENV = 'DB_HOST=${TEST_MYSQL_HOST}|DB_DATABASE=bookstack|DB_USERNAME=root|DB_PASSWORD=${TEST_MYSQL_PASSWORD}'
33
CI_AUTH = 'user:password'
34
CI_WEBPATH = ''
35
}
0 commit comments