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
- Host: GitHub
- URL: https://github.com/shashwat9kumar/automated-ci-maven-project-with_jenkins-and-github
- Owner: shashwat9kumar
- Created: 2020-04-13T08:40:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T10:07:36.000Z (over 4 years ago)
- Last Synced: 2025-01-12T19:08:34.435Z (4 months ago)
- Topics: githubwebhooks, jenkins, jenkins-server, jenkinsfile, maven, pipeline, virtual-cloud-machine
- Language: Java
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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