mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15: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'
|
sh 'mvn clean install'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Initialize'){
|
|
||||||
def dockerHome = tool 'myDocker'
|
|
||||||
env.PATH = "${dockerHome}/bin:${env.PATH}"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue