NoorDeen's avatar

how to use jenkins-ci for continuous integration with laravel ?

it will be help full if you give me clear way to run phpunit tests with it too .

0 likes
2 replies
slee1005's avatar

Just for concept. I set up this way upto dev server.

git push to gitlab. GitLab CI to test. Webhook to Jenkins after success build. Jenkins to ssh to Dev server and run git pull Jenkins to ssh to Dev server and run phpunit /dusk Email notification to Manager.

After Change Management cycle rsync to Staging sever Test and rsync to Production server.

ricardovigatti's avatar

Hello guys, i'm managing to configure this setup:

github -> jenkins -> server

Where should i place tests? After git pull or after jenkins?

github -> {tests} -> jenkins -> server

github -> jenkins -> {tests} -> server

Please or to participate in this conversation.