Go to file
graj90 c5ee0b2fe0
gitea-organisations/jenkins-hello-world/pipeline/head This commit is unstable Details
Create Jenkinsfile
this is for java unit test
2025-03-11 09:48:04 +05:30
src Hola 2024-07-31 01:27:09 +05:30
.gitignore first commit 2024-07-30 19:58:50 +05:30
Jenkinsfile Create Jenkinsfile 2025-03-11 09:48:04 +05:30
README.md Update README.md 2024-08-16 23:26:33 +05:30
mvnw first commit 2024-07-30 19:58:50 +05:30
mvnw.cmd first commit 2024-07-30 19:58:50 +05:30
pom.xml ok 2024-07-30 23:39:02 +05:30

README.md

Springboot Hello World App

This repository is used for Jenkins Training Demo

Build JAR

mvn clean package -DskipTests=true

Unit Test Cases

mvn test
  • Total 6 test cases, out of which
    • 5 test cases will pass and
    • 1 test case fails!

Deploy/Run

java -jar target/hello-demo-*.jar 

Integration Testing (Return 200 OK response)

curl -s http://localhost:6767/hello"