Update Jenkinsfile

Signed-off-by: vinayasuresh <Vinaya@pionedata.com>
This commit is contained in:
vinayasuresh 2025-06-24 12:39:16 +05:30 committed by GitHub
parent ae5e0a0f48
commit 5fb1726b54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
Jenkinsfile vendored
View file

@ -1,5 +1,9 @@
pipeline {
agent any
agent {
docker {
image 'maven:3.9.6-eclipse-temurin-17'
}
}
environment {
IMAGE_NAME = "local-app:latest"