mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45: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 {
|
||||
agent {label 'MASTER'}
|
||||
stages {
|
||||
stage('scm'){
|
||||
steps {
|
||||
git 'https://github.com/seshi7/spring-petclinic.git'
|
||||
}
|
||||
}
|
||||
stage ('Package'){
|
||||
steps {
|
||||
sh 'mvn package'
|
||||
}
|
||||
}
|
||||
}
|
||||
agent {label 'MASTER'}
|
||||
stages {
|
||||
stage('Source'){
|
||||
steps {
|
||||
git 'https://github.com/seshi7/spring-petclinic.git'
|
||||
}
|
||||
}
|
||||
stage('Package'){
|
||||
steps {
|
||||
sh 'mvn package'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue