File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,16 @@ pipeline {
28
28
php7-tidy \
29
29
php7-simplexml \
30
30
tar'
31
- MULTIARCH = ' true'
32
- CI = ' true'
33
- CI_PORT = ' 80'
34
- CI_SSL = ' false'
35
- CI_DELAY = ' 5'
36
- CI_DOCKERENV = ' DB_HOST=' + credentials(' mysql_test_host' ) + ' |DB_DATABASE=bookstack|DB_USERNAME=root|DB_PASSWORD=' + credentials(' mysql_test_password' )
37
- CI_AUTH = ' user:password'
38
- CI_WEBPATH = ' '
31
+ MULTIARCH = ' true'
32
+ CI = ' true'
33
+ CI_PORT = ' 80'
34
+ CI_SSL = ' false'
35
+ CI_DELAY = ' 5'
36
+ TEST_MYSQL_HOST = credentials(' mysql_test_host' )
37
+ TEST_MYSQL_PASSWORD = credentials(' mysql_test_password' )
38
+ CI_DOCKERENV = ' DB_HOST=${TEST_MYSQL_HOST}|DB_DATABASE=bookstack|DB_USERNAME=root|DB_PASSWORD=${TEST_MYSQL_PASSWORD}'
39
+ CI_AUTH = ' user:password'
40
+ CI_WEBPATH = ' '
39
41
}
40
42
stages {
41
43
// Setup all the basic environment variables needed for the build
You can’t perform that action at this time.
0 commit comments