mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
Updated jenkins file
This commit is contained in:
parent
493f7b6e81
commit
b6e4775c86
1 changed files with 0 additions and 4 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -12,9 +12,5 @@ pipeline {
|
|||
sh 'mvn clean install'
|
||||
}
|
||||
}
|
||||
stage('Initialize'){
|
||||
def dockerHome = tool 'myDocker'
|
||||
env.PATH = "${dockerHome}/bin:${env.PATH}"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue