Skip to content

Ejemplo maven para crear un Jenkinsfile

Notifications You must be signed in to change notification settings

pipehs/ejemplo-maven

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Prueba

Windows

Compile Code

  • ./mvnw.cmd clean compile -e

Test Code

  • ./mvnw.cmd clean test -e

Jar Code

  • ./mvnw.cmd clean package -e

Run Jar

  • Local: ./mvnw.cmd spring-boot:run
  • Background: nohup bash mvnw.cmd spring-boot:run &

Testing Application

Linux

Compile Code

  • ./mvnw clean compile -e

Test Code

  • ./mvnw clean test -e

Jar Code

  • ./mvnw clean package -e

Run Jar

  • Local: ./mvnw spring-boot:run
  • Background: nohup bash mvnw spring-boot:run &

Testing Application

About

Ejemplo maven para crear un Jenkinsfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%