Skip to content
ZEALTECH BLOG

ZEALTECH BLOG

  • Home
  • Coding
  • Configuration
  • Document
  • Design
  • Others
  • Support
  • Login
  • Home
  • Coding
  • Configuration
  • Document
  • Design
  • Others
  • Support
  • Login
Jenkins: Project using SpringBoot

Jenkins: Project using SpringBoot

October 23, 2022October 23, 2022 Teerakorn Bounoy Configuration
  1. Create FreeStyle project.
  2. In Source Code Management
    select Git and insert Repository URL, Credential.
  3. Build
    select mvn and add maven command
  4. Post Build Action
    add ‘Deploy war/ear to container’
    add information below.
    * Tomcat URL :
    http://<domain_name_or_ip_address>:<port>
    (Don’t forget add tomcat deployment credential)
  5. Build and test

java jenkins spring

Teerakorn Bounoy

©2023 blog.zealtechinter.com. All rights reserved.