This commit is contained in:
jhansi06 2025-12-16 13:05:36 +05:30
parent 0192a2e961
commit c993c75312

10
Jenkinsfile vendored
View file

@ -10,5 +10,15 @@ pipeline {
"""
}
}
stage("RunTests"){
steps {
sh """
./mvnw test
"""
}
}
}
}