mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
Jenkinsfile_SP1
This commit is contained in:
parent
6cf88cc0e2
commit
ca5d9dede1
1 changed files with 15 additions and 15 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,4 +1,4 @@
|
|||
node('SP'){
|
||||
node {
|
||||
stage('sourcecode'){
|
||||
//build step
|
||||
git branch: 'main', url: 'https://github.com/vishnu1411/spring-petclinic.git'
|
||||
|
@ -12,4 +12,4 @@ node('SP'){
|
|||
junit '**/surefire-reports/*xml'
|
||||
archiveArtifacts artifacts: '**/*.war', followSymlinks: false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue