updated jenkinefile

This commit is contained in:
Anuraag8125 2025-04-01 11:47:42 +05:30
parent 38e8e3fcb9
commit 76a16266c1

View file

@ -1,8 +1,6 @@
pipeline {
agent any
tools {
maven 'Maven' // Ensure Maven is installed in Jenkins
}
stages {
stage('Clone the project') {
steps {