Skip to content

Jenkins CI

Sandeep Valapishetty edited this page Oct 5, 2016 · 4 revisions

Jenkins, is a CI server which helps organisations to server better in their build process. It helps us in integrate source code with the environment.

###Installing Jenkins on AWS(Ubuntu) 👍 ###

How to change Jenkins port:

  vi /etc/default/Jenkins

  Look for HTTP port

###Change Settings in Ubuntu:###

 Change Maven Settings 
 cd /usr/share/maven/conf (or)
 /root/.m2

###Heap size:###

 java -XshowSettings:vm

###Remove jars from .m2:###

 var/lib/Jenkins/.m2/repository

###For clearing logs:### truncate /opt/package/logs/*.log --size 0

What's Next ?

  • My view on Hybris
  • Selenium with BDD framework
  • Reusable addons for ecommerce system

Clone this wiki locally