CI Server Build

Submitted by code_admin on Wed, 07/25/2018 - 10:33

My build process to build a Simple CI Server

My aim is to get a CI server which
- checks out code from git
- runs maven
- uses sqlplus to install files to external DB

Step - Basic Setup

Created a VM for Ubuntu 64bit. Gave it 8gb Ram
Created a dynamically allocated HD. 100Gb
Installed Ubuntu Server 16.04

Hostname: simpleciserver
User: robert
Encrypt Home: No

Software selection:
standard system utilities
OpenSSH server

GEdit configuration

Submitted by code_admin on Wed, 07/25/2018 - 10:26

Steps I have taking when configuring gedit:

Getting XML Format working

(Ubuntu)

Enable External Tools in gedit.

Install python lxml:

  1. sudo apt-get install python-lxml

Then add a tool:
tools -> manage external tools
Press +
XML Format
Paste: