mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
updated jenkinefile
This commit is contained in:
parent
38e8e3fcb9
commit
76a16266c1
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
tools {
|
|
||||||
maven 'Maven' // Ensure Maven is installed in Jenkins
|
|
||||||
}
|
|
||||||
stages {
|
stages {
|
||||||
stage('Clone the project') {
|
stage('Clone the project') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue