mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
added jenkins
This commit is contained in:
parent
972661d6b0
commit
d854ebf77c
1 changed files with 8 additions and 1 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
@ -9,5 +9,12 @@ pipeline {
|
||||||
sh "./mvnw install"
|
sh "./mvnw install"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage ("Run unit-test"){
|
||||||
|
|
||||||
|
steps {
|
||||||
|
sh "./mvnw test"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue