Jenkin File

This commit is contained in:
Thilakraj Kannadajeddu Mahabala 2019-06-10 16:20:10 +05:30
parent 35c8e6241a
commit 4e4eab85a6

4
Jenkinsfile vendored
View file

@ -1,5 +1,9 @@
node {
stage('Configure') {
env.PATH = "${tool 'maven-3.3.9'}/bin:${env.PATH}"
}
stage('Checkout') {
git 'https://github.com/ThilakrajKM/spring-petclinic'
}