mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 04:45:49 +00:00
Update Jenkinsfile
Signed-off-by: vinayasuresh <Vinaya@pionedata.com>
This commit is contained in:
parent
ae5e0a0f48
commit
5fb1726b54
1 changed files with 5 additions and 1 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -1,5 +1,9 @@
|
|||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
docker {
|
||||
image 'maven:3.9.6-eclipse-temurin-17'
|
||||
}
|
||||
}
|
||||
|
||||
environment {
|
||||
IMAGE_NAME = "local-app:latest"
|
||||
|
|
Loading…
Reference in a new issue