Kanika GolaforKubesimplifykubesimplify.hashnode.net·Feb 19, 2023Deploy a Maven Project on a Tomcat Server Using Jenkins and AWSIn this blog, we are going to create a simple job that will deploy a Maven project on a tomcat server built on an EC2 instance through Jenkins. The steps that will be followed for this project are: Create a security group for Jenkins. Set up Jenkin...Jaideep Solania and 1 other are discussing this2 people are discussing thisDiscuss·32 likes·1.3K readsAWS
Ashish Choudharyashishchoudhary.hashnode.net·Apr 13, 2021Comparing Modern-Day Container Image Builders: Jib, Buildpacks, and DockerOriginally published on the SUSE & Rancher Community Introduction Docker has gained immense popularity since its debut in 2013. Many enterprises rely on Docker to containerize their applications. Many things work in favor of Docker .i.e. cost-effe...Discuss·30 likes·5.4K readscontainers
Bruno Raljicbrunor.hashnode.net·Nov 3, 2020Getting started with SonarQube (java, maven and docker)How do we know if the code we write is good enough? Error free? Not vulnerable? Not smelly? There are some tools that can show you that, and today I'm writing about SonarQube. But, since I like the approach with minimum steps required, I'll write ju...Discuss·25 likes·2.3K readsSonarQubemaven
HarshSkillsvariable.hashnode.net·Apr 26, 2023OWASP dependency check pluginOWASP dependency check plugin is a tool used for identifying vulnerabilities in the third-party libraries that are being used in an application. This plugin uses a combination of static and dynamic analysis techniques to identify known vulnerabilitie...Discussowasp
Nidhi Sharmanidhidevops.hashnode.net·Apr 24, 2023Deploying Apps into Linux Via Jenkin PluginsHey Guys, ALERT:- After practicing this It can cost you Around 30 to 40 USD(Around 2500 to 3000). You can terminate the AWS instance after this or you can close Your Account. Let's get started, Guys! Pre-Requisites One should make an EC2 instance Re...DiscussJenkins
Amol Ovhalamol-devops.hashnode.net·Apr 21, 2023Project: Streamlining Spring Boot Deployment on Demo Environment with IaaC and Configuration Management Tool on AWS Cloud.https://github.com/amol-ovhal/Spring-Boot-App-HA-EC2-ALB- Goal: The goal of the project is to deploy a Spring Boot application on a demo environment with a minimal manual effort by utilizing Infrastructure as Code (IaaC) and configuration managemen...Discuss·34 readsAWS
Sunitasunitabachhav2007.hashnode.net·Apr 10, 2023Jenkins Pipeline for Java based application using Maven, SonarQube, Argo CD and KubernetesThe project involves building and deploying a Java application using a CI/CD pipeline. Here are the steps involved: Version Control: The code is stored in a version control system such as Git, and hosted on GitHub. The code is organized into branches...Kieran Roberts jkbasjkbfbjaksbfjbjasbfjbdsjkfb and 2 others are discussing this3 people are discussing thisDiscuss·20 likes·9.2K readsJenkins
Shruti Pawarscriptsbyshruti.hashnode.net·Apr 10, 2023MAVEN- The Building ToolMaven is an automation and project management tool. It is developed by Apache Software Foundation. It is based on POM (Project Object Model). maven can build any number of projects into the desired outlook such as .Jar, .war and metadata. It is mostl...Discussmaven
satish ankalapsatishankalap.hashnode.net·Apr 5, 2023CI Project (Part -1)Automating Continuous Integration project, where each and every commit will build, test and generate artifact using the Jenkins, Nexus and SonarQube server and also every commit result will be notified through slack notification to the Developers Sce...DiscussDevops
Kalana Weerarathnakalanavw.hashnode.net·Apr 4, 2023How to manage dependencies in Apache AntApache Ant — Welcome In software development, an “ant dependency” refers to a software library or module that is required by a project and is managed by the Apache Ant build tool. Apache Ant is a software tool used for building and deploying Java app...Discussdependency management
Tamish Vermatverma.hashnode.net·Mar 24, 2023Dockerise a maven war appMaven is build automation and dependency management tool primarily for java based applications. Developers can easily manage and control dependencies for their projects using a centralized repository. If you already have a webapp setup for you applic...Discuss·10 likesmaven
Jayani Sumudinijayanisumudini.hashnode.net·Jun 12, 2017Spring Boot – Deploy War File To Separate Tomcat In Maven Web Application.This post shows how to deploy a spring boot war file to the separate tomcat container in maven. Step 1 : extends SpringBootServletInitializer subclass and overrides its configure method. Typically, update your application’s main class to extend Sprin...Discussmaven
Jayani Sumudinijayanisumudini.hashnode.net·Sep 9, 2017Convert Maven Build To GradleGradle is an open source build automation system and introduces a Groovy-based domain-specific language (DSL) instead of the XML for declaring the project configuration. Gradle is more feature rich than maven and more modern java build tool. If you a...Discussmaven