Closed gregharvey closed 3 years ago
…o logs.
Turns out logs directory is somehow www-data:www-data so Jenkins can't write there during a composer install. Making sure the logs are www-data:jenkins and some other housekeeping around errors to make build output more readable.
www-data:www-data
composer install
www-data:jenkins
…o logs.
Turns out logs directory is somehow
www-data:www-data
so Jenkins can't write there during acomposer install
. Making sure the logs arewww-data:jenkins
and some other housekeeping around errors to make build output more readable.