mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Jenkin File Change
This commit is contained in:
parent
b0babd0f9f
commit
db214469ea
1 changed files with 8 additions and 4 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -6,7 +6,11 @@ node {
|
|||
}
|
||||
|
||||
stage('Build'){
|
||||
sh 'mvn clean package'
|
||||
|
||||
def mvn_version = 'M3'
|
||||
withEnv( ["PATH+MAVEN=${tool mvn_version}/bin"] ) {
|
||||
sh "mvn clean package"
|
||||
}
|
||||
}
|
||||
|
||||
stage('Archive') {
|
||||
|
|
Loading…
Reference in a new issue