mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
53f678f83e
commit
207e4fdc8e
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue