Update Jenkinsfile

This commit is contained in:
iancumatei67 2024-02-02 14:31:15 +02:00 committed by GitHub
parent 53f678f83e
commit 207e4fdc8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
Jenkinsfile vendored
View file

@ -2,9 +2,9 @@ pipeline {
agent any
environment {
MAVEN_HOME = tool 'M3' // Assuming your Maven tool in Jenkins is named "M3"
DOCKER_REPO_MR = "iancumatei67/mr" // Change to your Docker registry/repository for merge requests
DOCKER_REPO_MAIN = "iancumatei67/main" // Change to your Docker registry/repository for main branch
MAVEN_HOME = tool 'M3' //
DOCKER_REPO_MR = "iancumatei67/mr" //
DOCKER_REPO_MAIN = "iancumatei67/main" //
}
stages {