Skip to content

Bharunzb/hello-java-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

launched an instance with m7i-flex-large Screenshot 2025-10-03 184943 install dependencies java 17 for both maven and jenkins sudo dnf install java-17-amazon-corretto -y copy the latest 2 links from the jenkins.io and install jenkins yum install jenkins -y systemctl start jenkins Screenshot 2025-10-03 185304 access with jenkins page with port no 8080 and public ip crate an account now install git yum install git -y git init install maven yum install maven -y now create a jenkins job and configure with git url Screenshot 2025-10-03 184809

and build now your pom.xml is in workspace Screenshot 2025-10-03 184751 now again configure the job in build steps invoke toplevel maven targets give "clean package" in goals Screenshot 2025-10-03 184820 now save and build now build success Screenshot 2025-10-03 184729

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages