An open API service indexing awesome lists of open source software.

https://github.com/shashwat9kumar/automated-ci-maven-project-with_jenkins-and-github

A maven project that automatically triggers a remote Jenkins server when changes are pushed to github
https://github.com/shashwat9kumar/automated-ci-maven-project-with_jenkins-and-github

githubwebhooks jenkins jenkins-server jenkinsfile maven pipeline virtual-cloud-machine

Last synced: 3 months ago
JSON representation

A maven project that automatically triggers a remote Jenkins server when changes are pushed to github

Awesome Lists containing this project

README

        

# Automated CI Project for Maven built Using Jenkins Server

### Overview:
A maven project that automatically triggers a remote Jenkins server when changes are pushed to github.

### Steps Followed:
* Create an Ubuntu EC2 instance on AWS
* Connect to the virtual cloud machine via SSH, and install required dependencies
* Install and run jenkins server on a virtual cloud machine
* Activate github webhooks for automated build triggering
* Creating the automated pipeline for Continuous Integration
* Testing the pipeline via a test push/commit