mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
fixed Jenkinsfile
This commit is contained in:
parent
afc6ebb136
commit
c72cad334a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -9,7 +9,7 @@ pipeline {
|
|||
dockerfile {
|
||||
filename 'Dockerfile.build'
|
||||
dir '.'
|
||||
args '-d -v $HOME/.m2:/root/.m2 -v .:/build'
|
||||
args '-d -v $HOME/.m2:/root/.m2 -v $(pwd):/build'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue