Praqma / pretested-integration-plugin

A generic pretest commit plugin for Jenkins CI
MIT License
7 stars 14 forks source link

Integration Tests fails in docker container because of timezones #111

Closed MadsNielsen closed 6 years ago

MadsNielsen commented 6 years ago

Due to timezone differences between container and host we experienced issues with tests failing when run from inside a docker container.

We can fix this by just removing the checks for timestamps in commit messages as they are not necessary to check when validating commit messages.