Skip to content

Commit ab18a9b

Browse files
Bot Updating Templated Files
1 parent 86a11d9 commit ab18a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pipeline {
2929
CI_DELAY = '120'
3030
TEST_MYSQL_HOST = credentials('mysql_test_host')
3131
TEST_MYSQL_PASSWORD = credentials('mysql_test_password')
32-
CI_DOCKERENV = '${TEST_MYSQL_HOST}|DB_DATABASE=bookstack|DB_USERNAME=root|DB_PASSWORD=${TEST_MYSQL_PASSWORD}'
32+
CI_DOCKERENV = 'DB_HOST=${TEST_MYSQL_HOST}|DB_DATABASE=bookstack|DB_USERNAME=root|DB_PASSWORD=${TEST_MYSQL_PASSWORD}'
3333
CI_AUTH = 'user:password'
3434
CI_WEBPATH = ''
3535
}

0 commit comments

Comments
 (0)