Jenkins Server for Magento 2 Projects
Project of jenkins server focused on Magento 2 Projects
OS X & Linux:
make install
After this just access http://localhost:8080
There's a Makefile with the commands to development just use it.
make install
make run
make remove
mka rebuild
- 0.0.1
- Work in progress
Beto Oliveira – @betooliveira – betooliveirame@icloud.com
Distributed under the XYZ license. See LICENSE
for more information.
https://github.com/betooliveirame
- Fork it (https://github.com/betooliveirame/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request