mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
modified jenkins
This commit is contained in:
parent
0275948428
commit
48a46a9593
1 changed files with 13 additions and 13 deletions
26
Jenkinsfile
vendored
26
Jenkinsfile
vendored
|
@ -1,15 +1,15 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {label 'MASTER'}
|
agent {label 'MASTER'}
|
||||||
stages {
|
stages {
|
||||||
stage('scm'){
|
stage('Source'){
|
||||||
steps {
|
steps {
|
||||||
git 'https://github.com/seshi7/spring-petclinic.git'
|
git 'https://github.com/seshi7/spring-petclinic.git'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage ('Package'){
|
stage('Package'){
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn package'
|
sh 'mvn package'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue