How do I create a branch-based testing environment?
- Select the task you want to test:
- => must be in review, but NOT yet integrated in master!
- Open the github issue for your task and check the pull requests:
- => issue must have at least

- Click the tab Pull requests, and make sure that the branch has no conflicts with the base branch:
- => should say it somewhere at the

- Right-click the link to the jenkins page:
- =>

- Look for the link to the dist build in console:
- => in console, it says “[metasfresh_dist] Starting building…” somewhere towards the end, the link after that is

- Use this link to get to the build in metasfresh.dist you want to perform testing on:
- => copy the tag/name of the version
- Click the 2nd link to create the build:
- => jenkins-job that will create the

-
Enter your email address so you will get informed by mail when the instance was built
-
You will receive an email with the link to your testing docker environment with the resp. user name & pw
- Click the link in the email:
- => login screen for your testing environment opens
- Check the db version to make sure it’s the correct one that was built:
- => db-version shall be the same as the one in tag/name of the

View source file on GitHub.com