Skip to content

Jenkins pipeline which checkouts the code, builds it and deploy the app to server

Notifications You must be signed in to change notification settings

yaseenexists/Jenkins_pipeline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins_pipeline

Jenkins pipeline which do the following jobs automatically:

  1. Checkout code from remote repository.

  2. Building code (maven project).

  3. Testing the code using mvn tests.

  4. Triggering job and fetching artefact after finishing. Jobs are described using DSL in jobs.groovy file in this repo.

  5. Packaging and Publishing results (into Nexus repository).

  6. Asking for manual approval.

  7. Deployment to Apache Tomcat application server.

About

Jenkins pipeline which checkouts the code, builds it and deploy the app to server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 74.3%
  • Groovy 18.2%
  • HTML 7.5%