mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Added some comments
This commit is contained in:
parent
5e5c68393f
commit
cefa3a5633
1 changed files with 3 additions and 2 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -8,7 +8,7 @@ pipeline{
|
|||
branch : 'main'
|
||||
}
|
||||
}
|
||||
stage('Build'){
|
||||
stage('Build'){
|
||||
steps{
|
||||
sh 'mvn package'
|
||||
}
|
||||
|
@ -35,4 +35,5 @@ pipeline{
|
|||
to : 'abhishek16tiwary@gmail.com'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
//this file is for jenkins
|
Loading…
Reference in a new issue