node { stage('Build') { echo 'Building...' git changelog: false, poll: false, url: 'https://github.com/kishoraswar22/spring-boot-war-example.git' } stage('Test') { echo 'Testing...' // This stage could include commands to run your tests } stage('Deploy') { echo 'Deploying...' // This stage could include commands to deploy your application } try { echo 'Pipeline execution completed successfully.' } catch (err) { echo "Pipeline failed: ${err}" } }
Thursday, April 11, 2024
Scripted Pipeline
Subscribe to:
Post Comments (Atom)
Sample Game App Deployment on EKS cluster
https://padmakshi.medium.com/setting-up-an-eks-cluster-and-deploying-a-game-application-a-step-by-step-guide-08790e0be117
-
https://github.com/do-community/ansible-practice/blob/main/playbook-01.yml
-
https://www.linkedin.com/pulse/create-vpcsubnetsec2-instance-using-terraform-srini-b-dcjuc/ https://www.linkedin.com/pulse/day-66-terraform...
-
Docker file Instruction Command: FROM - Defines a base image, it can be pulled from docker hub (for example- if we want to create a javascri...
No comments:
Post a Comment